# load an RData file including a single run data acquired by readCDF
data("Run")
# load targets information
data(Targets)
# get all the corresponding peaks of the target list
runPeaks <- getPeak(Run = Run, Targets = Targets)
# get the scores for all analytes in all runs
Scores <- getPeakScore(runPeaks = runPeaks)
Run the code above in your browser using DataLab