Skip to content

waldronlab/curatedMetagenomicDataAnalyses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a791ed9 · Jan 6, 2025
Jan 6, 2025
Aug 4, 2021
Jul 8, 2022
Apr 23, 2021
Mar 15, 2022
Oct 19, 2022
Oct 19, 2022
Oct 14, 2021
Apr 6, 2022
Mar 15, 2022
Jul 8, 2022
Aug 4, 2021
Mar 15, 2022
Jul 2, 2021
Apr 23, 2021
Jul 23, 2021
May 13, 2022
Apr 6, 2022
Apr 23, 2021

Repository files navigation

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 in the Cloud (free)

A machine with all dependencies, code from this repository, and Jupyterlab (with R and Python3) and RStudio running is available at http://app.orchestra.cancerdatasci.org/ (search for the Curated Metagenomic Analyses workshop). You can use these machines for up to 8 hours at a time.

Running locally using Docker

Requirements

You need Docker.

Getting Started

First build the image:

docker build -t "waldronlab/curatedmetagenomicanalyses" .

Then run a container based on the image with your password:

docker run -d -p 80:8888 --name cma \
  waldronlab/curatedmetagenomicanalyses

Visit localhost 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

Python Notebooks

Supplementary Materials