Skip to content
Snippets Groups Projects
Verified Commit 0134655b authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Practical_b.Rmd: install remotes

parent 14bcc0db
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ We will be analyzing the a dataset of Peripheral Blood Mononuclear Cells (PBMC) ...@@ -72,7 +72,7 @@ We will be analyzing the a dataset of Peripheral Blood Mononuclear Cells (PBMC)
```{r, include=F} ```{r, include=F}
if (!file.exists("practical_b.Rdata")) { if (!file.exists("practical_b.Rdata")) {
if (!require("SeuratData")) if (!require("SeuratData"))
remotes::install_github('satijalab/seurat-data') remotes::install_github('satijalab/seurat-data', upgrade = T)
library(SeuratData) library(SeuratData)
InstallData("pbmc3k") InstallData("pbmc3k")
pbmc <- LoadData("pbmc3k", type = "pbmc3k.final") pbmc <- LoadData("pbmc3k", type = "pbmc3k.final")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment