View source: R/selectmulti_non.R
normulticlassnopart | R Documentation |
this function enables performance assessment of metabolomic data processing for multi-class dataset (without quality control sample and without internal standard) using four criteria, and can scan the customized workflows selected by user and rank them based on performances.
normulticlassnopart(fileName, selectedMethods)
fileName |
Allows the user to indicate the NAME of peak table resulted from PrepareInuputFiles() (default = null). |
selectedMethods |
Allows the user to indicate the NAME of the file containing the customized workflows selected by user. The file should be in a .csv format, and the exemplar files are provided in the NOREVA R package and available for download at https://idrblab.org/noreva/NOREVA_exampledata.zip). |
library(NOREVA)
multi_non_data <- PrepareInuputFiles(dataformat = 1,
rawdata = "Multiclass_without_QCSIS.csv")
normulticlassnopart(fileName = multi_non_data, selectedMethods = "selectedmethods.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.