Description Usage Arguments Details Value See Also
View source: R/metacoder-formatting.R
A function for formatting Taxmap objects in the MicrobiomeR format. This function attempts to give more customization than the as_*_format functions.
1 | as_custom_format(obj, format, change_name_list = NULL, ...)
|
obj |
An object to be converted to a Taxmap object with |
format |
The name of the format to convert the object to. |
change_name_list |
A list with names of the tables in the observation data, that have matching values that are used to change the names of the table. Default: NULL |
... |
An optional list of parameters to use in the as_*_format function specified |
This function is meant to be more helpful for customizing the Taxmap object.
A Taxmap object that we have tried to format with all of our heart.
create_taxmap
, which_format
, order_metacoder_data
, as_MicrobiomeR_format
Other Formatting: MicrobiomeR_Formats
,
as_MicrobiomeR_format
,
as_analyzed_format
,
as_basic_format
,
as_phyloseq_format
,
as_raw_format
, melt_taxmap
,
treatment_matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.