View source: R/phyloseq_sep_samp.R
phyloseq_sep_samp | R Documentation |
This function splits a phyloseq object by sample, returning a list of objects whose components each correspond to a separate sample.
phyloseq_sep_samp(physeq, drop_zeroes = T)
physeq |
A phyloseq-class object |
drop_zeroes |
Logical, indicating weather OTUs with zero abundance or samples with zero total abundance should be removed |
List with phyloseq objects.
data("esophagus")
phyloseq_sep_samp(esophagus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.