.reformatFeatureTable | R Documentation |
Tries to identify the format of a feature table input data frame and
reformats it for compatibility with constructFeatureTable
.reformatFeatureTable( df, from = c("auto", "unknown", "mzMINE Aligned Peak List", "MetaboAnalyst Peak Intensity Table", "MS-DIAL Alignment Result") )
df |
data.frame |
from |
input format. If auto, will run |
a list
df: reformatted input data.frame
grouping: anagrouptable format (if grouping information can be extracted from input) or NULL
from: which input format was used
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.