calcStrength | R Documentation |
Calculate the strength for multiple interacting pair. See details calcStrength.single
.
calcStrength(ligand_mat, receptor_mat, f = c("+", "*"), threshold = 0)
ligand_mat |
Ligand expression matrix. |
receptor_mat |
Receptor expression matrix. |
f |
Functions used to calculate pair strength.
|
threshold |
Threshold used for interaction products. Default is 0, therefore interaction product (ligand*receptor) equal or below 0 will be removed. |
Returns a matrix with calculated interacting strength.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.