combineFrag: Combine Fragments

View source: R/combineFrag.R

combineFragR 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)


xRing documentation built on April 22, 2022, 5:05 p.m.

Related to combineFrag in xRing...