Exercises marked with (*) require further reading/search beyond the suggested texts.
2. Find the SCJ weighted median for the following genomes and weights:
Answer:
G1: { ahbh, btct }
G2: { ahbt, bhct, chdt }
G3: { ahbh, btct, chdt }
f(ahbh) = -3 + 3 - 1 = -1
f(btct) = -3 + 3 - 1 = -1
f(ahbt) = 3 - 3 + 1 = 1
f(bhct) = 3 - 3 + 1 = 1
f(chdt) = 3 - 3 - 1 = -1
median = { ahbh, btct, chdt }
© 2015 Joao Meidanis