Permutation Test
PermTest(fullcluster, distmat, firstn)
A list of two lists, one is the relative within-between distance and another is p-value of permutation test. Default to be 15.
data(sim_result)
# fullcluster <- GetCluster(seuratlist)
# Assuming 'distmat' is a list of normalized gene count matrix
# distmat <- FindNNDist(fullcluster, normCount, meaningn = 20)
testres <- PermTest(sim_result[[1]], sim_result[[3]],15)