View source: R/fungalTraits_annotation.R
fungalTraits_annotation | R Documentation |
Assigns fungal guilds using the FungalTraits database (https://doi.org/10.1007/s13225-020-00466-2) by comparing genus names. In the case of Glomeromycota, assignment to arbuscular mycorrhizal lifestyles can be optionally done at the phylum level.
fungalTraits_annotation(
x,
print_missing = F,
amf = T,
coltaxa = c("genus", "phylum")
)
x |
a data frame with taxonomy data. |
print_missing |
whether taxa not found in the database should be displayed. |
amf |
whether Glomeromycota are assigned to arbuscular mycorrhizas at the phylum level. |
coltaxa |
names of columns with genus and phylum, respectively. |
data frame
fungalTraits_annotation(example_taxonomy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.