genfullConsensusGraph {pwOmics}R Documentation

Combine SteinerNet with bipartite graph to get full consensus network.

Description

Combine SteinerNet with bipartite graph to get full consensus network.

Usage

genfullConsensusGraph(ST_net, ST_TFTG)

Arguments

ST_net

steiner tree graph generated by SteinerTree_cons function.

ST_TFTG

steiner tree graph extended with consensus target genes and the edges between TFs and target genes.

Value

igraph object of network comprising steiner tree graph and TF - target gene interactions.


[Package pwOmics version 1.25.0 Index]