Sequence alignment (long ver p1) Flashcards

1
Q

DNA Alphabet aside from ATGC

B

A

C, G, T

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

DNA Alphabet aside from ATGC

D

A

A, G, T

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

H

A

A, C, T

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

K

A

G, T

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

M

A

A, G

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

N

A

A, C, G, T

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

R

A

A, G

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

S

A

C, G

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

V

A

A, C, G

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

W

A

A, T

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

Y

A

C, T

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

What are the different biological sequences?

A

Nucleic Acid
Protein / Amino Acid

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

amino acid code is a _

A

one letter abbreviation

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

Enumeration

What is the significance of Sequence Alignment?

A

learn about gene or protein through homology
discover functional, structural, and evolutionary information of sequences
obtain best possible/”optimal”alignment using algorithms

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

process of lining up two sequences to achieve maximal levels of identity and show conservation of residues

A

pairwise alignment

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

way to represent the relationship between two biological sequences (proteins or nucleotides)

A

pairwise alignment

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

used to assess degree of similarity and possibly homology

A

pairwise alignment

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

same residues between two proteins; may be in global or local alignment

A

identical

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

residues have structural or functionally related

A

similar

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

can only use ‘higher/lower’degree of similarity

A

similar

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

sum of both identical and similar residues

A

percent similarity

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

goal of pairwise alignment

A

percent similarity

24
Q

refers to an exact match between two nucleotides or amino acids

25
refers to a resemblance between two residues that is greater than one would expect at random
similarity
26
simple picture that gives an overview of the similarities between two sequences
dot plot
27
what correspond to the residues of dot plot?
rows and columns
28
positions in the dot plot are _ if the residues are different, and _ if they match
left blank - different filled - match
29
compare sequences as a whole
global alignment
30
no amino acids or nucleotides is discarded
global alignment
31
It is used when sequences are quite similar and approximately the same length
global alignment
32
analyze polymorphisms between closely related sequences
global alignment
33
What kind of algorithm does Global alignment use?
Needleman Wunsch algorithm
34
stretches of sequence with high density of matches are aligned (generate islands of matches)
local alignment
35
more suitable for aligning sequences that are similar in some regions (maybe a conserved region or domain) but different in others
local alignment
36
detect similar subsequences in two sequences
local alignment
37
What is the algorith used in Local Alignment?
Smith Waterman algorithm
38
What are the steps in Pairwise Comparison?
Set up the matrix Score the matrix Identifying the optimal alignment
39
How to set up the matrix?
one sequence is written left right/ top bottom; one residue at a time
40
# Scoring the matrix protein
Choose PAM or BLOSUM Choose number
41
# Scoring the matrix DNA
score for identities or mismatches
42
What does PAM mean?
Percent Accepted Mutation
43
estimates the rate at which each possible residue in a sequence changes to each other residue over time
PAM
44
45
What does BLOSUM-X means?
Blocks Amino Acid Substitution Matrix
46
Amino acids are grouped according to the chemistry of the side group
Substitution Matrix: PAM
47
# Log odd values +10
means that ancestor is probability is greater
48
# Log odd values 0
means that the probability are equal
49
49
# log odd values 4
means that the change is random
50
True or False: Substitution Matrix: BLOSUM is not based on an explicit evolutionary model
True
51
derived from all amino acid changes observed in an aligned region given a family of proteins regardless of the protein's sequence similarity but are related biochemically (basis of common ancestor)
Substitution matrix: BLOSUM
52
Matrix is based on substitutions and conserved positions in BLOCKS
Substitution matrix: BLOSUM
53
common regions in related sequences
blocks
54
used to find conserved domains
Substitution matrix: BLOSUM