LRscore {SingleCellSignalR}R Documentation

Calculation of the LRscore

Description

Calculation of the LRscore

Usage

LRscore(l, r, s)

Arguments

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

Value

a value or a vector

Examples

l=1
r=9
s=5
LRscore(l,r,s)

[Package SingleCellSignalR version 1.2.0 Index]