Description Usage Arguments Examples
do Unsupervised Clustering using kNN-graph
1 2 3 |
vat |
vat entity |
analysis.key |
analysis.key for clustering |
pc.num |
PC components for clustering |
cluster.name |
cell.props's column name saving cluster results |
k |
k-nearest graph's value, default 100, if 0, then set k = floor(sqrt(nrow(cells))/2) |
dist.type |
default "euclidean" |
save.KNN |
whether or not saving kN, default TRUE (no implemented) |
verbose |
whether or not printing verbose, default TRUE |
1 | vat <- doCluster(vat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.