loadTaxaFile: Load Taxonomy File

View source: R/loadTaxonomy.R

loadTaxaFileR Documentation

Load Taxonomy File

Description

Load Taxonomy File

Usage

loadTaxaFile(path_to_taxa = NA, metadata = NULL, combineDupes = T)

Arguments

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.

Value

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


microresearcher/MicroVis documentation built on Feb. 8, 2024, 10:59 a.m.