Description Usage Arguments Value Examples
View source: R/cell_signaling.R
Calculation of the LRscore
1 | LRscore(l, r, s)
|
l |
a value (or a vector) of the mean ligand expression in the secreting cluster |
r |
a value (or a vector) of the mean receptor expression in the receiving cluster |
s |
a value for scaling the score (usually the mean of the whole read count table, the median or another similar value is possible), must be over 0 |
a value or a vector
1 2 3 4 | l=1
r=9
s=5
LRscore(l,r,s)
|
[1] 0.375
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.