PermTest {SCIntRuler}R Documentation

Permutation Test

Description

Permutation Test

Usage

PermTest(fullcluster, distmat, firstn)

Arguments

fullcluster

A list of clusters that generated by the function GetCluster()

distmat

A list of distance vectors generated by the function FindNNDist().

firstn

The number of nearest cells were detected that you want to include in the permutation test.

Value

A list of two lists, one is the relative within-between distance and another is p-value of permutation test. Default to be 15.

Examples

data(sim_result)
testres <- PermTest(sim_result[[1]], sim_result[[3]],15)

[Package SCIntRuler version 0.99.6 Index]