regulatorAnalysis.undirected: Function to Identify Network Regulators from Undirected...

View source: R/regulatorAnalysis.undirected.R

regulatorAnalysis.undirectedR Documentation

Function to Identify Network Regulators from Undirected Networks

Description

Identifies network un-weighted regulators from Undirected networks

Usage

regulatorAnalysis.undirected(adj, G, h = 3, FDR = 0.05)

Arguments

adj

Required. An n x n weighted upper triangular adjacency in the matrix class format.

G

Required. A named vector of node scores.

h

Optional. Neighborhood search distance (h nodes away from current node) (Default = 3)

FDR

Optional. Adjusted pvalue cutoff for regulator selection. (Default = 0.05)

Value

scores = n x 3 dimensional list with columns giving neighborhood based score, adjusted pvalue, whether a gene is regulator/global regulator.


blogsdon/metanetwork documentation built on April 27, 2022, 3:53 p.m.