loadTaxaFile | R Documentation |
Load Taxonomy File
loadTaxaFile(path_to_taxa = NA, metadata = NULL, combineDupes = T)
path_to_taxa |
(Optional) full path to taxonomy csv file |
metadata |
Metadata dataframe |
combineDupes |
If set to TRUE (default), MicroVis will try to combine duplicate features. |
Loaded taxonomy data - a list of: 1) orig: A sample-by-ASV (rows-by-columns) original abundance dataframe that will not be processed. 2) A temporary copy of orig that will be used in downstream processing 3) An ASV-by-rank dataframe with ASVs and their assigned taxa at each taxonomic rank
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.