View source: R/util_compatibility.R
PerformMS2ResultsFormatting | R Documentation |
PerformMS2ResultsFormatting This function is used to format the results from other tools into the generic format of MetaboAnalystR for functional analysis Currently,we are supporting the compatibility for four commonly used open-source tools: MS-FINDER, and SIRIUS 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 msfinder, or sirius The 3rd column
PerformMS2ResultsFormatting(file_path, type, MS1_features_list = NA)
file_path |
file path of NS2 file |
type |
type, can be msfinder or sirius |
MS1_features_list |
this is feature list used functional analysis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.