Showing posts with label genome rearrangements. Show all posts
Showing posts with label genome rearrangements. Show all posts

Wednesday, May 27, 2015

057-2015

MO640 - Multiple-choice question

What is the minimum number of operations to sort optimally by block interchanges the following genome?

+5 +1 +3 +4 +8 +9 +7 +6 +2

a) 6
b) 5
c) 4
d) 3
e) None of the above

Original idea by: Miriam Ito

Monday, May 25, 2015

056-2015

MO640 - Multiple-choice question

Consider the unichromosomal genome below:

+1 +6 +2 +4 +7 +5 +3

This genome can be optimally sorted with a certain number of block interchanges. What are the successive values for X when the
standard algorithm for sorting by block interchanges, due to Christie, is applied, and what is the resulting Block Interchange Distance (BID)? (Consider Xi as the value used in the i-th iteration of the sorting algorithm).

A)
X1 = 2; X2 = 3; X3 = 4. BID = 3.
B)
X1 = 1; X2 = 3; X3 = 4; X4 = 6. BID = 4.
C)
X1 = 2; X2 = 4; X3 = 5. BID = 3.
D)
X1 = 2; X2 = 3; X3 = 4; X4 = 5. BID = 2.
E) None of the above.


Original idea by: Celso A. W. Santos

Sunday, May 24, 2015

055-2015

MO640 - Multiple-choice question

Given the genome 1 8 3 9 7 6 2 5 4, what is its block interchange distance as defined by Christie (1996)?
  1. 6
  2. 5
  3. 4
  4. 3
  5. None of the above.
Original idea by: Leandro José de Bortoli

054-2015

MO640 - Multiple-choice question

Consider the following genome π:

image/svg+xml a b c d f e 4 6 7 8 5 1 2 9 3

What is the value of DDCJ(π,I) ÷ bid(π,I), where I is the identity genome on blocks 1 to 9, and bid is the block interchange distance?
  1. 1
  2. 2
  3. 3
  4. 4
  5. None of the above.

Original idea by: Juan Felipe Hernández Albarracín.

Saturday, May 23, 2015

053-2015

MO640 - Multiple-choice question

How many block interchanges(Christie 1996) is necessary to sort optimally the following genome?

+1 +5 +3 +2 +7 +4 +8 +6

a) 4
b) 6
c) 5
d) 3
e) None of the above.

Original idea by: Cristiano Borges Cardoso

052-2015

MO640 - Multiple-choice question

Select the alternative with the minimum number of block interchange operations that are needed to sort optimally the following genome:

+1 +8 +4 +7 +5 +2 +9 +6 +3 +10

a. 4.
b. 3.
c. 6.
d. 5.
e. None of the above.

Original idea by: Raphael Cristofaro

051-2015

MO640 - Multiple-choice question

What is the minimum number of block interchange operations needed to sort the following sequence?

3 1 4 6 2 5


A) 2 operations
B) 3 operations
C) 4 operations
D) 5 operations
E) None of the above


Original idea by: Rafael Padilha

Monday, May 18, 2015

027-2011

MO640 - Multiple-choice question

Considering the permutation product below, what is the structure of the result?

(4 2 5 1 3 6 8 7) (4 5 6 7 8) (7 6 5 4 3 2 1 8) (1 2 3)

a) The result is formed by a 2-cycle and a disjoint 4-cycle.

b) The result is a 4-cycle.

c) The result is formed by two disjont 4-cycles.

d) The result is a 6-cycle.

e) None of the above
 
 

050-2015

MO640 - Multiple-choice question

A possible value for the space V*(.A.BC.) = {x | Bx = Cx} ∩ {x | Ax=Bx=Cx} for the matrices below is:


A =  
1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1
  B =  
0 0 0 1
0 1 0 0
0 0 1 0
1 0 0 0
  C =  
1 0 0 0
0 0 1 0
0 0 0 1
0 1 0 0
 


a) <[0 0 0 0]t>
b) <[1 1 0 0]t>
c) <[1 1 1 0]t>
d) <[1 1 1 1]t>
e) None of the above

Original idea by: Miriam Ito

Sunday, May 17, 2015

026-2011

MO640 - Multiple-choice question

How many oriented pairs are there in the following genome?

(0 -5 -6 -1 -3 2 4 7)

a) 0
b) 2
c) 4
d) 6
e) None of the above

Original idea by: Felipe Holanda
Translation help by: Cicero Luiz Jr.

Saturday, May 16, 2015

021-2011

MO640 - Multiple-choice question

According to Bergeron's elementary treatment of the Hannenhalli-Pevzner theory, which of the alternatives below represents the result of a reversal maximizing the resulting score when applied to  1 -5 2 6 4 -3 -8 7 ? 

     a)  1 -5 2 6 4 -3 -8 -7
     b)  1 -5 2 3 -4 -6 -8 7
     c)  1 -5 -4 -6 -2 -3 -8 7
     d)  1 -2 5 6 4 -3 -8 7
     e) None of the above.

Original idea by: Adriano Batista Prieto

Translation help by: Leandro José de Bortoli

049-2015

MO640 - Multiple-choice question

In view of Bergeron's elementary treatment of the Hannenhalli-Pevzner theory, what can be correctly stated about the following signed permutation?

6 7 4 5 1 2 3 8

a) it is sortable by applying Algorithm 1 only
b) it does not contain hurdles
c) it has 2 oriented pairs
d) its distance to the identity permutation is 3 reversals
e) None of the above


Original idea by: Mario Akita

048-2015

MO640 - Multiple-choice question

Given the signed, extended permutation 0 3 1 6 5 2 4 7:

  1. A possible oriented pair for this permutation is (6, 5). 
  2. The score of the oriented pair (1, 2) for this permutation is 4. 
  3. If we apply the reversal corresponding to (1, 2) to this permutation, the new permutation would have oriented pairs (2, 3) and (5, 6).

Which statements are correct?

  1. Only I 
  2. Only II
  3. Only II and III
  4. Only III
  5. None of the above

Original idea by: Jéssica Akemi Matsuoka

Friday, May 15, 2015

047-2015

MO640 - Multiple-choice question

Considering the permutations below:





Choose the alternative that correctly relates each permutation to an expression with the same value:

a) I - αβ; II - β; III - βα; IV - α

b) I - β; II - βα; III - α; IV - αβ

c) I - αβ; II - α; III - βα; IV - β

d) I - α; II - αβ; III - β; IV - βα

e) None of the above.

Original idea by: Mario Akita

Monday, May 11, 2015

046-2015

MO640 - Multiple-choice question

Consider the permutations α = (1 2 4)(7 5 8 9) and β = (2 4 7 9 1 8 5). The conjugation of β by α (αβα-1) is:

a) (4 7 5 1 2 9 8)
b) (4 7 5 7 2 9 8)
c) (4 1 5 1 2 9 8)
d) (4 1 5 7 2 9 3)
e) None of the above

Original idea by: Miriam Ito

045-2015

MO640 - Multiple-choice question

What is the DCJ distance between the two genomes below?



a) 4
b) 5
c) 6
d) 7
e) None of the above.




Original idea by: Cristiano Borges Cardoso

044-2015

MO640 - Multiple-choice question

Consider the following adjacency graph:




The correct representation for genomes A and B and the DCJ distance between them are:

A) distDCJ = 3


B distDCJ = 4


C) distDCJ = 4
 

D) distDCJ = 5
 
E) None of the above.

 

Original idea by: Celso A. W. Santos

043-2015

MO640 - Multiple-choice question

Consider a genome with the following adajcency algebraic representation:

(-A B) (-B D) (-D C) (-C -F)

A rearrangement operation occurred, resulting in the following genome:

(C -D) (-C -F) (F A) (-A B) (-B D)

Which kind of operation occurred?

a) Linear fission
b) Circularization
c) Reversal
d) Transposition
e) None of the above

Original idea by: Mario Akita

Sunday, May 10, 2015

042-2015

MO640 - Multiple-choice question

What is the chromosomal algebraic representation for genome π below?



a) πchr = (A B -C X Y) (Z -D E) (-F W)
b) πchr = (A B -C X Y Z -D E -F W)
c) πchr = (-A -B C X Y -Y -X -C B A) (-Z D -E E -D Z) (F -W W -F)
d) πchr = (-A -B C X Y -Y -X -C B A -Z D -E E -D Z F -W W -F)
e) None of the above

Original idea by: Leandro Tacioli

029-2006

MO640 - Multiple-choice question

What is the result of applying the signed reversal ρ = (B -C)(-A D) in the circular genome π = (ABCD) (D -C -B -A)?
  1. ρπ = (B C -A -D) (D A -C -B)
  2. ρπ = (A B C D) (-D -C -B -A)
  3. ρπ = (B C -D -A) (-C -B A D)
  4. ρπ = (-D -C -B A) (-A B C D)
  5. None of the above.
Original idea by: Marcus Vinícius Benedito
Translation help by: Leandro José de Bortoli