Examples

Below we highlight a collection of examples and test cases with brief descriptions. These serve to showcase the utitlity of GEMMER, and how the menu settings can be used to create different network visualizations that help to answer biological questions.

Note: Hovering over the links for each example generates a "popover" that shows what the output will look like. Clicking the links launches the visualization.

The default interactive D3.js layout

These examples use our interactive D3.js layout which allows node clustering and coloring.

Investigating the CLB1 interactome

  • Clb1 interactome: a minimal "hairball" example
  • Biological query: a user is interested in the interactome of CLB1.

    Settings: to illustrate a minimal example we turn off clustering and coloring.

    Result: This results in a typical "hairball" network. However, the user may interact with this subset of 25 genes in the interactome of Clb1, that have been chosen because of their high "degree centrality" in the interactome network. Clicking each gene reveals more information on that particular gene. The tables at the bottom of the page may additionally be used for inspection of the genes and interactions. For example, looking at the "interactions" table we may sort the table in ascending order on the #publications. This will show interactions with the least number of publications first. For example, we now see the interaction between BUB3 and SGF73 which may be of interest. The user may now proceed with a single click to the manuscript that showed the interaction by clicking on the experimental evidence "Positive Genetic" and arrive at the paper by Costanzo et al. from 2010.

  • Clb1 with clustering and coloring
  • Biological query: Given the visualization before, the user is now interested to see the functional classification and expression patterns in this network.

    Settings: We set clustering the nodes on the compartment they are most abundant in according to the CYCLoPs measurement WT2 and coloring the nodes based on their predicted primary function "GO term 1".

    Result: The interaction network is now clustered and colored which quickly provides new relevant information about nodes in the network.

  • Clb1 invert clustering and coloring
  • Biological query: Given that CLB1 is a cell cycle gene (and is also annotated as such by GEMMER) the user now wants to see how genes that function mainly in the cell cycle potentially interact with metabolically active genes. To that end the users inverts the coloring and clustering settings.

    Settings: We invert the clustering and coloring: cluster by function "GO term 1", color by "CYCLoPs WT2".

    Result: The interaction network now reveals an easy overview of 3 clusters and their interactions: cell cycle, metabolism and signal transduction.

  • Clb1 show all interactors
  • Biological query: Upon close inspection however, we now see that GEMMER gives an alert at the top of the page of the previous visualizations about having filtered out some nodes and interactions: "This query returned 79 nodes and 718 interactions. We reduced the network to 25 nodes based on Degree centrality resulting in 204 interactions." Suppose the user wants to see all interactors.

    Settings: We increase the "Max. number of nodes" to 80.

    Result: The interaction network now reveals all interactors and does not display the warning message about filtering anymore.

  • Clb1 physical and regulatory interactions only and a minimum of 2 publications
  • Biological query: The previous visualization, though showing all interactors, looks kind of chaotic. Suppose the user cares more about physical and regulatory interactions than genetic interactions. The user therefore wishes to filter out genetic interactions. As a further step to get to a network of proven interactons, the user wishes to only see interactions that have been shown in a minimum of 2 publications. The aim is to reduce the chaos in the image.

    Settings: We set the minimal number of publications to 2, and only select physical and regulation interaction types.

    Result: GEMMER returns a visualization with only a couple nodes. These are all nodes that have a physical or regulatory interaction with Clb1 with at least 2 publications reporting on them. Also notice that there are no regulatory interactions shown. Almost all regulatory interactions have only been shown in one study.

Investigating the Forkhead transcription factors

  • FKH1,2 multi-node example
  • This example highlights the option to build an interaction network by seeding with more than 1 gene.

    Biological query: In this case, we choose the closely related FKH1,2 (Forkhead) transcription factors. For such genes, we might be particularly interested in the regulatory interactions. The user might vaguely remember that FKH1 and FKH2 interact, but is not sure. Let's ask GEMMER.

    Settings: We select only the regulatory interactions type and limit the number of nodes to 2.

    Result: GEMMER returns a network with 2 nodes: FKH1 and FKH2. Indeed, there is a regulatory interaction between them. The tables on the bottom of the visualization page point the user to the literature: computational combinatorial evidence through the MacIsaac et al. study from 2006..

  • FKH1,2 multi-node example: targets active in S phase DNA replication
  • Biological query: Which interactors do the Forkhead transcription factors have that function in DNA replication, and have their peak of transcription in the S phase?

    Settings: We select no clustering and coloring. We reduce the "process" option to only DNA replication and we reduce the "peak expression phase" option to only "S".

    Result: We see an interaction network with only ORC1 and TDA7. From the table of information on the nodes we gather that ORC1's primary function is in DNA replication, whereas TDA7's secondary function is in DNA replication. Note that the FKH2 peaks in G1(P) phase and that FKH1 only has a small DNA replication role according to its GO terms (3rd function when counted, see the database page).

Alternative network layouts

GEMMER also provides a collection of alternative network layouts: hierarchical edge bundling, a D3 layout using Cola.js, an nxviz matrix plot and a circular layout provided through Cytoscape.js. We include links to examples of these below. Through the tool each query may be visualized with the alternative layouts by scrolling down to the "Alternative visualizations" header and clicking the layout of your choice. Each example shown here considers a different layout but queries for FKH1 and FKH2 interactome with clustering and coloring, but only considering regulatory interactions.