funguild_assign {MiscMetabar} | R Documentation |
Assign Guilds to Organisms Based on Taxonomic Classification
Description
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
.
Usage
funguild_assign(
otu_table,
db_funguild = get_funguild_db(),
tax_col = "Taxonomy"
)
Arguments
otu_table |
A |
db_funguild |
A |
tax_col |
A |
Value
A tibble::tibble
containing all columns of
otu_table
, plus relevant columns of information from the FUNGuild
Author(s)
Brendan Furneaux (orcid: 0000-0003-3522-7363), modified by Adrien Taudière
References
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.