Part 2 - Lecture 2 - Local Pairwise Sequence Alignment Flashcards

1
Q

Why local alignment?

A

we often do not know which parts of two sequences we should align

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why might parts of interesting sequences be more important to certain functions?

A
  1. genic vs intergenic parts of a traditional gene locus
  2. exons vs introns within a gene - exons are what remains after splicing since some exons are noncoding
  3. proteins have disordered parts vs domains with secondary structures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Is there such a thing as junk DNA?

A

tough to claim any part of genome has no function so NO

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If we have two sequences which are i.i.d., what amount can we expect for the two sequences to match?

A

25%

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the local alignment?

A

the best glocal alignment taken from all substrings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the smith-waterman recurrence?

A

instead of putting a negative penalty value put a zero
-this makes all base cases start at zero

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In organizing mismatch scores why do we penalize transitions less than transversions?

A

cause purine to purine and pyrimidine to pyrimidine is more common(transition) than purine to pyrimidine or pyrimidine to purine (transversion)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How does the Smith-waterman algorithm depend on sensible scoring?

A
  • the zero point is critical
    -positive scoring alignments must be good
    -negative scoring alignments assumed not useful
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In local alignment, what is added?

A
  1. a zero to appear for a rest which changes the base cases
  2. start the traceback at the highest value
  3. stop the traceback once you hit zero
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly