-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path4_nanopore_sequencing_extended.html
More file actions
executable file
·42 lines (27 loc) · 1.62 KB
/
4_nanopore_sequencing_extended.html
File metadata and controls
executable file
·42 lines (27 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: slides
title: "Further Imformation about Nanopore-Sequencing"
---
### Technical Remarks
- Double strands are required for nanopore-sequencing, because single strands would stop at the point where you have your adapter (ds position).
- The nanopore itself is strong enough to open up the ds. A helicase is not necessary.
- The MinION has 4 pores for 512 channels (in total 2048 pores).
- During the sequencing the MinION uses only one pore per channel. Every hour the lane will be checked and perhaps the MinION swaps to a different pore.
- The quality of the reads decreases at the end of a read like in Illumina Sequencing.
- Average length 2-10 kb reads. Error Rate 15-40%.
- Change between template and complement strand is recognized by a specific signal of a site located in the hairpin adapter.
- [Literature](https://www.researchgate.net/publication/317848322_Nanopore_sequencing_data_analysis_state_of_the_art_applications_and_challenges)
---
### Base Calling
- Decoding the raw current signal into a base.
- Long stretches of the same base might induce a higher error (e.g., Poly-A-Tail problem).
---
### RNA Sequencing
- RNA sequencing is possible but so far you need to do a RNA PCR into ds strands (see technical remarks).
- Also possible is the standard way of a reverse trascription into cDNA and then a cDNA PCR.
---
### Max Scan
- It is the name for Nanopore's Current Checking.
- It will automatically determine which pores has the best electric field.
- Then the MinION will pick those pores for seqeuncing.
- This feature is important, since the quality can change over time for the base calling of the each pore.