ra.overlaps | R Documentation |
Determines overlaps between two piles of rearrangement junctions ra1 and ra2 (each GRangesLists of signed locus pairs) against each other, returning a sparseMatrix that is T at entry ij if junction i overlaps junction j.
if argument pad = 0 (default) then only perfect overlap will validate, otherwise if pad>0 is given, then padded overlap is allowed
strand matters, though we test overlap of both ra1[i] vs ra2[j] and gr.flipstrand(ra2[j])
ra.overlaps(ra1, ra2, pad = 0, arr.ind = TRUE, ignore.strand = FALSE, ...)
ra1 |
|
ra2 |
|
pad |
Amount to pad the overlaps by. Larger is more permissive. Default is exact (0) |
arr.ind |
Default TRUE |
ignore.strand |
Ignore rearrangement orientation when doing overlaps. Default FALSE |
... |
params to be sent to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.