Lecture 4 - K-mers and binomial and CLT Flashcards

1
Q

What is a kmer?

A

a sequence of k bases

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

when stored in binary a 32 bit integer holds how many k-mers?

A

16 base k-mer

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

What is the probability of a specific kmer being generate by the RNG?

A

Kpi

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

What is the conditional probability of an event A happening given an event B happens?

A

Pr A given B = P (AnB)/PB

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

What is a context dependent nucleotide generator?

A

the probability of observing a particular nucleotide sequence depends on what the nucleotide was before it

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

How do you model a context dependent random nucleotide generator?

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

Given a genome of size n how can we test if the bases are generate randomly i.i.d or through a Markov process?

A

-calculate the expected number of times each dinucleotide is expected to appear in the genome
-calculate the frequency of each nucleotide use this to estimate the probability of each base
-calculate the probability of each nucleotide
-calculate the expected number of times each dinucleotide should appear in the genome
-count the number of times each dinulceotide appears in the genome
-compare the number of observed counts of each dinulceotide expected using the chi squared test - how many degrees of freedom

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

What is the distribution of counts of an outcome?

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

If n=4 and one outcome is 0110, how many different outcomes have zero 1s?

A

one

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

If n=4 and one outcome is 0110, how many different outcomes have two 1s?

A

4C2

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