[20150507] Question #3

Assigned to: Juan Felipe Hernández Albarracín

Statement

Find the algebraic distance between the two genomes below.

Answer

Algebraic representation of the chromosomes:

π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)

The algebraic distance of two genomes π and σ is:

d(π,σ) = ||σπ-1|| / 2

So π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)(a)(-e)

The norm of a genome π is defined by:

||π|| = |E| - |orb(π)|

Where E is the set of all the symbols present in the permutations and orb(π) is the set of orbits in π. Since there are 14 symbols in total and 4 orbits in σchrπchr-1:

d(π,σ) = (14 - 4) / 2 = 5