生物信息學/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")