Giter VIP home page Giter VIP logo

microbiome_demo's Introduction

Microbiome_Demo

Build Status Python Contributions welcome License

Table of Contents

What is the Microbiome?
Workflow
Installing Tools
Workflow Usage

What is the Microbiome?

The microbiome is a collection of all microorganisms in a niche. For the purposes of this demo, we focus solely on the bacterial microbiome. The bacterial microbiome is accessible via a universally conserved gene sequence called the 16s ribosomal RNA.

Microbiome Workflow

To identify the bacterial taxa in a niche, a region of the 16s ribosomal RNA gene is amplified and sequenced. This repository stores two workflows to analyze the resulting 16s sequences though more information about the workflows and additional techniques can be found:

Installing Items for Workflows

Software:

Optional but highly recommended method to install Qiime using Anaconda

  • Anaconda: download

  • Qiime w/ Anaconda (On Command-Line):

wget https://data.qiime2.org/distro/core/qiime2-2018.2-py35-osx-conda.yml
conda env create -n qiime2-2018.2 --file qiime2-2018.2-py35-osx-conda.yml

## Optional Cleanup 
rm qiime2-2018.2-py35-osx-conda.yml
  • Jupyter Notebook:
pip install jupyter
  • Bioconductor (In R Environment):
source("https://bioconductor.org/biocLite.R")
biocLite()
  • Dada2 and other packages:
source("https://bioconductor.org/biocLite.R")
biocLite("dada2")
biocLite("phyloseq")
install.packages("RColorBrewer")
install.packages("ggplot2")
  • R Kernal for Jupyter Notebook: See installation instructions for IRKernel here or directly from the github repository

Additional instructions for installing the required packages are found within the demo scripts.

Using Microbiome Workflows

This repository holds two jupyter workflows one in R (Dada2 & Phyloseq) and one in python (Qiime2). This repsoitory is a guide and a working demo tutorial. To use the workflows on your own system follow the instructions below.

cd Microbiome_Demo-master/
  • Activate QIIME Environment on Commandline
source activate qiime2-2018.2
  • Start Jupyter Notebooks
jupyter notebook

microbiome_demo's People

Contributors

glickmac avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.