forked from Bioconductor/BioC2016Introduction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
L0-lab-intro.Rmd
41 lines (33 loc) · 1.33 KB
/
L0-lab-intro.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
---
title: "Labs Overview: Getting to know _R_ and _Bioconductor_"
author: "Valerie Obenchain ([email protected])<br />
Lori Shepherd ([email protected])<br />
Martin Morgan ([email protected])<br />
Stanford University, Stanford, CA<br />
25 - 26 June, 2016"
output:
BiocStyle::html_document:
toc: true
vignette: >
% \VignetteIndexEntry{Labs Overview}
% \VignetteEngine{knitr::rmarkdown}
---
```{r style, echo = FALSE, results = 'asis'}
BiocStyle::markdown()
```
```{r setup, echo=FALSE}
knitr::opts_chunk$set(cache=TRUE)
```
This lab has four parts. Each part consists of informative material
followed by short or intermediate length exercises and case
studies. The material introduces or refreshes your knowledge of _R_,
and walks through some of the central classes and annotation resources
for working with high-throughput sequence data in _Bioconductor_.
It's recommended that you choose two of the following sections, and
spend about 20 minutes on each. Take time to work through the code in
the material as well as the exercises, asking questions of your
colleagues and the TAs as needed.
1 [Introduction to _R_](L1-r-intro.html)
2 [Introduction to _Bioconductor_](L2-bioc-intro.html)
3 [Data Representations](L3-bioc-data-representation.html)
4 [Annotation](L4-bioc-annotation.html)