All Projects → benjjneb → Decontam

benjjneb / Decontam

Simple statistical identification and removal of contaminants in marker-gene and metagenomics sequencing data

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Decontam

Flowr
Robust and efficient workflows using a simple language agnostic approach
Stars: ✭ 73 (-15.12%)
Mutual labels:  bioinformatics
Goenrich
GO enrichment with python -- pandas meets networkx
Stars: ✭ 80 (-6.98%)
Mutual labels:  bioinformatics
Bioinformatics Workbook
Bioinformatics Workbook repository
Stars: ✭ 85 (-1.16%)
Mutual labels:  bioinformatics
Oswitch
Provides access to complex Bioinformatics software (even BioLinux!) in just one command.
Stars: ✭ 75 (-12.79%)
Mutual labels:  bioinformatics
Mygene.info
MyGene.info: A BioThings API for gene annotations
Stars: ✭ 79 (-8.14%)
Mutual labels:  bioinformatics
Squigglekit
SquiggleKit: A toolkit for manipulating nanopore signal data
Stars: ✭ 81 (-5.81%)
Mutual labels:  bioinformatics
Bgt
Flexible genotype query among 30,000+ samples whole-genome
Stars: ✭ 72 (-16.28%)
Mutual labels:  bioinformatics
Clusterflow
A pipelining tool to automate and standardise bioinformatics analyses on cluster environments.
Stars: ✭ 85 (-1.16%)
Mutual labels:  bioinformatics
Svtyper
Bayesian genotyper for structural variants
Stars: ✭ 79 (-8.14%)
Mutual labels:  bioinformatics
Truvari
Structural variant toolkit for VCFs
Stars: ✭ 85 (-1.16%)
Mutual labels:  bioinformatics
Fastq.bio
An interactive web tool for quality control of DNA sequencing data
Stars: ✭ 76 (-11.63%)
Mutual labels:  bioinformatics
Biosequences.jl
Biological sequences for the julia language
Stars: ✭ 77 (-10.47%)
Mutual labels:  bioinformatics
Awesome 10x Genomics
List of tools and resources related to the 10x Genomics GEMCode/Chromium system
Stars: ✭ 82 (-4.65%)
Mutual labels:  bioinformatics
Plass
Protein-Level ASSembler (PLASS): sensitive and precise protein assembler
Stars: ✭ 74 (-13.95%)
Mutual labels:  bioinformatics
Obofoundry.github.io
Metadata and website for the Open Bio Ontologies Foundry Ontology Registry
Stars: ✭ 85 (-1.16%)
Mutual labels:  bioinformatics
Startapp
The START App: R Shiny Transcriptome Analysis Resource Tool
Stars: ✭ 73 (-15.12%)
Mutual labels:  bioinformatics
Edamontology
EDAM is an ontology of bioinformatics types of data including identifiers, data formats, operations and topics.
Stars: ✭ 80 (-6.98%)
Mutual labels:  bioinformatics
Awesome Bioinformatics
A curated list of awesome Bioinformatics libraries and software.
Stars: ✭ 1,266 (+1372.09%)
Mutual labels:  bioinformatics
Vdjtools
Post-analysis of immune repertoire sequencing data
Stars: ✭ 85 (-1.16%)
Mutual labels:  bioinformatics
Bioconda Recipes
Conda recipes for the bioconda channel.
Stars: ✭ 1,247 (+1350%)
Mutual labels:  bioinformatics

Documentation

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

The manuscript introducing decontam with benchmarking demonstrating how decontam-inating your data removes reagent sequences, improves accuracy, reduces batch effects, and prevents false-positive associations.

More documentation available through the R help interface (e.g. ?isContaminant) and at the decontam web site.

Installation

The decontam R package is most easily installed from the Bioconductor repository. To install the most recent version of the decontam package, start R (version "3.6") and enter:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("decontam")

See the Bioconductor documentation for decontam for additional information.

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

The easiest source installation method uses the devtools package:

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].