This plugin brings the following subset of igraph's features into Cytoscape:
* Layouts (all have support for laying out only the set of selected nodes):
* Circle Layout (unweighted)
* FruchtermanReingoldLayout (unweighted & weighted)
* FruchtermanReingoldGridLayout (unweighted & weighted)
* LGLLayout (unweighted)
* Minimum Spanning Tree (has support for computing the MST of only the set of selected nodes)
* Unweighted
* Weighted (Prim's algorithm)
* IsConnected? This feature analyzes the connectedness of a graph (has support for computing on the set of selected nodes, also supports both directed and undirected edges).