lca | R Documentation |
The output of the assignSpecies_mod
function is a
two-column dataframe of ASVs and their taxonomic assignments based on exact
matching to reference sequences: if multiple sequences are matched, the ASV
will be repeated across rows, one per match. This function collapses each
ASV to a single row labeled with the last common ancestor of all its
matched taxa (*e.g.*, an ASV matching to an ASV matching to both wheat
[Triticum aestivum] and rye [Secale cereale] was relabeled as Poaceae, the
family shared by both genera).
lca(assignment)
assignment |
The output of |
A taxonomy table with taxonomic assignment per ASV, compatible for use in a phyloseq object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.