-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathschedule.Rmd
65 lines (45 loc) · 1.44 KB
/
schedule.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
---
title: "Course Schedule<br />6-7/3/2018"
output:
revealjs::revealjs_presentation:
theme: white
center: true
highlight: pygments
transition: fade
css: reveal.css
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Installation instructions
* <https://2018-03-06-ibioic.readthedocs.io/en/latest/installation_attendees.html>
* <http://bit.ly/2I416Gg>
## Schedule: Day 1
**Morning, 0930-1230**
* Welcome and introduction (Leighton, Sue, Peter)
* Introduction to Linux, Jupyter and Python (Peter)
* Introduction to sequence data and bioinformatics (Peter)
**Afternoon, 1330-1700**
* Mining bioinformatics databases (Leighton)
## Schedule: Day 2
**Morning, 0930-1230**
* Reproducible research (Leighton)
* Worked example (Peter, Leighton, Sue)
**Afternoon, 1330-1700**
* Structural bioinformatics (Sue)
* Conclusion and wrap-up (Leighton, Peter, Sue)
# Goals
## Course goals
Provide an introduction to
* basic computing skills in bioinformatics
* common bioinformatics tools
* automation and reproducible research
* best practices in scientific computing
## Best practices in scientific computing
* Write reproducible analyses for people, not computers.
* Let the computer do the work.
* Use a version control system.
* Don't repeat yourself (or others).
* Plan for mistakes.
* Collaborate.
(abridged from [Wilson *et al.* (2014)](http://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.1001745))