View source: R/export_to_gephi.R
export_to_gephi | R Documentation |
This function export a network (accnet or igraph) to universal format graphml.
export_to_gephi(data, file, cluster)
data |
accnet or igraph object |
file |
Filename for network |
Big networks (especially accnet networks) can not be visualized in R enviroment. We recomend to use external software such as Gephi or Cytoscape. Gephi can manage bigger networks and the ForceAtlas2 layout can arrange accnet networks up to 1.000 genomes. If accnet object comes from accnet_with_padj() function, the graph files will include the edges-weight proportional to the p-value that associate the protein with the genome.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.