MO640 - Exercises - SCJ Distances and Medians, Feijao and Meidanis 2011

Exercises marked with (*) require further reading/search beyond the suggested texts.

3. Find the SCJ median of the three genomes below:

three genomes

Answer:

G1 = {ahch, ctdh, dtbt, bhat}
G2 = {atbh, btct, chdh}
G3 = {ahbh, btch, ctdh, dtat}

w1 = w2 = w3 = 1

f(at, bh) = 1 - 2 = -1
f(ah, bh) = 2 - 1 = 1
f(ah, ch) = 2 - 1 = 1
f(at, dt) = 2 - 1 = 1
f(bt, ct) = 2 - 1 = 1
f(bt, ch) = 2 - 1 = 1
f(bt, dt) = 2 - 1 = 1
f(ct, dh) = 1 - 2 = -1
f(ch, dh) = 2 - 1 = 1

SCJ median = { atbh, ctdh }

median genome


MO640 Home

© 2015 Joao Meidanis