View source: R/Timecourse-IS.R
nortimecourseisall | R Documentation |
this function enables the performance assessment of metabolomic data processing for time-course dataset (with internal standards but without quality control sample) using four independent criteria, and can comprehensively scan thousands of processing workflows and rank all these workflows based on their performances (assessed from four different perspectives).
nortimecourseisall(fileName, IS)
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. |
library(NOREVA)
timec_is_data <- PrepareInuputFiles(dataformat = 1,
rawdata = "Timecourse_with_IS.csv")
nortimecourseisall(fileName = timec_is_data, IS = "2,6,9")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.