removeRanges | R Documentation |
Function to subtract set of genomic ranges from other genomic ranges
removeRanges(gr = NULL, remove.gr = NULL, collapse.gaps = 0, min.region = 0)
gr |
A |
remove.gr |
A |
collapse.gaps |
Size of the gaps between ranges to be merged. |
min.region |
Minimum size regions to be reported. |
A GRanges-class
object.
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.