plotfigRNetwork | R Documentation |
Network visualization of TF-DORC associations based on the regulation scores inferred by FigR
plotfigRNetwork( figR.d, score.cut = 1, DORCs = NULL, TFs = NULL, weight.edges = FALSE, TFnodecol = "Tomato", DORCnodecol = "Sky Blue", posEdgecol = "Forest Green", negEdgecol = "Purple", labelSize = 13, showLegend = TRUE )
figR.d |
data.frame of results returned by |
score.cut |
numeric specifying the absolute regulation score to threshold TF-DORC connections on. Default is 1 |
DORCs |
character specifying valid DORC gene symbols to subset heatmap to. Default is NULL (no subsetting) |
TFs |
character specifying valid TF gene symbols to subset heatmap to. Default is NULL (no subsetting) |
TFnodecol |
character specifying valid color name to use for TF nodes. Default is Tomato |
DORCnodecol |
character specifying valid color name to use for DORC nodes. Default is Sky Blue |
posEdgecol |
character specifying valid color name to use for Activating edges between TFs and DORCs. Default is Forest Green |
negEdgecol |
character specifying valid color name to use for Repressive edges between TFs and DORCs. Default is Purple |
labelSize |
numeric specifying font size to use for all labels. Default is 13 |
showLegend |
boolean indicating whether to show color legend. Default is TRUE |
weight.edge |
boolean specifying whether or not to weight edges by FigR regulation score. Default is FALSE |
a network plot of the resulting filtered TF-DORC associations
Vinay Kartha
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.