Description Usage Arguments Details Value See Also Examples
View source: R/metacoder-formatting.R
A function for looking at a Taxmap object and returning the identified MicrobiomeR format.
1 | which_format(obj)
|
obj |
A Taxmap object. |
This function is used to get basic information about the format of the taxmap object that is supplied by the user.
If the format is verified it returns a character string denoting the identified format.
Other Validation: is_analyzed_format
,
is_basic_format
,
is_phyloseq_format
,
is_raw_format
,
order_metacoder_data
,
validate_MicrobiomeR_format
1 2 3 4 5 6 7 8 | ## Not run:
if(interactive()){
library(MicrobiomeR)
fmt <- which fmt(MicrobiomeR::raw_silva_2)
print(fmt)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.