We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5577a3b + b346c18 commit 50f1df2Copy full SHA for 50f1df2
1 file changed
genomics/01-bap_resequencing.Rmd
@@ -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