-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path3_bioinformatics.html
executable file
·107 lines (61 loc) · 1.94 KB
/
3_bioinformatics.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
---
layout: slides
title: "What is Bioinformatics?"
---
### Discuss: Where can you find Bioinformatics?

---
### Where can you find Bioinformatics?
Chemistry, Biology, Physics: Creating Software for Devices
<img src="/images/materials/introduction/evolution_seq_technologies.svg" width="400">
<img src="/images/materials/bioinformatics/Blood_Glucose_Testing.jpeg" width="200">
---
### Where can you find Bioinformatics?
Chemistry, Biology, Physics: Analysis of Sequence Data

---
### Where can you find Bioinformatics?
Chemistry, Biology, Physics: Analysis of Image Data
<img src="/images/materials/bioinformatics/cell_image.jpg" width="400">
---
### Where can you find Bioinformatics?
Mathematics, Statistics: Computer Science, Algorithms
<img src="/images/materials/bioinformatics/AI.png" width="400">
---
### Bioinformatics is the Bridge

---
### Discuss: What kind of data will we encounter?
---
### Types of Data We Will Have
- **Raw Signal** (e.g., current/time-data of MinION)
- **Sequence Data** (e.g., FASTQ data)
- **Interpreted Data** (i.e., results of Kraken)
---
### Raw Signal Data

---
### Sequence Data: FASTQ Format
```
@SEQ_ID
GATTTGGGGTTCAAAGCAGTATCGATCAAATAGTAAATCCATTTGTTCAACTCACAGTTT
+
!''*((((***+))%%%++)(%%%%).1***-+*''))**55CCF>>>>>>CCCCCCC65
```
- **Line 1:** Read ID
- **Line 2:** Sequence
- **Line 3:** Additional Information
- **Line 4:** Quality String
---
### Interpreted Data: Kraken

---
### Interpreted Data: Kraken
<img src="/images/protocols/beer-data-analysis/krona.png" width="400">
---
### Interpreted Data: Kraken
|Taxon | Read number |
|-------|-------------|
| d__Eukaryota | 2053 |
| d__Eukaryota,k__Fungi | 2053 |
|d__Eukaryota,k__Fungi,p__Ascomycota | 2049 |