Importing Data from Mothur into MicrobiomeStat
Steps for importing Mothur-generated data into the MicrobiomeStat framework.
This guide details the procedure to seamlessly import data generated by Mothur into the MicrobiomeStat environment.
The mStat_import_mothur_as_data_obj
function facilitates the conversion of the Mothur dataset to the basic MicrobiomeStat data objects. Here are the key components:
mothur_list_file (Optional): Mothur-generated list file.
mothur_group_file (Optional): Group designation file from Mothur.
mothur_tree_file (Optional): Phylogenetic tree representation.
mothur_shared_file (Optional): OTU Abundance data across samples.
mothur_constaxonomy_file (Optional): Classification of OTUs at various taxonomic levels.
parseFunction (Optional): Custom function for taxonomy parsing, with 'parse_taxonomy_default' as an available option.
Last updated