GithubHelp home page GithubHelp logo

bimico's Introduction


Short tutorial for BiMiCo package basic functions


The BiMiCo (Biomap Microbiome Core-tools) package offers single-step preprocessing of 16S microbial marker gene sequencing raw data files for 454 and Illumina platforms.
The current tutorial and example data is aimed at the simple preprocessing of 454-generated fastq data. For more options and details, please see the "BiMiCo_tutorial_LONG" document. (pls contact me for appropriate demo dataset)

Install dependencies

  • Install CRAN dependencies

install.packages("BiocManager")
install.packages("ggplot2")

  • Install Bioconductor dependencies

BiocManager::install("Biobase")
BiocManager::install("Biostrings")
BiocManager::install("phyloseq")
BiocManager::install("dada2")

Load required packages

library(BiMiCo)
library(ggplot2) \

Specify INPUTS:

  • fastq files (directory containing raw fastq files intended for analysis exclusively, no other files):

rawfqs <- "./Demo_data/raw_fqs"

  • sample phenodata (sample names in rows, sample variables in columns):

phedat <- read.csv("./Demo_data/phenodata_demo.csv", row.names=1)

  • if not already contained in sample phenodata, please specify PRIMER TYPE (amplified region):

phedat$primer_type <- "V3-V4"

  • taxonomy database to use with DADA2 (default is Greengenes v.13.5):

txset <- "./Demo_data/gg_13_8_train_set_97.fa.gz"

Specify OUTPUT folders:

  • directory to write quality-filtered fastq files to:

filtered_fqs <- "./Demo_data/filt_fqs"

  • directory to write various outputs(ASV table, figures & graphs) to:

out_main <- "./Demo_data/results/"

Generate a summary report based on the desired variable column of phenodata (case/control, sample source, sequencing batch...)

  • UNDER DEVELOPMENT: specify phyloseq object, variable of interest, output file basename- PDF of ordination and top 4 ASVs, extended in the future

bimico_summary(toy_set, "clinical_group", "ex1")

bimico's People

Contributors

peterolah001 avatar pmpcosta avatar sinkko 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.