-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexercise-sheet-0.Rmd
160 lines (98 loc) · 4.13 KB
/
exercise-sheet-0.Rmd
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
---
title: "Exercise sheet 0: Biology Basics & RNA Secondary Structure"
---
---------------------------------
In order to better understand the underlying biological concepts of this lecture, read the E-learning
material for [Biological basics](https://ilias.uni-freiburg.de/goto.php?target=pg_162485_1537966&client_id=unifreiburg) and [RNA secondary structure](https://ilias.uni-freiburg.de/goto.php?target=pg_162407_1537953&client_id=unifreiburg). Please review the material beforehand.
We will solve the exercise question together within the exercise session.
---------------------------------
# Exercise 1 - Biological Basics
<!--- --------------------------------- -->
::: {.question data-latex=""}
Create an individual mind map for the learning unit on [biological basics](https://ilias.uni-freiburg.de/goto.php?target=pg_162485_1537966&client_id=unifreiburg). (A mind map is a graph
with nodes for terms and edges that describe a logical relationship between terms, e.g. an organism
consists of cell(s) so you could draw a line between the terms organism and cell, the line could then
be annotated with ‘contains’ to denote the logical relationship).
Try to identify important keywords and connect them with edges describing their logical relation-
ship. The mind map should consist of at least 10 nodes. There will be many different possible and
equally valid solutions.
:::
#### {.tabset}
##### Hide
##### Hint
::: {.answer data-latex=""}
You can use the following notes to create your mind map:
- secondary structure
- nucleotides
- DNA
- RNA
- virus
- protein
- amino acids
- primary structure
:::
##### Solution
::: {.answer data-latex=""}
There are many possible solutions. Here is one example:
```{r, include=knitr::is_html_output(), echo=FALSE, fig.align='center', out.width='80%'}
knitr::include_graphics("assets/figures/exercise-sheet-0/e1-1.svg")
```
:::
#### {-}
<!--- --------------------------------- -->
# Exercise 2 - RNA secondary structure
<!--- --------------------------------- -->
::: {.question data-latex=""}
Given the following (unordered) initial set of keywords, arrange them in a mind map with respective
relations. Extend with all keywords and relations you find missing and important, given the learning
unit on [RNA secondary structure](https://ilias.uni-freiburg.de/goto.php?target=pg_162407_1537953&client_id=unifreiburg).
- multi loop
- Feynman diagram
- nucleotide
- primary structure
- crossing
- stacking
- Guanine
- Watson-Crick base pair
- helix
:::
#### {.tabset}
##### Hide
##### Hint
::: {.answer data-latex=""}
The following keywords can be helpful in building the mind map:
- DNA
- RNA
- secondary structure
- hairpin
:::
##### Solution
::: {.answer data-latex=""}
There are many possible solutions. Here is one example:
```{r, include=knitr::is_html_output(), echo=FALSE, fig.align='center', out.width='100%'}
knitr::include_graphics("assets/figures/exercise-sheet-0/e2-1.svg")
```
:::
#### {-}
<!--- --------------------------------- -->
# Exercise 3
<!--- --------------------------------- -->
::: {.question data-latex=""}
How much of the DNA is transcribed and then translated into protein and how much of the DNA
is transcribed into RNA in humans?
:::
#### {.tabset}
##### Hide
##### Hint
::: {.answer data-latex=""}
The percentages of DNA resulting in proteins can vary across organisms. Not always, but often, 'higher' organisms have a smaller percentage of their DNA transcribed and translated into proteins.
Eukaryotes like humans can use alternative splicing to produce multiple proteins out of one gene. It is estimated that 70% of genes in humans are expressed as multiple proteins through alternative splicing.
:::
##### Solution
::: {.answer data-latex=""}
- 1% DNA -to- protein
- 80 - 90% DNA -to- RNA
In humans, it’s estimated that over 80% of DNA is transcribed, but only less than 2% transcribes into mRNA, which will be translated into protein. However, only about 1% of DNA is made up of protein-coding genes; the other 99% is noncoding. This noncoding DNA can have various functions, including regulation of gene expression.
:::
#### {-}
<!--- --------------------------------- -->