concatCis {GGtools}R Documentation

combine a list of cisRun instances to a single instance

Description

combine a list of cisRun instances to a single instance, with ad hoc metadata combination

Usage

concatCis(crl)

Arguments

crl

list of instances of cisRun-class

Details

the metadata for the output is a list with elements call and config as required, derived from first element of the input; the extras component holds the metadata elements of the remaining input list elements

Value

a cisRun instance

Examples

## Not run: 
example(All.cis)
concatCis(f1, f1)

## End(Not run)

[Package GGtools version 5.22.0 Index]