A package for microbial community analysis
Project description
PhyloMICOM
PhyloMICOM is an extension of the MICOM package, designed to improve the accuracy and efficiency of microbial community simulations by incorporating phylogenetic relationships. This project introduces a modified version of the community.py file from the MICOM package, along with additional scripts and data for analysis.
micom Folder
This folder contains the original MICOM package, with a key modification to the community.py file. The modification, known as PhyloMICOM, pools the metabolic models of phylogenetically related organisms at the order level. This allows for more accurate and phylogenetically-informed simulations of microbial communities.
from micom import load_pickle
from micom.workflows import build
from micom.data import test_medium
from micom.qiime_formats import load_qiime_medium
Building community models:
manifest = build(data, out_folder="models", model_db=test_db, cutoff=0.0001, threads=2)
Perform a community simulation:
medium = load_qiime_medium('western_diet_gut.qza')
growth_results = grow(manifest, model_folder="models", medium=medium, tradeoff=0.5, threads=2)
analysis Folder
This folder includes a collection of Python scripts used to analyze microbial communities. These scripts are tailored to work with the PhyloMICOM framework and provide tools for various types of analyses, such as sensitivity testing, growth rate prediction, and statistical evaluations.
data Folder
The data folder contains all the input datasets used for running simulations and the corresponding output data generated by PhyloMICOM. This includes metagenomic data, configuration files, and simulation results. The input data is structured to be easily accessible for rerunning or extending the analyses performed in this project.
license
PhyloMICOM is developed for non-commercial use and is provided as-is. Contributions are welcome and appreciated. For inquiries about collaborations or commercial usage and development, please contact us at s.mofidifar@gmail.comProject details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PhyloMICOM-0.1.0.tar.gz.
File metadata
- Download URL: PhyloMICOM-0.1.0.tar.gz
- Upload date:
- Size: 50.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
149c0f26e14a2209240fe4c2c7f802dbbe4c6d2667f44b550b1655d4a0c73764
|
|
| MD5 |
770981ba84476b5a8b72ef94bbb0af76
|
|
| BLAKE2b-256 |
8f321df3927300471e2ba9f6bfe002029a771ae6e20e0f047e1800645e66c35a
|
File details
Details for the file PhyloMICOM-0.1.0-py3-none-any.whl.
File metadata
- Download URL: PhyloMICOM-0.1.0-py3-none-any.whl
- Upload date:
- Size: 65.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4b1cd1243cd5f1a08654455d337dfd46fd54f8e4b6e0c4ac2faa4f9fe35114b
|
|
| MD5 |
0813bbc1c6f070038b656fd5e405d627
|
|
| BLAKE2b-256 |
cb87f5e83975d3703f79a4df0b5d48d12256e0ca4faabb1f15611d4b11d8ad3f
|