Skip to content

Commit

Permalink
starting to create import NGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Apr 11, 2015
1 parent 1558451 commit 398b4e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions course4/import_NGS.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Importing NGS data into Bioconductor"
layout: page
---

```{r options, echo=FALSE}
library(knitr)
opts_chunk$set(fig.path=paste0("figure/", sub("(.*).Rmd","\\1",basename(knitr:::knit_concord$get('infile'))), "-"))
```

0 comments on commit 398b4e9

Please sign in to comment.