giant_component | R Documentation |
For an igraph graph object returns its giant component.
giant_component(graph)
graph |
An igraph graph object. |
An igraph graph object containing only the giant component.
interactions <- import_post_translational_interactions()
graph <- interaction_graph(interactions)
graph_gc <- giant_component(graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.