A function for changing the order of the observation data in a Taxmap object

order_metacoder_data(obj)

Arguments

obj

An object to be converted to a Taxmap object with create_taxmap.

Value

A taxmap object with observation data in the proper order for downstream analysis.

Details

Changes the order of the observation tables in metacoder_object$data to otu_abundance, otu_annotations, otu_proportions, sample_data, phy_tree, taxa_abundance, taxa_proportions, statistical_data, and stats_tax_data respectively.

See also