calcStrength.single | R Documentation |
Calculate the strength for each interacting pair.
calcStrength.single(ligand, receptor, f = c("+", "*"), threshold = 0)
ligand |
A ligand expression data. |
receptor |
A receptor expression data. |
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 calculated interacting strength.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.