combineFrag {xRing}R Documentation

Combine Fragments

Description

This function combines fragments by series

Usage

combineFrag(x, frag = NULL)

Arguments

x

an "xRingList" object

frag

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

Value

an object of class "xRingList" with merged fragments

Examples


data(PaPiRaw)
data(PaPiSpan)
PaPi <- detectRings(PaPiRaw, PaPiSpan)
PaPi.merge <- combineFrag(PaPi, frag = 9)


[Package xRing version 0.1.1 Index]