-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
65 lines (40 loc) · 1.47 KB
/
index.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
---
title: "RNA Bioinformatics exercises"
---
---------------------------------
# Introduction
All exercises for the lecture RNA Bioinformatics are provided on this web page.
The exercises complement the lecture and aim to improve your understanding of the diverse topics of this course.
:::: {#explaining .message-box }
::: {#note-exp .note-header}
```{r, include=knitr::is_html_output(), echo=FALSE,}
knitr::include_graphics("assets/figures/infoicon.svg")
```
**Note**
:::
::: {#note-exp .note-body}
We highly recommend doing these exercises. It will help you to prepare for the
exam.
:::
::::
# Details
Exercises are meant to be done during the weekly exercise session.
During the same exercise session the results will be discussed.
Please read the course materials before the exercise session.
Master solutions will be provided sometime after each exercise session.
:::: {#explaining .warning-box }
::: {#note-exp .warning-header}
```{r, include=knitr::is_html_output(), echo=FALSE,}
knitr::include_graphics("assets/figures/warningicon.svg")
```
**Warning**
:::
::: {#note-exp .note-body}
You will find hints in the self learning materials which e.g. include information
about the formulae or recursion that you have to use.
However, in the exam we won't provide those formulae. You have to learn them by heart.
:::
::::
```{r, include=knitr::is_html_output(), echo=FALSE,}
knitr::asis_output('<div id="admin-panel"><a href="admin.html" class="fill-div"></a></div>')
```