I have some segments start and end position on a reference sequence, I
want to calculate the uncoverage region for the reference;

for example: reference sequence length= 100,

name     [start,end]
segment 1 [1,20]
segment 2 [2,28]
segment 3 [50,100]
segment 4 [5,38]

so uncover region = [38,49]


now I already have %pos{start}=end structure for those segment
position, could somebody give a good method?


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to