Entering edit mode
@sarahblackstone7734-11208
Last seen 8.3 years ago
I have two GRanges objects, G1 and G2.
I would like to subtract the ranges in G2 from G1.
findOverlaps(G1,G2) will give me the overlaps, but I want to do the opposite of this. Is it possible?