3. next generation sequencing

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:51 PM on 9/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

what are dideoxy chain terminators

labelled (coloured) ddNTPs

2
New cards

what does DNA polymerization with dideoxy chain terminators create

creates fragments with different lengths and colours

3
New cards

how does DNA polymerization stop

when a ddNTP is incorporated, which terminates the growth

4
New cards

how are the DNA fragments arranges during electrophoresis

they are arranged by size, so the longest ones will travel the least, the shortest ones will travel the furthest

5
New cards

what is Sanger sequencing

  • a serial process

  • if the human genome is broken up into 500 base pair chunks for sequencing, there would have to be 6 million sequencing reactions to perform to complete the human genome


6
New cards

what is second generation sequencing

massive parallel sequencing via spatially separated, clonally amplified DNA template in a flow cell


7
New cards

where does sequencing happen

happens in the flow cell

8
New cards

what is a limitation of 2nd generation sequencers

  • expensive

  • bulky equipment


9
New cards

what are the pros of third generation sequences

  • lightweight and portable

  • cheaper


10
New cards

what does a nanopore sequencer do

single molecule sequencing

11
New cards

what is the process of single molecule sequencing

changes in electrical signal across the nanopore when different bases pass through

12
New cards

what can genetic information do

  • can guide treatment and prevention

    • genetic information can guide cancer treatment

    • genetic information can predict risk factor


13
New cards

what are bioinformatics

the field of science that uses computers. software and mathematics to store, analyze and interpret large sets of biological data, such as DNA and protein sequences


14
New cards

why is bioinformatics needed

  • DNA contains millions to billions of letters (A, C, T, G)

  • a biologist cannot read this sheer volume of raw data manually

    • bioinformatics uses computers to find patterns, spot genetic diseases and speed up research


15
New cards

what is the scoreboard rule of smith-waterman algorithm

match: +1 point

mismatch: -1 point

gap: -2 points

  • no negative scores are allowed in the entire grid

  • if a cell’s calculated value drops below zero, it immediately resets to 0


16
New cards

what is the traceback process

  1. find the start → locate the cell with the highest numerical score

  2. move backwards → at each cell, determine which neighbour (plus its respective match bonus or gap penalty) mathematically evaluates to the current cell’s score

  • diagonal (match/mismatch): move diagonally up-left: aligns 1 character from sequence 1 from one from sequence 2

  • up (deletion): move straight up: this introduces a gap in sequence 1

  • left (insertion): move straight left: this introduces a gap in sequence 2

  1. stop → continue tracing the path backward until it lands on a cell with the score

  2. reconstruction → read the path in reverse to generate the matches sequence and gaps