You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thank you very much for regioneR.
Just a question,
I am trying to check the significance of overlapping variants between my variant set and a true set.
I have around 37k variants in my true set but I get more than 44k observed overlaps, even if I use the function count.once.
This is the code I used:
'at' has 179656 variant positions and bt which is the true set has 37555 variant positions
pt[["numOverlaps"]][["observed"]]
[1] 43896
If my B has 37555 variants, then shouldn't my observed overlap count be <= 37555? Am I missing something basic here?
The text was updated successfully, but these errors were encountered:
Hi, Thank you very much for regioneR.
Just a question,
I am trying to check the significance of overlapping variants between my variant set and a true set.
I have around 37k variants in my true set but I get more than 44k observed overlaps, even if I use the function count.once.
This is the code I used:
'at' has 179656 variant positions and bt which is the true set has 37555 variant positions
pt[["numOverlaps"]][["observed"]]
[1] 43896
If my B has 37555 variants, then shouldn't my observed overlap count be <= 37555? Am I missing something basic here?
The text was updated successfully, but these errors were encountered: