scoringFun | R Documentation |
Calculates the probability of interaction for each potential ligand-receptor association.
scoringFun(
data,
tissue.R.TF,
tissue.LR,
LR,
sig.cutoff = 0.9,
z.score.cutoff = 0
)
data |
A data frame of gene expression values |
tissue.R.TF |
Data frame of significant receptor-TF associations. |
tissue.LR |
Data frame of potential ligand-receptor interactions |
LR |
Data frame of ALL ligand-receptor interactions |
sig.cutoff |
Significance cutoff as a percentile (ranges from 0 (most permissive) to 1 (most strict)) (default: 0.9) |
z.score.cutoff |
An optional z-score cutoff from bootstrapping (DEPRECATED; DO NOT CHANGE) |
Data frame significant ligand-receptor interactions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.