-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
31 lines (23 loc) · 836 Bytes
/
index.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
---
title: "Welcome"
author: "Kevin Rue-Albrecht"
date: "`r BiocStyle::doc_date()`"
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo=FALSE)
knitr::opts_chunk$set(cache=FALSE)
stopifnot({
require(BiocStyle)
})
```
This website provides a collection of notebooks that demonstrate usage of the `r Githubpkg("kevinrue/hancock")` package.
# Installation
The following commands install the `hancock` package and some dependencies only available from [GitHub](https://github.com).
```{r, eval=FALSE, echo=TRUE, message=FALSE, warning=FALSE}
install.packages("devtools")
devtools::install_github("kevinrue/unisets")
devtools::install_github("kevinrue/hancock")
```
# Data sets
- [Seurat PBMC 3k](0-Seurat_PBMC3k_tutorial_TENxPBMCData.html)
<button onclick="topFunction()" id="myBtn" title="Go to top">Back to top</button>