View source: R/calculateObservedMean_CellComm.R
calculateObservedMean | R Documentation |
Calculate mean gene expression between ligand and receptor of each interaction in the
calculateObservedMean(interactions, mean.expr)
interactions |
data frame; the interactions as calculated by the population.pairing function. |
mean.expr |
list; the statistics of the expressed genes as calculated by the computeValue method of CellRouter. |
data frame; the same as returned by the population.pairing function, interactions with celltype1, celltype2, pair, ligand, and receptor, plus the columns of mean ligand expression (mean.ligand), mean receptor expression (mean.receptor), and mean pair expression (mean).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.