View source: R/rename_NA_taxa.R
rename.NA.taxa | R Documentation |
Rename taxonomic levels so that NAs don't all get lumped together (i.e. uses higher-level assignments in lower-level names to preserve lineages).
rename.NA.taxa(ps)
ps |
a phyloseq object |
tax_table
, phyloseq
data(example_phyloseq) new.ps <- rename.NA.taxa(example_phyloseq) head(tax_table(new.ps))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.