Published April 25, 2024 | Version 1
Software Open

MUFFIN : A suite of tools for the analysis of functional sequencing data - Code

  • 1. ROR icon Theories and Approaches of Genomic Complexity

Contributors

  • 1. ROR icon Theories and Approaches of Genomic Complexity

Description

View on Github : https://github.com/pdelangen/Muffin 

Installation

Muffin can be installed through conda. Right now it is only available on a private channel, but it is planned to migrate to conda-forge or bioconda. We highly recommend starting from a fresh environment (and optionally to use mamba instead of conda, which resolves conflicts faster and better than conda):

# Change ENV_NAME to the name of your choice, and add OTHER_PACKAGES if needed
conda install -c conda-forge mamba
mamba create -n ENV_NAME -c pdelangen13 -c bioconda -c conda-forge muffin OTHER_PACKAGES
conda activate ENV_NAME
 

To use the dependencies versions used at build time, you can use the provided yml file :

conda install -c conda-forge mamba
mamba env create -f environment_muffin.yml
 

Documentation

Guidelines, examples and API reference are available on ReadTheDocs.

 

Reproduce the examples from the paper

Clone the repository :

git clone https://github.com/pdelangen/Muffin

Download the data from Zenodo (~3GB compressed).

And use the notebooks located in docs/examples.

If you really wish to reproduce the H3K4Me3 ChIP-seq analysis (WARNING : it will download around 100GB of data from ENCODE), you will need to run the the snakemake script "dl_data.smk" located in the immune_chip/ folder downloaded from the zenodo repository.

Cite

If you use Muffin in your work, please cite :

MUFFIN : A suite of tools for the analysis of functional sequencing data
Pierre de Langen, Benoit Ballester
bioRxiv 2023.12.11.570597; doi: https://doi.org/10.1101/2023.12.11.570597

Files

Muffin-1.zip

Files (39.6 MB)

Name Size Download all
md5:3955fccabef9d93c60e6a46f1bdc243c
19.8 MB Download
md5:fc5c6d8d78e180957c77044f9193571c
19.8 MB Preview Download

Additional details