Description Usage Arguments Value See Also Examples
Calculates and stores a k-nearest neighbor graph based on Euclidean
distance with (KMKNN) algorithm using log-transformed signaling matrix of
flow cytometry data. The base function are base on findKNN
.
1 2 3 4 5 6 7 8 |
object |
an FSPY object |
given.mat |
matrix. Given matrix to run knn |
knn |
numeric. Number of k-nearest neighbors. |
knn.replace |
logic. Whether to replace knn in FSPY object |
verbose |
logical. Whether to print calculation progress. |
... |
Parameters passing to |
An FSPY object with knn, knn.index and knn.distance information.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.