concatCis {GGtools} | R Documentation |
combine a list of cisRun instances to a single instance, with ad hoc metadata combination
concatCis(crl)
crl |
list of instances of |
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
a cisRun instance
## Not run: example(All.cis) concatCis(f1, f1) ## End(Not run)