View source: R/calculatePvalue_CellComm.R
calculatePvalue | R Documentation |
Calculate the rate of values which mean expression value for each ligand-receptor pair is greater than the mean expression value for each pairwise cell type.
calculatePvalue(p, nPerm = 100, interactions2)
p |
list; the interaction data frame for the permutations calculated by the clusterPermutation function. |
nPerm |
numeric; the number of permutations. |
interactions2 |
data frame; the interactions as calculated by the calculateObservedMean function, with the mean expression for ligands, receptors and pairs. |
matrix?; the interactions for each pair, plus the pvalue column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.