normulticlassnoall: Multi-class (N>1) Metabolomic Study with dataset without QCSs...

View source: R/pMulticlass-NONE.R

normulticlassnoallR Documentation

Multi-class (N>1) Metabolomic Study with dataset without QCSs and ISs.

Description

This function handles (1) normalizing the multi-class metabolomic data without QCSs and ISs using 168 methods/strategies, (2) evaluating the normalization performances from multiple perspectives, and (3) enabling the systematic comparison among all methods/strategies based on a comprehensive performance ranking.

Usage

normulticlassnoall(fileName, SAalpha="Y", SAbeta="Y", SAgamma="Y")

Arguments

fileName

Allows the user to indicate the NAME of peak table resulted from PrepareInuputFiles() (default = null).

SAalpha

Allows the user to specify whether the input peak table satisfies the study assumption Alpha (SAalpha, all metabolites are assumed to be equally important) (default = “Y”). “Y” denotes that the peak table satisfies the study assumption Alpha (SAalpha). “N” denotes that the peak table does not satisfy the study assumption Alpha (SAalpha).

SAbeta

Allows the user to specify whether the input peak table satisfies the study assumption Beta (SAbeta, the level of metabolite abundance is constant among all samples) (default = “Y”). “Y” denotes that the peak table satisfies the study assumption Beta (SAbeta). “N” denotes that the peak table does not satisfy the study assumption Beta (SAbeta).

SAgamma

Allows the user to specify whether the input table satisfies study assumption Gamma (SAγ, the intensities of most metabolites are not changed under the studied conditions) (default = “Y”). “Y” denotes that the peak table satisfies the study assumption Gamma (SAγ). “N” denotes that the peak table does not satisfy the study assumption Gamma (SAγ).

Examples

library(NOREVA)
multi_non_data <- PrepareInuputFiles(dataformat = 1,
rawdata = "Multiclass_without_QCSIS.csv")
normulticlassnoall(fileName = multi_non_data,
SAalpha="Y", SAbeta="Y", SAgamma="Y")

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