Skip to content
forked from benjjneb/decontam

Simple statistical identification of contamination in marker-gene and metagenomics data

Notifications You must be signed in to change notification settings

dadahan/decontam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

An introductory vignette demonstrating how to use the decontam package to identify contaminants.

Coming soon: Full publication with benchmarking demonstrating how decontam-inating your data removes reagent sequences, reduces batch effects, and prevents false-positive assocations.

Installation

The decontam R package is currently available as a source package through github, so installation requires the ability to compile R packages. This means that R and the R tool-chain must be installed, which requires the Xcode comnand-line tools on Mac and Rtools on Windows.

The easiest installation method uses the devtools package:

library(devtools)
devtools::install_github("benjjneb/decontam")

Alternatively you can install from source by hand. First download the zipped package and unzip it (or expand the tarball). Start a fresh R session, and enter the following.

install.packages("path/to/dada2", repos = NULL, type = "source",
                 dependencies = c("Depends", "Suggests","Imports"))

Other Resources

Bugs and difficulties in using decontam are welcome on the issue tracker.

Planned feature improvements are also publicly catalogued at on the "Issues" page for decontam: https://github.com/benjjneb/decontam/issues

About

Simple statistical identification of contamination in marker-gene and metagenomics data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%