| swath.means {SwathXtend} | R Documentation |
swath.means(dswath, Sample)
dswath |
a data frame of peak areas of Swath results |
Sample |
a vector of strings of the sample names in the Swath result |
A data frame with the mean peak area.
file = paste(system.file("files",package="SwathXtend"),"Swath_result_Lib2.xlsx", sep="/")
dswat = readWorkbook(file, 2)
Sample = rep(c('2perc','5perc','10perc'), each=3)
res = swath.means(dswat, Sample)