View source: R/network_visualization.R
initiate_cy | R Documentation |
Initiate Cytoscape to visualize regulatory network
initiate_cy(TFs_list, colour = NULL, type = "TF", layout1 = "degree-circle")
TFs_list |
TFs_list generated by |
colour |
vector, indicating colors for border of each node |
type |
network type, 'TF' indicate TFs network, 'module' indicate intramodular network |
layout1 |
the layout to display the network, options: "degree-circle", "attributes-layout", "kamada-kawai", "force-directed", "cose", "hierarchical", "attribute-circle", "stacked-node-layout", "circular", "grid" |
Cytoscape visualization
## Not run:
initiate_cy(TFs_list, layout1='degree-circle', type='TF')
initiate_cy(TFs_list, layout1='grid', type='module')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.