@@ -192,6 +192,7 @@ The following packages are required for ClustAssess:
192192* gprofiler2
193193* igraph
194194* jsonlite
195+ * leiden
195196* Matrix (>= 1.5.0)
196197* matrixStats
197198* methods
@@ -203,6 +204,7 @@ The following packages are required for ClustAssess:
203204* RANN
204205* reshape2
205206* rlang
207+ * Seurat
206208* shiny
207209* shinyjs
208210* shinyLP
@@ -232,7 +234,6 @@ vignettes, the following packages are also needed:
232234* rmarkdown
233235* RhpcBLASctl
234236* scales
235- * Seurat
236237* SeuratData
237238* SeuratObject
238239* SharedObject
@@ -241,24 +242,28 @@ vignettes, the following packages are also needed:
241242
242243To manually install the required dependencies, please use the following commands:
243244``` r
244- install.packages(c(" dplyr" , " DT" , " fastcluster" , " foreach" , " glue" , " Gmedian" , " ggnewscale" , " ggplot2" , " ggrastr" , " ggrepel" , " ggtext" , " gprofiler2" , " igraph" , " jsonlite" , " Matrix" , " matrixStats" , " methods" , " progress" , " stringr" , " paletteer" , " plotly" , " qualpalr" , " RANN" , " reshape2" , " rlang" , " shiny" , " shinyjs" , " shinyLP" , " shinyWidgets" , " stats" , " uwot" , " vioplot" ), Ncpus = 1 )
245+ install.packages(c(" dplyr" , " DT" , " fastcluster" , " foreach" , " glue" , " Gmedian" , " ggnewscale" , " ggplot2" , " ggrastr" , " ggrepel" , " ggtext" , " gprofiler2" , " igraph" , " jsonlite" , " leiden " , " Matrix" , " matrixStats" , " methods" , " progress" , " stringr" , " paletteer" , " plotly" , " qualpalr" , " RANN" , " reshape2" , " rlang" , " Seurat " , " shiny" , " shinyjs" , " shinyLP" , " shinyWidgets" , " stats" , " uwot" , " vioplot" ), Ncpus = 1 )
245246install.packages(" BiocManager" )
246247BiocManager :: install(c(" ComplexHeatmap" ))
247248```
248249
249250To manually install the suggested dependencies, please use the following commands:
250251``` r
251- install.packages(c(" colourpicker" , " dbscan " , " dendextend " , " devtools" , " doParallel" , " doRNG" , " e1071 " , " knitr" , " leidenbase" , " patchwork" , " ragg" , " reactlog " , " rmarkdown" , " RhpcBLASctl" , " scales" , " Seurat " , " SeuratObject" , " styler" , " testthat" ), Ncpus = 1 )
252+ install.packages(c(" colourpicker" , " devtools" , " doParallel" , " doRNG" , " knitr" , " leidenbase" , " patchwork" , " ragg" , " rmarkdown" , " RhpcBLASctl" , " scales" , " SeuratObject" , " styler" , " testthat" ), Ncpus = 1 )
252253
253254install.packages(" BiocManager" )
254255BiocManager :: install(c(" DelayedMatrixStats" , " rhdf5" ))
255256
256257devtools :: install_github(' cole-trapnell-lab/monocle3' )
257- devtools :: install_github(' satijalab/seurat-data' )
258258devtools :: install_github(" Jiefei-Wang/SharedObject" )
259259```
260260
261-
261+ To manually install the packages that are exclusively used to build the vignettes, please use the following commands:
262+ ``` r
263+ devtools :: install_github(' satijalab/seurat-data' )
264+ install.packages(c(" harmony" , " Signac" ))
265+ BiocManager :: install(" Rsamtools" )
266+ ```
262267
263268
264269* Note* : The package is under active development, and the release branches might contain additional features and bug fixes.
0 commit comments