FindNNDist {SCIntRuler} | R Documentation |
Find the nearest neighbors
Description
Find the nearest neighbors
Usage
FindNNDist(fullcluster, normCount, meaningn = 20)
Arguments
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 |
Value
A list of distance vectors
Examples
data(sim_result)
meaningn <- 20
FindNNDist(sim_result[[1]], sim_result[[2]], meaningn = meaningn)
[Package SCIntRuler version 0.99.6 Index]