Usage
PermutationProcedureNoData(discProps, tCorr, tNet, moduleAssignments, modules, nPermutations, nCores, nullHypothesis, verbose, vCat)
Arguments
tCorr
matrix of correlation coefficients between all pairs of
variables/nodes in the test dataset.
tNet
adjacency matrix of network edge weights between all pairs of
nodes in the test dataset.
moduleAssignments
a named character vector containing the module
each node belongs to in the discovery dataset.
modules
a character vector of modules for which to calculate the
module preservation statistics.
nPermutations
the number of permutations from which to generate the
null distributions for each statistic.
nCores
the number of cores that the permutation procedure may use.
nullHypothesis
either "overlap" or "all".
verbose
if 'true', then progress messages are printed.
vCat
the vCat function must be passed in so that it can be called
for output logging.