Entering edit mode
8.5 years ago
sacha
★
2.4k
I have a bed files with several regions :
exons.bed
chr4 4 200
chr5 3 100
chr5 90 110
I want to get the number of position covered by this bed file. For the exemple, I want : (200-4) + (100-3) + 10
You could use R: