nortimecourseispart: Time-course Metabolomic Study with dataset with Internal...

View source: R/selecttimec_is.R

nortimecourseispartR Documentation

Time-course Metabolomic Study with dataset with Internal Standards (ISs).

Description

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

Usage

nortimecourseispart(fileName, IS, selectedMethods)

Arguments

fileName

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

IS

Allows the user to indicate the column number(s) where the internal standard(s) locate (default = null). If there is only one internal standard (IS), the column number of this IS should be listed. If there are multiple ISs, the column numbers of all ISs should be listed and separated using comma. For example, the value of argument IS that is set to ā€œ2,6,8,nā€ indicates that the metabolites in the 3rd, 7th, 9th, and (n+1)th columns of your input peak table should be considered to be the IS metabolites.

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)
timec_is_data <- PrepareInuputFiles(dataformat = 1,
rawdata = "Timecourse_with_IS.csv")
nortimecourseispart(fileName = timec_is_data,
, IS = "4,5", selectedMethods = "selectedmethods.csv")

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