BuildCoRegulationGraph: Construct a co-regulation graph where nodes are analytes, and...

View source: R/coregulationgraphfunctions.R

BuildCoRegulationGraphR 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.

Description

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.

Usage

BuildCoRegulationGraph(inputResults, vertexSize = 15)

Arguments

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


ncats/MultiOmicsGraphPrediction documentation built on Aug. 23, 2023, 9:19 a.m.