Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/remove_samples.R
Filter out selected samples from a phyloseq object.
1 | remove_samples(samples = NULL, x)
|
samples |
Names of samples to be removed. |
x |
|
This complements the phyloseq function prune_samples by providing a way to exclude given groups from a phyloseq object.
Filtered phyloseq object.
Contact: Leo Lahti microbiome-admin@googlegroups.com
To cite the microbiome R package, see citation('microbiome')
phyloseq::prune_samples, phyloseq::subset_samples
1 2 | data(dietswap)
pseq <- remove_samples(c("Sample-182", "Sample-222"), dietswap)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.