FindNNDistC | R Documentation |
Find the nearest neighbors
FindNNDistC(fullcluster, normCount, meaningn = 20)
fullcluster |
A list of clusters that generated by the function GetCluster(). |
normCount |
A list of normalized gene count matrix generated by the function NormData(). |
meaningn |
default to be 20 |
A list of distance vectors
data(sim_result)
meaningn <- 20
FindNNDistC(sim_result[[1]], sim_result[[2]], meaningn = meaningn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.