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

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

2. Find the SCJ weighted median for the following genomes and weights:

three linear genomes with
	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 }

median genome


MO640 Home

© 2015 Joao Meidanis