Skip to content

Commit 50f1df2

Browse files
authored
Merge pull request #20 from terraref/genomics
add BAP genomic tutorial
2 parents 5577a3b + b346c18 commit 50f1df2

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

genomics/01-bap_resequencing.Rmd

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Looking at the BAP resequencing data"
3+
author: "Zhenbin Hu"
4+
date: "April 28, 2017"
5+
output:
6+
html_document: default
7+
pdf_document: default
8+
---
9+
10+
# About the data
11+
12+
(refer to documentation)
13+
14+
## Accessing the data
15+
16+
```{r}
17+
18+
readLines('/data/terraref/sites/genomics/raw_data/ril/gbs/Key_ril_terra')
19+
20+
```
21+
22+
## looking at the data
23+
24+
## (optional) a simple analysis

0 commit comments

Comments
 (0)