rank_names {phyloseq} | R Documentation |
This is a simple accessor function to make it more convenient to determine
the taxonomic ranks that are available in a given phyloseq-class
object.
rank_names(physeq, errorIfNULL=TRUE)
physeq |
(Required).
|
errorIfNULL |
(Optional). Logical. Should the accessor stop with
an error if the slot is empty ( |
Character vector. The names of the available taxonomic ranks.
get_taxa
taxa_names
sample_names
data(enterotype) rank_names(enterotype)