View source: R/baseline.norm.cl.R
baseline.norm.cl | R Documentation |
find a cluster of diploid cells with integrative clustering method
baseline.norm.cl(norm.mat.smooth, min.cells = 5, n.cores = n.cores)
norm.mat.smooth |
smoothed data matrix; genes in rows; cell names in columns. |
min.cells |
minimal number of cells per cluster. |
n.cores |
number of cores for parallel computing. |
1) predefined diploid cell names; 2) clustering results; 3) inferred baseline.
test.bnc <- baseline.norm.cl(norm.mat.smooth=norm.mat.smooth, min.cells=5, n.cores=10)
test.bnc.cells <- test.bnc$preN
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.