View source: R/helper_functions.R
unclassified_to_na | R Documentation |
Convert classifications that are annotated with their highest successful classification back ot NA
unclassified_to_na(x, sep = "__", rownames = TRUE, quiet = FALSE)
x |
A matrix, data frame or phyloseq object |
sep |
The seperator between the rank, and the name i.e. G__Drosophila would be the default for an OTU that could only be assigned to the genus Drosophila |
rownames |
Whether rownames should be returned, or instead an OTU column |
quiet |
Whether progress should be printed to console |
na_to_unclassified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.