| :warning: WARNING | |:----------------------------| | cisTopic is deprecated, use pycisTopic instead. |
cisTopic is an R-package to simultaneously identify cell states and cis-regulatory topics from single cell epigenomics data.
The following packages have to be installed manually before installing cisTopic:
devtools::install_github("aertslab/RcisTarget")
devtools::install_github("aertslab/AUCell")
For installing and loading cisTopic, run:
devtools::install_github("aertslab/cisTopic")
library(cisTopic)
RcisTarget feather databases are available at https://resources.aertslab.org/cistarget/.
runModels()
is deprecated. Use runCGSModels()
for modelling based on Collapsed Gibbs Sampling (equivalent to runModels()
), or runWarpLDAModels()
(for modelling based on WarpLDA).Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.