All Projects → mikemc → metacal

mikemc / metacal

Licence: other
Metagenomics calibration R package

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to metacal

MicEco
Various functions for analysis of microbial community data
Stars: ✭ 25 (+56.25%)
Mutual labels:  microbiome-analysis, amplicon-sequencing
DAtest
Compare different differential abundance and expression methods
Stars: ✭ 34 (+112.5%)
Mutual labels:  metagenomics, marker-gene-analysis
microbiomeMarker
R package for microbiome biomarker discovery
Stars: ✭ 89 (+456.25%)
Mutual labels:  metagenomics, r-package
miner
R package for controlling Minecraft via API
Stars: ✭ 74 (+362.5%)
Mutual labels:  r-package
reinforcelearn
R Package for Reinforcement Learning
Stars: ✭ 33 (+106.25%)
Mutual labels:  r-package
calendar
R interface to iCal (.ics files)
Stars: ✭ 30 (+87.5%)
Mutual labels:  r-package
digest
R package to create compact hash digests of R objects
Stars: ✭ 94 (+487.5%)
Mutual labels:  r-package
paleobioDB
R interface to the Paleobiology Database
Stars: ✭ 36 (+125%)
Mutual labels:  r-package
dotwhisker
Dot-and-Whisker Plots of Regression Results
Stars: ✭ 51 (+218.75%)
Mutual labels:  r-package
khroma
🎨 Colour Schemes for Scientific Data Visualization
Stars: ✭ 148 (+825%)
Mutual labels:  r-package
checkers
⛔ ARCHIVED ⛔ Automated checking of best practices for research compendia ✔️
Stars: ✭ 53 (+231.25%)
Mutual labels:  r-package
SemiBin
No description or website provided.
Stars: ✭ 25 (+56.25%)
Mutual labels:  metagenomics
ECoL
Extended Complexity Library in R
Stars: ✭ 45 (+181.25%)
Mutual labels:  r-package
datatoolbox
🎓 Data Toolbox Training
Stars: ✭ 18 (+12.5%)
Mutual labels:  r-package
micca
micca - MICrobial Community Analysis
Stars: ✭ 19 (+18.75%)
Mutual labels:  metagenomics
rdryad
R client for Dryad web services
Stars: ✭ 25 (+56.25%)
Mutual labels:  r-package
getCRUCLdata
CRU CL v. 2.0 Climatology Client for R
Stars: ✭ 17 (+6.25%)
Mutual labels:  r-package
rcppgsl
Rcpp integration for GNU GSL vectors and matrices
Stars: ✭ 28 (+75%)
Mutual labels:  r-package
REDCapR
R utilities for interacting with REDCap
Stars: ✭ 77 (+381.25%)
Mutual labels:  r-package
rredlist
IUCN Red List API Client
Stars: ✭ 31 (+93.75%)
Mutual labels:  r-package

metacal

DOI

The metacal package provides tools for bias estimation and calibration in marker-gene and metagenomics sequencing experiments. It implements the methods described in McLaren MR, Willis AD, Callahan BJ (2019) and is used for the analysis associated with that manuscript, available at the manuscript's repository.

Installation

Install the development version of metacal from from GitHub,

# install.packages("devtools")
devtools::install_github("mikemc/metacal")

Usage

See the package tutorial for a demonstration of how to estimate bias from control samples with known composition (i.e., mock community samples), and how to calibrate the relative abundances in unknown samples of the taxa that were in the controls.

The primary utility of this package is quantitatively estimating the bias of protocols in quality control experiments, where samples with known composition are measured or samples with unknown composition are measured by multiple protocols.

It is currently not possible to calibrate the composition of a natural community without making strong and untested assumptions about bias being the same for constructed and natural samples and about the efficiencies of taxa not in the controls (e.g., approximating them by that of the closest relative or the average efficiency). For this and other limitations described in the Discussion of our manuscript, calibration as a practical method to obtain quantitatively accurate composition measurements is not currently feasible using this or any package. However, calibration using a hypothesized bias (perhaps partially informed by experimental measurement) can still be useful to analyze the sensitivity of downstream results to bias, a use case we will illustrate in a future vignette.

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].