Description Usage Arguments Value
For internal use only. Computes intersecting ranges on a
gtf/gff
object by converting the input object to a GRangesList
object and calling disjoin()
(from the GenomicRanges
package) on it. Returns an object of same class as input.
1 | intersect_overlaps(x, by = "gene_id", ignore_strand = FALSE)
|
x |
An object of class |
by |
Character vector of column names in |
ignore_strand |
Logical argument to pass to |
A data.table
with intersecting ranges.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.