findMECBlock {DAPAR} | R Documentation |
MSnSet
objectThis method finds the LAPALA in a dataset.
findMECBlock(obj)
obj |
An object of class |
A data.frame that contains the indexes of LAPALA
Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) obj <- Exp1_R25_pept[1:1000] lapala <- findMECBlock(obj)