Version bump
This package implements the mini-batch k-means algorithm for large datasets, including support for on-disk data representation.
The method is described in details in the paper:
S. Hicks, R. Liu, Y. Ni, E. Purdom, D. Risso (2021). mbkmeans: Fast clustering for single cell data using mini-batch k-means. PLOS Computational Biology.
In virtually all cases, installing from Bioconductor is recommended.
if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("mbkmeans")
In the rare event you need the development version from GitHub, use the following.
library(devtools) BiocManager::install("drisso/mbkmeans")
用于单细胞RNA测序数据的快速聚类分析
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
mbkmeans: Mini-batch k-means clustering for single-cell RNA-seq
This package implements the mini-batch k-means algorithm for large datasets, including support for on-disk data representation.
The method is described in details in the paper:
S. Hicks, R. Liu, Y. Ni, E. Purdom, D. Risso (2021). mbkmeans: Fast clustering for single cell data using mini-batch k-means. PLOS Computational Biology.
Installation
In virtually all cases, installing from Bioconductor is recommended.
In the rare event you need the development version from GitHub, use the following.