| getBegEndIndMSP {MetCirc} | R Documentation |
data.frame in
peaks(MSP)-objectsGet beginning and end indices of each entry in a
data.frame in a peaks(MSP)-object
getBegEndIndMSP(msp)
msp |
|
Internal use to retrieve start and end row indices for fragments of MS/MS features.
getBegEndIndMSP returns a list of length 2 where the first
entry contains the start indices and the second the end indices
Thomas Naake, thomasnaake@googlemail.com
data("sd02_deconvoluted", package = "MetCirc")
finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ",
splitIndMZ = 2, splitIndRT = 3)
finalMSPdf <- peaks(finalMSP)
getBegEndIndMSP(finalMSPdf)