View source: R/getReciprocalOverlaps.R
getReciprocalOverlaps | R Documentation |
Function to calculate percentage of reciprocal overlap between two sets of ranges.
getReciprocalOverlaps(query, subject, thresh = 50, report = "both", index = "")
query |
A |
subject |
A |
thresh |
A percentage threshold for a required overlap. |
report |
Set to 'both' if you want to return merged query and subject ranges or select only one of them. |
index |
An user defiend ID to disntiguish calculated overlaps. |
A GRanges-class
object.
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.