Description Usage Arguments Value See Also Examples
View source: R/phyloseq-class.R
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.
1 |
x |
(Required). A |
Returns a character vector of only those species that are present in
all species-describing components of x
.
1 2 3 | #
## data(GlobalPatterns)
## head(intersect_taxa(GlobalPatterns), 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.