Description Usage Arguments Details Value Author(s) Examples
Get beginning and end indices of each entry in a
data.frame
in a peaks(MSP)
-object
1 | 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
1 2 3 4 5 | data("sd02_deconvoluted", package = "MetCirc")
finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ",
splitIndMZ = 2, splitIndRT = 3)
finalMSPdf <- peaks(finalMSP)
getBegEndIndMSP(finalMSPdf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.