Skip to content

Commit 73d06c3

Browse files
authored
Update monocle3-example.Rmd
1 parent dfa72f7 commit 73d06c3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

notebooks/monocle3-example.Rmd

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ In order to run monocle3 a few steps must first be followed. Monocle3 requires R
22
1) Installing bioconductor:
33

44
```{r}
5-
#if (!requireNamespace("BiocManager", quietly = TRUE))
6-
# install.packages("BiocManager")
7-
#BiocManager::install()
5+
if (!requireNamespace("BiocManager", quietly = TRUE))
6+
install.packages("BiocManager")
7+
BiocManager::install()
88
```
99

1010
A few bioconductor dependencies are not automatically installed so you should install the,.
1111
2) Installing bioconductor dependencies:
1212

1313
```{r}
14-
#BiocManager::install(c('BiocGenerics', 'DelayedArray', 'DelayedMatrixStats',
14+
BiocManager::install(c('BiocGenerics', 'DelayedArray', 'DelayedMatrixStats',
1515
'limma', 'S4Vectors', 'SingleCellExperiment',
1616
'SummarizedExperiment', 'batchelor'))
1717
```
@@ -40,10 +40,12 @@ Finally libgdal-dev must also be installed on your terminal.
4040
sudo apt-get update
4141
sudo apt-get install --fix-missing libgdal-dev
4242
Now we can finally installmonocle3.
43+
4344
7)Installing monocle3:
4445
```{r}
4546
devtools::install_github('cole-trapnell-lab/monocle3')
4647
```
48+
4749
8) Installing garnett:
4850
```{r}
4951
BiocManager::install('org.Mm.eg.db')

0 commit comments

Comments
 (0)