normulticlassqcpart: Multi-class (N>1) Metabolomic Study with dataset with with...

View source: R/selectmulti_qcs.R

normulticlassqcpartR Documentation

Multi-class (N>1) Metabolomic Study with dataset with with Quality Control Samples (QCSs).

Description

this function enables performance assessment of metabolomic data processing for multi-class dataset (with quality control sample but without internal standard) using four criteria, and can scan the customized workflows selected by user and rank them based on their performances.

Usage

normulticlassqcpart(fileName, selectedMethods)

Arguments

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).

Examples

library(NOREVA)
multi_qc_data <- PrepareInuputFiles(dataformat = 1,
rawdata = "Multiclass_with_QCS.csv")
normulticlassqcpart(fileName = multi_qc_data, selectedMethods = "selectedmethods.csv")

idrblab/NOREVA documentation built on April 17, 2025, 2:04 p.m.