View source: R/activeSignaling_CellComm.R
activeSignaling | R Documentation |
Create subnetworks based on the gene signature value for each node in the summary and for each target in the node.
activeSignaling(data, sampTab, markers, grn, summary, fc = 5)
data |
dgCMatrix; gene expression in each cell, found in CellRouter@ndata. |
sampTab |
data frame; the metadata information of the cells, found in CellRouter@sampTab. |
markers |
data frame; the gene signatures as calculated by the findSignatures function of CellRouter. |
grn |
data frame; the gene regulatory network table (GRN_table) as calculated by the buildGRN method of CellRouter. |
summary |
data frame; the summary of the files obtained in the findpaths.simple function. |
fc |
numeric; keep only vertex which signature value is smaller than the fold changes. |
list; the pathways and the gene regulatory networks (gnrs). The pathways contain the lists of genes that are the markers and the regulators of the target populations for each interaction. The gnrs contain the regultory sub network for each node in the summary and for each target in the node.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.