Description Usage Arguments Value See Also
overlap_matrix returns a matrix of zeros and ones indicating if the regions
in the GRanges
object overlap a region in the respective bedfile
1 2 3 4 5 | overlap_matrix(object, bedfiles, ...)
## S4 method for signature 'SegvisData,character'
overlap_matrix(object, bedfiles,
colnames = basename(bedfiles))
|
object |
a |
bedfiles |
a character vector with the files in bed fortmat. |
... |
Any other additional parameters that |
colnames |
a character vector with the names of the bed files. The
default value for this is |
The overlap_matrix
method returns an overlap matrix where each
entry indicates if the row-region overlaps any of the intervals in the
bedfiles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.