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
SingleCellExperiment
scran
::install('SingleCellExperiment')
BiocManager::install('scran') BiocManager
Other Packages
waiter
ggbiplot
farver
::install_github('JohnCoene/waiter')
devtools::install_github('vqv/ggbiplot')
devtoolsinstall.packages('farver') # install 'farver' if not installed.
::install_github('noobCoding/CellEnrich') remotes
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.
::DownloadData(type='test') # for available human related data & genesets
CellEnrich
## Use type='all' for all available data
Here is a list of data.
Human Gene-sets
Mouse Gene-sets
Human Data
“pbmcClustInfo.RData” (Seurat PBMC Guide)
“pbmcData.RData”
“koh.RData”
“kohInfo.RData”