| Literature DB >> 21123224 |
Gang Su1, Allan Kuchinsky, John H Morris, David J States, Fan Meng.
Abstract
SUMMARY: GLay provides Cytoscape users an assorted collection of versatile community structure algorithms and graph layout functions for network clustering and structured visualization. High performance is achieved by dynamically linking highly optimized C functions to the Cytoscape JAVA program, which makes GLay especially suitable for decomposition, display and exploratory analysis of large biological networks. AVAILABILITY: http://brainarray.mbni.med.umich.edu/glay/.Entities:
Mesh:
Year: 2010 PMID: 21123224 PMCID: PMC2995124 DOI: 10.1093/bioinformatics/btq596
Source DB: PubMed Journal: Bioinformatics ISSN: 1367-4803 Impact factor: 6.937
GLay community algorithms
| Connected components | Find connected clusters from a network |
|---|---|
| Edge betweenness ( | Optimization of modularity score utilizing edge betweenness score |
| Fast-greedy (Original, HE, HN, HEN) ( | Greedy optimization of modularity score, with different corrections on edge density and cluster size |
| Label propagation ( | Determine community membership by iterative neighbor votes |
| Leading eigenvector ( | Find communities using eigenvector of matrices |
| Spin glass (Global, Single) ( | Using spin glass model and simulated annealing. The single mode allows finding communities only surrounding selected nodes |
| Walk trap ( | Determine community membership via short random walks |
GLay layout algorithms
| Fruchterman Reingold (original, grid) ( | Efficient force-based algorithms, with the grid version optimized for large networks |
| graphopt (GraphOPT | Force-based algorithm with optimization |
| Kamada kawai | Force-based spring layout |
| Large graph layout ( | Large graph layout algorithms for connected graphs |
| Multidimensional scaling (MDS) ( | Layout based on multidimensional scaling based on shortest distances |
| reingold tilford (hierarchical, circular) ( | Tree-like layout for connected networks, can be hierarchical or circular from any node as root |
Fig. 1.Fast-greedy community structure superimposed on Frutcherman Reingold grid layout from the largest component of Cytoscape human BIND dataset, consists of 17 961 nodes and 30 156 edges. Note that nodes belong to the same community tend to aggregate spatially, which resulted in clusters with good visual separation. The red circle indicates a group of highly interacting immunoglobulins.
Fig. 2.Comparison between clusters produced by MCODE with default parameters (left) and GLay using fast-greedy algorithm (right) on Cytoscape bundled galFiltered (Ideker ) dataset. The node color is determined by the corresponding cluster membership. Left: MCODE clusters. The un-clustered genes are hidden. Right: GLay fast-greedy clusters. (A) A MCODE cluster, in which four out of five genes are associated with MAPK pathway. The corresponding cluster in GLay contains 25 genes, including more genes in MAPK pathway, cell cycle and ion binding. (B) A GLay cluster not identifiable by MCODE. This cluster consists of six genes, with four are related to RNA process.