Function to Identify Network Regulators from Undirected Networks
Source:R/regulatorAnalysis.undirected.R
regulatorAnalysis.undirected.Rd
Identifies network un-weighted regulators from Undirected networks
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)