DataProcess.Rd
A data processing function
DataProcess(data = NULL)
Comma-separated (*.csv), QC file format. It should contain a Precursor column and the metrics columns.
A data frame that processes using input.sanity.check function.
input.sanity.check
# The data is "S9Site54" which is defined in the package. data <- DataProcess(S9Site54) #> Your data is ready to go!