Entering edit mode
5 months ago
Xbox_27
•
0
I have a list of regions for different genes. I want to know how much of overlapping is there in terms of basepairs with corresponding genes (Exons). I want to do it in R. How to do it?
----this is my code but its showing no overlaps found
The code seems correct at first glance... How did you generate the data in the Excel file? Have you checked the exon annotations? You could check if the exons in the database are of significant length to allow meaningful overlaps with the regions of interest.
Hi, this is the list/ excel I am uploading ( coverage.xlsx )
you can
dput(head(df)
for the both the data frame so that other can test for possible solutions