Also some package needs install from sources which needs compilation and it needs proper version of Rtools installed
It’s recommended to install devtools,
BiocManager packages first, to install following packages
in Github / Bioconductor (not in CRAN).
library(devtools)
library(BiocManager)As noted in README
CellEnrich needs some packages to be installed before
using it.
Bioconductor Packages
SingleCellExperimentscranBiocManager::install('SingleCellExperiment')
BiocManager::install('scran')Other Packages
waiterggbiplotfarverdevtools::install_github('JohnCoene/waiter')
devtools::install_github('vqv/ggbiplot')
install.packages('farver') # install 'farver' if not installed.
remotes::install_github('noobCoding/CellEnrich')After installing these packages:
Running this Script will install most of the dependent packages.
install_github('noobCoding/CellEnrich')
library(CellEnrich)CellEnrich provides example data and genesets.
using this function, users can download them in the current working directory.
CellEnrich::DownloadData(type='test') # for available human related data & genesets
## Use type='all' for all available dataHere is a list of data.
Human Gene-sets
Mouse Gene-sets
Human Data
“pbmcClustInfo.RData” (Seurat PBMC Guide)
“pbmcData.RData”
“koh.RData”
“kohInfo.RData”