-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.Rmd
62 lines (56 loc) · 1.22 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
---
title: " "
output:
bookdown::html_document2:
highlight: textmate
toc: false
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: false
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---
```{r,child="assets/header-lab.Rmd"}
```
```{css,echo=FALSE}
.title{
display: none;
}
```
<div class="container">
<div class="landing">
<div class="landing-left">
<div class="landing-subtitle">
## NBIS • Workshop
</div>
<div class="landing-title">
# Analysis of RNA-Seq Data
</div>
<div class="landing-features">
- Quality control
- Mapping of short reads
- Quantification of gene expression
- Exploratory data analyses
- Differential gene expression
</div>
</div>
<div class="landing-right">
<img src="assets/landing.png">
</div>
</div>
***
<div class="landing-update">
<p class="small" style="color:#bdbdbd;">
`r paste("Last updated on",fontawesome::fa("calendar-alt",fill="#bdbdbd"),format(Sys.time(),format='%d-%b-%Y'),"at",fontawesome::fa("clock",fill="#bdbdbd"),format(Sys.time(),format='%X'),".")`
</p>
</div>
</div>