Description Usage Arguments Value
For internal use only. Computes disjoint ranges on a
gtf/gff/bed/bam
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 | disjoin_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 disjoint ranges.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.