Iterative clustering algorithm for single cell RNAseq dataset
iter_clust(
norm.dat,
select.cells = colnames(norm.dat),
prefix = NULL,
split.size = 10,
result = NULL,
method = "auto",
...
)normalized expression data matrix in log transform, using genes as rows, and cells and columns. Users can use log2(FPKM+1) or log2(CPM+1)
The cells to be clustered
The character string to indicate current iteration.
The minimal cluster size for further splitting
The current clustering result as basis for further splitting.
Clustering method. It can be "auto", "louvain", "hclust"
Other parameters passed to method `onestep_clust()`
Clustering result is returned as a list with two elements: cl: cluster membership for each cell markers: top markers that seperate clusters