Metadata-Version: 2.1
Name: carom-sblab
Version: 0.1.2
Summary: An awesome package that does something
Home-page: http://pypi.python.org/pypi/carom/
Author: Kardel
Author-email: kardel@umich.edu
License: LICENSE.md
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: imbalanced-learn (==0.8.0)
Requires-Dist: matplotlib (==3.3.4)
Requires-Dist: numpy (==1.19.2)
Requires-Dist: openpyxl (==3.0.5)
Requires-Dist: pandas (==1.2.2)
Requires-Dist: scikit-learn (==0.24.1)
Requires-Dist: scipy (==1.6.1)
Requires-Dist: seaborn (==0.11.1)
Requires-Dist: shap (==0.37.0)
Requires-Dist: xgboost (==1.3.3)
Requires-Dist: xlrd (==2.0.1)
Requires-Dist: XlsxWriter (==1.3.7)
Requires-Dist: IPython

# Carom

CAROM is the machine learning tool described in the article ‘ **Metabolic signatures of regulation by phosphorylation and acetylation** ’ by Chandrasekaran, Lee, Shen and Smith. This tutorial requires basic knowledge of MATLAB and Python, while familiarity with flux balance analysis (FBA) is also helpful. The CAROM software code and the metabolic network models can be downloaded from the Files tab. Installation

## Installation

We can install carom with
```
python setup.py install
```

