genfullConsensusGraph {pwOmics} | R Documentation |
Combine SteinerNet with bipartite graph to get full consensus network.
genfullConsensusGraph(ST_net, ST_TFTG)
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. |
igraph object of network comprising steiner tree graph and TF - target gene interactions.