Exercises marked with (*) require further reading/search beyond the suggested texts.
1. Compute the SCJ distance between the following genomes:
Answer:
If E is the set of adjacents from the first genome and R is the set of adjacents from the second genome, the SCJ distance is:
DSCJ(E,R) = | E - R | + | E - R |
DSCJ(E,R) = 5 + 5
DSCJ(E,R) = 10.
because
E - R = { ND3hND4Lt, ND5hND6h, ND6tCytBt, CYTBh12St, ND1hND2t }
R - E = { ND3hND5h, ND4LtND6t, ND6hCytBt, CYTBhND1h, 12StND2t }
© 2015 Joao Meidanis