Description Usage Arguments Value
View source: R/main_functions.R
Uses permutation testing to identify cell-cell connections that have path weights greater than would be expected by change.
1 2 3 4 5 6 7 8 | EvaluateConnections(
file.label,
populations.test = NULL,
min.weight = 1.5,
num.permutations = 1e+05,
return.results = FALSE,
ncores = 1
)
|
file.label |
label for input and output files |
populations.test |
set of cell populations to test for (default: all in file) |
num.permutations |
number of permutations to perform |
return.results |
whether to return the results table (default: FALSE) |
ncores |
number of cores to use in parallelisation |
NULL - results written to file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.