Description Usage Arguments Details Value Examples
This function combines several genome intervals (stranded or not) objects into a single one.
1 2 |
x |
a |
... |
two (one if |
recursive |
inherited from the base |
If the arguments have mixed classes ( both Genome_intervals
or Genome_intervals_stranded
), then
they are coerced to Genome_intervals
before combination.
Otherwise, the common class is used. Ifa list is provided with NULL
entries, these are discarded. If a vector of object is provided with non genomeIntervals
classes, then a list, ordered as the input vector, is returned.
A single Genome_intervals
or
Genome_intervals_stranded
object. Input objects are
combined in their order of appearance in the the argument list.
If any input argument is not a Genome_intervals
, list(...)
is
returned instead.
##'
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.