生物信息学/Cicero
< 生物信息学
Cicero:scATACseq分析(结合Monocle)
编辑Cicero相关链接
编辑Cicero的安装
编辑if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(c("Gviz", "GenomicRanges", "rtracklayer"))
install.packages("devtools")
devtools::install_github("cole-trapnell-lab/cicero-release", ref = "monocle3")