funguild_assign | R Documentation |
The original function and documentation was written by Brendan Furneaux in the FUNGuildR package.
These functions have identical behavior if supplied with a database; however they download the database corresponding to their name by default.
Taxa present in the database are matched to the taxa present in the supplied
otu_table
by exact name.
In the case of multiple matches, the lowest (most specific) rank is chosen.
No attempt is made to check or correct the classification in
otu_table$Taxonomy
.
funguild_assign(
otu_table,
db_funguild = get_funguild_db(),
tax_col = "Taxonomy"
)
otu_table |
A |
db_funguild |
A |
tax_col |
A |
A tibble::tibble
containing all columns of
otu_table
, plus relevant columns of information from the FUNGuild
Brendan Furneaux (orcid: 0000-0003-3522-7363), modified by Adrien Taudière
Nguyen NH, Song Z, Bates ST, Branco S, Tedersoo L, Menke J, Schilling JS, Kennedy PG. 2016. FUNGuild: An open annotation tool for parsing fungal community datasets by ecological guild. Fungal Ecology 20:241-248.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.