LRscore: Calculation of the LRscore

View source: R/cell_signaling.R

LRscoreR 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)

SCA-IRCM/SingleCellSignalR documentation built on Dec. 11, 2022, 2:30 p.m.