RecomputePositions geneid v 1.1 source documentation


Description:
Position of predicted signals by reading the reverse (negative) sense on the original input sequence must be translated (normalised) into coordinates in the forward sense (normal) to be mixed with the forward predictions. Reverse exons defined with those signals have the strand property "-" (reverse) to distinguish from forward exons.
Briefing:
void RecomputePositions(packSites* allSites, long l)
Translation from positions (P-) in reverse sequence into positions (P+) in forward sequence by computing:
P+ = L - P- - 1
where L is the length of the input sequence.




Enrique Blanco Garcia © 2001