tstephie / UMICH-CDS-SR-scRNA-seq-Workshop-2022

scRNA-seq analysis 2022 workshop hosted by UMICH's CDS-SR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation instructions - typo in list of packages

dkcoxie opened this issue · comments

In the installation instructions, there is a mis-matched single quote around BiocManager (likely from Microsoft formatting) but the error was resolved by changing the code from
list.of.packages <-c('tidyverse','Seurat','SeuratObject','pheatmap','RColorBrewer','scales','cowplot','patchwork','grid','gridExtra','harmony','knitr','rmarkdown',’ BiocManager’)
to
list.of.packages <-c('tidyverse','Seurat','SeuratObject','pheatmap','RColorBrewer','scales','cowplot','patchwork','grid','gridExtra','harmony','knitr','rmarkdown', 'BiocManager')

Yes, it should be updated in the Word document now!