Exercises marked with (*) require further reading/search beyond the suggested texts.
4. Find a sorting rearrangement with weight 1 or less taking π to σ of the previous exercise, according to the algebraic concept of distance.
Answer:
Algebraic representation of the genomes:
πchr = (a+ b+ d- f+ c- e+ e- c+ f- d+ b- a-)
σchr = (d+ f+ f- d-)(a+ c- b- e+ e- b+ c+ a-)(z+ z-)
We need to find a divisor of σchr πchr-1, then invert and conjugate it by πadj and see if they are disjoint. So πchr-1 and σchr πchr-1 must be calculated:
πchr-1 = (a- b- d+ f- c+ e- e+ c- f+ d- b+ a+)
σchr πchr-1 = (a- e+ b- f+ d+ d- c+ b+ c- f-)(z+ z-)
We choose μ = (a- d-), which is equal to μ-1. Its conjugate is:
πadj μ πadj-1 = (b- b+)
Since μ and πadj μ-1 πadj-1 are disjoint, their product is a sorting operation:
sorting operation = (b- b+)(a- d-).
© 2015 Joao Meidanis