Converts a Taxmap object to the basic_format.

as_basic_format(obj, cols = NULL, out_names = NULL)

Arguments

obj

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

cols

Column names used for calc_taxon_abund. Default: NULL

out_names

Column names of the output used for calc_obs_props. Default: NULL

Value

A Taxmap object in the "basic_format".

Details

See the MicrobiomeR_Formats documentation.

See also