Description Usage Arguments Value
For internal use only. Computes reduced ranges on a
gtf/gff/bed/bam
object by converting the input object to a
GRangesList
object and calling reduce()
(from
GenomicRanges
package) on it. Returns an object of same class
as input.
1 | reduce_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 reduced ranges.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.