| Literature DB >> 29983924 |
Philipp Spohr1, Kasper Dinkla2, Gunnar W Klau1, Mohammed El-Kebir3.
Abstract
eXamine is a Cytoscape app that displays set membership as contours on top of a node-link layout of a small graph. In addition to facilitating interpretation of enriched gene sets of small biological networks, eXamine can be used in other domains such as the visualization of communities in small social networks. eXamine was made available on the Cytoscape App Store in March 2014, has since registered more than 7,700 downloads, and has been highly rated by more than 25 users. In this paper, we present eXamine's new automation features that enable researchers to compose reproducible analysis workflows to generate visualizations of small, set-annotated graphs.Entities:
Keywords: Euler diagram; enrichment; functional subnetwork modules; graph drawing; network community; visualization
Year: 2018 PMID: 29983924 PMCID: PMC6013758 DOI: 10.12688/f1000research.14612.2
Source DB: PubMed Journal: F1000Res ISSN: 2046-1402
Figure 1. eXamine displays set membership as contours on top of a node-link layout.
( a– b) The graphs generated in the two use cases using eXamine’s automation features. ( c) The first step in the workflow consists of importing a network, followed by importing node annotations that associate each node with a set of groups. Next, we optionally select a smaller subnetwork to visualize. We generate an internal representation of the groups, and import additional group annotations. After selecting the groups to visualize, we export an image of the visualization. Alternatively, we can launch a window that allows the user to select different groups.
Application Programming Interface (API) of Cytoscape commands provided by eXamine.
Figure 1 shows an example workflow using the below commands.
| Command | Argument (type) | Description |
|---|---|---|
|
| Generates eXamine groups from a given set of columns of the
| |
| ○ network (CyNetwork)
| Network for which to generate the groups
| |
|
| Select groups to be visualized by eXamine | |
| ○ selectedGroup (List) | Group identifiers to select (comma separated) | |
|
| Removes all groups generated by eXamine | |
| ○ network (CyNetwork) | Network from which to remove the groups | |
|
| Updates visualization settings | |
| ○ network (CyNetwork)
| Network to visualize
| |
|
| Shows the selected network and groups in an interactive
| |
|
| Generates an SVG file with a visualization of the selected
| |
| ○ path (String) | Filename |