Sequencing and Assembly Flashcards

1
Q

Name some of the techniques for DNA sequencing

A
  1. generation sequencing (PCR with terminating, fluorescent nucleotides).
  2. generation sequencing (flowcell).
  3. generation sequencing (PacBio SMRT-sequencing, Oxford Nanopore), Sanger sequencing.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the difference between FASTA and FASTQ files?

A

A FASTA file is the raw data from sequencing, it is a text-based document containing only the sequence (and an identifier for the sequence(s)).
A FASTQ file is a text-based document containing an identifier, the sequence, a line separator, and a quality score for each nucleotide or amino acid in the sequence. This is metadata.

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

Explain the terms reference-based -and de novo assembly, sequencing coverage, and sequencing depth

A

Reference based assembly aligns the reads (query) sequences to the genome of a closely related species (‘fasit’ if you will).

De novo assembly aligns the reads of the sequence to each other (puzzle).

Sequencing coverage is how much of the genome is covered by the reads (if we are missing parts or not).

Sequencing depth is how many reads cover each nucleotide of the genome (overlap)

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

Explain the Overlap Layout Consensus (OLC) approach to assembling a genome

A

When assembling reads into contigs and scaffolds for the genome there can be many different combinations between reads. To find the ‘right one’, OLC represents the fragments of the sequence as nodes, and the overlap between them as edges, or lines. By finding a path that visits each node exactly once we find the right sequence.

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

Explain how de Bruijn graphs work

A

de Bruijn graphs look a lot like those of OLC. However, in de Bruijn, the reads are converted into k-mers, all the same size. These k-mers are represented as the edges, or lines, of the graphs, while the overlaps are represented by the nodes. The same goal applies here, visit each node once, but with the addition that you only cross each line/edge once.

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

What are some different approaching to determining genes in an assembly/sequence?

A

Ab initio (expectation), homology-based (reference sequences), Hidden Markov Model (probability based on training data)

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

Explain the process of ab inito, homology-based, and HMM approach to determining genes

A

ab initio is based on the expected features of the genome: regulatory elements, promoters, start and stop genes, in a chronological order.

Homology is based on a reference to a known sequence or sequences, and matches the regions to determine genes.

HMM is based on a probability model trained on known sequences to determine the probability of a sequence coding for genes or not.

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