View source: R/population.pairing_CellComm.R
population.pairing | R Documentation |
Analyze the mean expression data generated by the computeValue method of CellRouter to determine co-expression patterns of ligands and receptors.
population.pairing(mean.expr, ligands, receptors, threshold, pairs)
mean.expr |
list; the statistics of the expressed genes as calculated by the computeValue method of CellRouter. |
ligands |
vector; list of genes annotated as ligands. |
receptors |
vector; list of genes annotated as receptors. |
threshold |
numeric; threshold to select the genes in the population according to their mean expression. |
pairs |
the pairs; |
data frame; interactions with celltype1, celltype2, pair, ligand, and receptor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.