Description Usage Arguments Value Note Author(s) See Also Examples
This function consumes an OTU table and extract the LCA (lowest
common ancestor) that each otu assigned to.
See also tax.split
.
1 |
otu |
the OTU table to be used. |
strip.format |
logical. Whether or not to remove the prefix of the taxonomy assignment at each rank. see |
drop |
logical. Whether or not drop taxonomic columns other than LCA. |
This function return a data frame same as the input OTU table,
except the last column is the LCA of each otu, not the lineage.
The taxonomy column can be kept, by using drop
.
tax.split
returns the same OTU table with classification
at a given taxonomic rank, which can be missing if an otu was
not classified a that that taxonomic level.
LCA.OTU
, guaranteed that all OTUs will be
preserved in the returned data table and provide the LCA for
each OTU, although only higher taxonomic ranks were available.
Wen Chen
1 2 3 4 5 6 7 8 9 |
Loading required package: vegan
Loading required package: permute
Loading required package: lattice
This is vegan 2.4-4
Loading required package: ggplot2
sh: 1: cannot create /dev/null: Permission denied
sh: 1: cannot create /dev/null: Permission denied
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.