subset_taxa_tax_control | R Documentation |
There is 3 main methods : discard taxa (i) using a control taxa (e.g. truffle root tips), (ii) using a mixture models to detect bimodality in pseudo-abundance distribution or (iii) using a minimum difference threshold pseudo-abundance. Each cutoff is defined at the sample level.
subset_taxa_tax_control(
physeq,
taxa_distri,
method = "mean",
min_diff_for_cutoff = NULL
)
physeq |
(required): a |
taxa_distri |
(required) a vector of length equal to the number of samples with the number of sequences per sample for the taxa control |
method |
(default: "mean") a method to calculate the cut-off value. There are 6 available methods:
|
min_diff_for_cutoff |
(int) argument for method |
A new phyloseq-class
object.
Adrien Taudière
subset_taxa_tax_control(data_fungi,
as.numeric(data_fungi@otu_table[, 300]),
min_diff_for_cutoff = 2
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.