Merge pull request #1 from flaviusb/upgrade-project Add support for SummarizedExperiment
Merge pull request #1 from flaviusb/upgrade-project
Add support for SummarizedExperiment
To install CellScore locally from this repo for development or testing, you need to have a recent R (4 or later) installed.
Then clone the repo:
git clone https://github.com/flaviusb/CellScore.git
Then, run R inside the cloned directory. In order to load the package locally, you can run:
library(devtools) if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install() BiocManager::install("SummarizedExperiment") BiocManager::install("getDEE2") devtools::load_all()
用于评估细胞身份转换或重编程实验的质量,通过计算细胞分数来量化细胞类型转换的相似性。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
CellScore
Local Development
To install CellScore locally from this repo for development or testing, you need to have a recent R (4 or later) installed.
Then clone the repo:
Then, run R inside the cloned directory. In order to load the package locally, you can run: