Description Usage Arguments Value Examples
Reads a file in list format and eliminate invalid taxa and samples (preprocessing)
1 | read_microbiome_data(file, eliminate_taxa_threshold = 0)
|
file |
the name of the file which the data are to be read from. Data should be in list format with three dimensions: otu, taxa and meta. |
eliminate_taxa_threshold |
threshold for deciding unexpressed level to be elminated |
A list of microbiome data after preprocessing
1 | humann_2 <- read_microbiome_data("data.bactRPK.marginal.DRNA.ZOE2.rds",eliminate_taxa_threshold=0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.