-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathtemplate.Rmd
64 lines (40 loc) · 1.09 KB
/
template.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
---
title: "R for bioinformatics, data summarisation and statistics"
subtitle: "HUST Bioinformatics course series"
author: "Wei-Hua Chen (CC BY-NC 4.0)"
institute: "HUST, China"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
beamer_presentation:
theme: AnnArbor
colortheme: beaver
fonttheme: structurebold
highlight: tango
slide_level: 2
toc: true
includes:
in_header: mystyle.sty
---
```{r include=FALSE}
color_block = function(color) {
function(x, options) sprintf('\\color{%s}\\begin{verbatim}%s\\end{verbatim}',
color, x)
}
## 将错误信息用红色字体显示
knitr::knit_hooks$set(error = color_block('red'))
```
# section 1: TOC
## 前情提要
## 本次提要
# section 2: XX
# section 3: XX
# section 5: 小结及作业!
## 本次小结
### XXX
### 相关包
## 下次预告
## 作业
- ```Exercises and homework``` 目录下 ```talkxx-homework.Rmd``` 文件;
- 完成时间:见钉群的要求
### important
* all codes are available at Github: https://github.com/evolgeniusteam/R-for-bioinformatics