Learn R Programming

GGtools (version 5.8.0)

concatCis: 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

Value

a cisRun instance

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

Examples

Run this code
## Not run: 
# example(All.cis)
# concatCis(f1, f1)
# ## End(Not run)

Run the code above in your browser using DataLab