swath.means {SwathXtend}R Documentation

Computer Swath mean peak area for duplicated samples

Usage

swath.means(dswath, Sample)

Arguments

dswath

a data frame of peak areas of Swath results

Sample

a vector of strings of the sample names in the Swath result

Value

A data frame with the mean peak area.

Examples



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)



[Package SwathXtend version 2.10.0 Index]