Metadata-Version: 2.1
Name: bmxp
Version: 0.0.6
Summary: LCMS Processing tools used by the Metabolomics Platform at the Broad Institute.
Home-page: https://github.com/broadinstitute/bmxp
Author: Daniel S. Hitchcock
Author-email: daniel.s.hitchcock@gmail.com
License: MIT
Keywords: LCMS,Alignment,Processing,Metabolomics,Clustering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# BMXP - The Metabolomics Platform at the Broad Institute

`pip install bmxp`

This is a collection of tools we use daily for processing our data. Each tool performs a step in our processing workflow. Currently, we have published

* [Eclipse](https://github.com/broadinstitute/bmxp/tree/main/bmxp/eclipse) - Align two or more same-method nontargeted LCMS datsets.
* [Gravity](https://github.com/broadinstitute/bmxp/tree/main/bmxp/gravity) - Cluster redundant LCMS features based on RT and Correlation (And someday, XIC shape)

In the future we will add:

* Blueshift - Drift Correction via pooled technical replicates and internal standards
* Rawfilereader - C-optimized LCMS raw file reader for exploring raw files and formatting MS2

