layout.arc {rTRM} | R Documentation |
Generates a layout for graphs that places in the center the target transcription factors, in the sides the enriched transcription factors and in between of them the bridge proteins.
layout.arc(g, target, query)
g |
the graph object to layout. |
target |
list of target nodes (typically target transcription factors.) |
query |
list of query nodes (typically enriched transcription factors.) |
A matrix with the x and y locations of each node in the target graph.
Diego Diez