getConcentricList {rTRM} | R Documentation |
Specify target and enriched motifs and returns a list with circle membership. This information is used by layout.concentric to position the nodes in plots.
getConcentricList(g, t, e, max.size = 60, order.by = "label")
g |
graph to layout (extract the nodes). |
t |
list of target nodes (will go in the center). |
e |
list of enriched nodes (will go in the periphery). |
max.size |
maximum number of nodes per layer. |
order.by |
ordering attribute for list before split. |
Diego Diez