calculateQC | R Documentation |
Calculate QC Metrics for Taxa and Samples
calculateQC(x)
x |
A phyloseq object |
Calculate QC metrics for taxa and samples.
A list with two tibbles.
SampleQC
sample_total_taxa:Total taxa in a sample
sample_total_reads:Total reads in a sample
number_taxa_account_fifty_percent:Number of taxa account for 50 percent
TaxaQC
taxa_counts:Total counts of taxa in all samples
taxa_mean_counts:Mean counts of taxa in all samples
taxa_dectected_samples:Number of samples in which taxa detected
taxa_prevalence:Percent of samples in which taxa detected
Sudarshan A. Shetty
library(biomeUtils)
data("FuentesIliGutData")
qc_Data <- calculateQC(FuentesIliGutData)
qc_Data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.