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