Description Usage Arguments Details Value See Also
View source: R/metacoder-formatting.R
This function validates that Taxmap objects are in a valid format MicrobiomeR format.
1 2 |
obj |
A Taxmap object. |
validated |
This parameter provides a way to override validation steps. Use carefully. Default: FALSE |
valid_formats |
A vector of formats that are used for validation. |
force_format |
A logical denoting if the selected format is to be forced. Default: FALSE |
min_or_max |
A base function (min or max) that determines which format is to be forced. This is particularly useful if you provide multiple valid_formats. Min will choose the lowest level format, while max will choose the highest level format. Default: base::max |
... |
An optional list of parameters to use in |
This function can provide a way to check if a taxmap object has undergone a
MicrobiomeR Style Workflow
.
If the object is validated, a Taxmap object.
which_format
, as_MicrobiomeR_format
Other Validation: is_analyzed_format
,
is_basic_format
,
is_phyloseq_format
,
is_raw_format
,
order_metacoder_data
,
which_format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.