View source: R/util_compatibility.R
PerformMS1ResultsFormatting | R Documentation |
PerformMS1ResultsFormatting This function is used to format the results from other tools into the generic format of MetaboAnalystR Currently,we are supporting the compatibility for four commonly used open-source tools: MS-DIAL, MZmine, Asari and XCMS online The first parameter file_path should be a valid file of the result. User need to specify the type in the 2nd argument, type. This argument can be msdial, mzmine, asari and xcms Please note, if your original data does not contain meta information, you need to manually add them in the generated "metaboanalyst_input.csv" file The formatted file is 'sample in columns'.
PerformMS1ResultsFormatting(file_path, type, meta_data = NA)
file_path |
|
type |
|
meta_data |
this is path to a table containing two columns, the first column is the sample names and second column is the group information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.