intersect_taxa {phyloseq} | R Documentation |
This function is used internally as part of the infrastructure to ensure that
component data types in a phyloseq-object have exactly the same taxa/species.
It relies heavily on the Reduce
function to determine the
strictly common species.
intersect_taxa(x)
x |
(Required). A |
Returns a character vector of only those species that are present in
all species-describing components of x
.
# ## data(GlobalPatterns) ## head(intersect_taxa(GlobalPatterns), 10)