grl.bind | R Documentation |
GRangesList
objects.Concatenates GRangesList
objects taking the union of their mcols
features if they have non-overlapping features
grl.bind(...)
... |
GRangesList Any number of |
Concatenated GRangesList
with NA filled in for mcols
fields that are non-overlapping. Note that the
elements are re-named with sequential numbers
Marcin Imielinski
## Concatenate
grl.hiC2 <- grl.hiC[1:20]
mcols(grl.hiC2)$test = 1
grl.bind(grl.hiC2, grl.hiC[1:30])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.