View source: R/coregulationgraphfunctions.R
BuildCoRegulationGraph | R Documentation |
Construct a co-regulation graph where nodes are analytes, and edges are present between nodes and edges that meet the processing cutoffs. The graph generated by this function is undirected and is an igraph object.
BuildCoRegulationGraph(inputResults, vertexSize = 15)
inputResults |
A data frame containing the analyte names for each model and the coefficients, p-values, and R^2 values. |
vertexSize |
Width of each vertex in pixels |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.