Skip to main content

Python package for analyzing and visualizing iModulons.

Project description

PyPI

What is an iModulon?

To learn about iModulons, how they are computed, and what they can tell you, see our about page.

Installation

Since PyModulon is currently under development, the recommended method to install PyModulon is to use the editable pip installation. It is recommended to do this inside a virtual environment or in a conda environment. This is because we require Python 3.8 for certain functionalities.

To create the conda environment:

conda create -n pymodulon python=3.8
conda activate pymodulon

(Optional) Install other dependencies:

conda install -c anaconda graphviz
conda install -c bioconda meme blast

Next, download the github repository:

git clone https://github.com/SBRG/pymodulon.git

Then install with pip using the -e flag:

python -m pip install -e .

This method of installation will automatically update your package each time you pull from this repository.

To update your code, run the following from your local PyModulon folder:

git pull

Documentation

The documentation for PyModulon can be found here.

Development

If you would like to assist in development, please install pre-commit to ensure code style and consistency.

Cite

Please cite the original E. coli iModulon paper: Sastry et al. Nature Communications. 2019.

If you use organism-specific datasets in your work, please cite these datasets:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymodulon-0.1.1.dev0.tar.gz (73.3 MB view hashes)

Uploaded Source

Built Distribution

pymodulon-0.1.1.dev0-py3-none-any.whl (50.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page