View source: R/sourcestargets_CellComm.R
sourcestargets | R Documentation |
For each interaction above the threshold, create a list of receptors, containing cell surface receptor as sources and the transcriptional regulators as targets; a list of ligands, sources as ligands and targets as transcriptional regulators; and a data frame of ligands, receptors, and interaction value.
sourcestargets(matrix, threshold, tfs)
matrix |
data frame; the interaction matrix as calculated by the interactionmatrix function. |
threshold |
numeric; select the interactions which values are above the threshold. |
tfs |
character vector; the transcription factors. |
list; the receptor, the ligand, and interaction data frame for each interaction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.