A function for looking at a Taxmap object and returning the identified MicrobiomeR format.
which_format(obj)
| obj | A Taxmap object. |
|---|
If the format is verified it returns a character string denoting the identified format.
This function is used to get basic information about the format of the taxmap object that is supplied by the user.
Other Validation: is_analyzed_format,
is_basic_format,
is_phyloseq_format,
is_raw_format,
order_metacoder_data,
validate_MicrobiomeR_format
# NOT RUN {
if(interactive()){
library(MicrobiomeR)
fmt <- which fmt(MicrobiomeR::raw_silva_2)
print(fmt)
}
# }