powered by
Find the nearest neighbors
FindNNDist(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 FindNNDist(sim_result[[1]], sim_result[[2]], meaningn = meaningn)
Run the code above in your browser using DataLab