Sept. 7, 2015, 4:12 p.m. by Rosalind Team
The process described in “Implement ChromosomeToCycle” is in fact invertible, as described by the following pseudocode.
Solve the Cycle to Chromosome Problem.
Given: A sequence Nodes of integers between 1 and 2n.
Return: The chromosome Chromosome containing n synteny blocks resulting from applying CycleToChromosome to Nodes.
(1 2 4 3 6 5 7 8)
(+1 -2 -3 +4)