Skip to content

Commit 73dda76

Browse files
committed
Adding draft version of Zeisel et al analysis
1 parent 662e1a9 commit 73dda76

3 files changed

Lines changed: 694 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ vignettes/*.pdf
1717

1818
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
1919
.httr-oauth
20+
.Rproj.user

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `scater` tutorials with open-access data
22

3-
A set of tutorials using the scater package to QC publicly available
3+
A set of tutorials using the [scater]() package to QC publicly available
44
single-cell expression data sets
55

66
## See what it looks like
@@ -32,6 +32,23 @@ git clone https://github.com/davismcc/scater_tutorials_open_data.git
3232
Or you can download the zipped version of the repository from this
3333
page.
3434

35+
To work through the tutorials you will need to have the following
36+
R/Bioconductor packages installed:
37+
* `scater`
38+
* `data.table`
39+
* `cowplot`
40+
* `DT`
41+
* `knitr`
42+
43+
See the [scater GitHub page](https://github.com/davismcc/scater) for
44+
installation instructions for that package. The rest can be installed
45+
with:
46+
```{r}
47+
install.packages(c("data.table", "cowplot", "DT", "knitr"))
48+
```
49+
50+
Enjoy!
51+
3552
---
3653

37-
Davis McCarthy, February 2016
54+
Davis McCarthy, February 2016 - #researchparasites

0 commit comments

Comments
 (0)