knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Testing Environment
Windows 10
Rtools 40
This installation guide is written in latest version of R (4.0).
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
package 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 use it.
Bioconductor Packages
SingleCellExperiment
scran
BiocManager::install('SingleCellExperiment') BiocManager::install('scran')
Other Packages
waiter
ggbiplot
devtools::install_github('JohnCoene/waiter') devtools::install_github('vqv/ggbiplot')
After install these 3 packages,
running this Script will install most of dependent packages.
install_github('unistbig/CellEnrich') library(CellEnrich)
CellEnrich provides example dataset and gene-sets.
using this function, user can download them in current working directory.
CellEnrich::DownloadData()
Here are list of data.
Human Gene-sets
"c2v7.RData" ( Curated )
"keggv7.RData" ( KEGG )
Mouse Gene-sets
"mouseGO.RData"
"mouseKEGG.RData"
Human Data
"pbmcClustInfo.RData"
"pbmcData.RData"
"koh.RData"
"kohInfo.RData"
Mouse Data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.