combineFrag {xRing} | R Documentation |
This function combines fragments by series
combineFrag(x, frag = NULL)
x |
an "xRingList" object |
frag |
integer, defines the character position within the series name that identifies fragments. If |
an object of class "xRingList" with merged fragments
data(PaPiRaw)
data(PaPiSpan)
PaPi <- detectRings(PaPiRaw, PaPiSpan)
PaPi.merge <- combineFrag(PaPi, frag = 9)