powered by
Find the nearest neighbors
FindNNDistC(fullcluster, normCount, meaningn = 20)
A list of distance vectors
A list of clusters that generated by the function GetCluster().
A list of normalized gene count matrix generated by the function NormData().
default to be 20
data(sim_result) meaningn <- 20 FindNNDistC(sim_result[[1]], sim_result[[2]], meaningn = meaningn)
Run the code above in your browser using DataLab