curatedMetagenomicDataAnalyses
November 16, 2025 ยท View on GitHub
| Resource | link |
|---|---|
| Data | |
| Analyses | This Repo |
| CuratedMetagenomicData | View in Bioconductor |
curatedMetagenomicDataAnalyses
This repository provides biologically relevant analyses using the curatedMetagenomicData package, both using R/Bioconductor and using Python. You can run both R and Python analyses locally in the provided Docker container, or on the Cloud for free.
Running locally using Docker
Requirements
You need Docker.
Getting Started
First build the image:
docker pull ghcr.io/waldronlab/curatedmetagenomicanalyses:latest
Then run a container based on the image with your password:
docker run -d -p 80:8888 --name cma \
waldronlab/curatedmetagenomicanalyses
Visit localhost/lab in your browser.
Running locally without Docker
Start with an installation of the current version of Bioconductor (see https://bioconductor.org/install/). Older versions probably will not work.
Installation directly from GitHub requires first installing the remotes package, then:
BiocManager::install("waldronlab/curatedMetagenomicDataAnalyses", dependencies = TRUE)
Analyses
R Vignettes
- Create datasets for machine learning
- Exploration of the liver cirrhosis dataset
- Select all colorectal cancer patients and create a cohort table, calculate prevalence of all species found in their stool microbiomes and create a dynamic searchable html table
- Meta-analysis of age-related microbial species using cMD3
- Meta-analysis of sex-related microbial species using cMD3
- NUI Galway Metagenomics Workshop
Python Notebooks
Supplementary Materials
- Installing Python dependencies in Linux (Python notebook)