View source: R/reportOverlapBases.R
reportOverlapBases | R Documentation |
GRanges-class
object of genomic ranges and enumerate the number of overlapping bases
with other set of user defined 'query' genomic ranges.This function will take in a GRanges-class
object of genomic ranges and enumerate the number of overlapping bases
with other set of user defined 'query' genomic ranges.
reportOverlapBases(ranges = NULL, query.ranges = NULL, index = NULL)
ranges |
A |
query.ranges |
A |
index |
A user defined name of a column where the number of overlapping bases between 'ranges' and 'query.ranges' will 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.