powered by
This function combines fragments by series
combineFrag(x, frag = NULL)
an "xRingList" object
integer, defines the character position within the series name that identifies fragments. If NULL the function considers series with names having one more character as fragments
NULL
an object of class "xRingList" with merged fragments
# NOT RUN { data(PaPiRaw) data(PaPiSpan) PaPi <- detectRings(PaPiRaw, PaPiSpan) PaPi.merge <- combineFrag(PaPi, frag = 9) # }
Run the code above in your browser using DataLab