Skip to main content
F1000Research logoLink to F1000Research
. 2014 Jul 1;3:153. [Version 1] doi: 10.12688/f1000research.4572.1

GeneMANIA: Fast gene network construction and function prediction for Cytoscape

Jason Montojo 1,a, Khalid Zuberi 1, Harold Rodriguez 1, Gary D Bader 1, Quaid Morris 1
PMCID: PMC4168749  PMID: 25254104

Abstract

The GeneMANIA Cytoscape app enables users to construct a composite gene-gene functional interaction network from a gene list. The resulting network includes the genes most related to the original list, and functional annotations from Gene Ontology. The edges are annotated with details about the publication or data source the interactions were derived from. The app leverages GeneMANIA’s database of 1800+ networks, containing over 500 million interactions spanning 8 organisms: A. thaliana, C. elegans, D. melanogaster, D. rerio, H. sapiens, M. musculus, R. norvegicus, and S. cerevisiae. Users may also import their own organisms, networks, and expression profiles. The app is compatible with Cytoscape versions 2 and 3.

Introduction

The GeneMANIA Cytoscape 1 app enables users to construct a weighted composite functional interaction network from a list of genes. Each node represents a gene and its products. The app uses the GeneMANIA algorithm 2 to find other genes and gene products that are most related to the original list, and shows how they are related.

The app provides access to most of the features of the GeneMANIA prediction server 3 while removing limitations on gene list length, and the maximum size of the resulting network. The app also allows predictions to be made on user-defined organisms and arbitrarily large custom networks.

Source networks

GeneMANIA uses a database of organism-specific weighted networks to construct the resulting composite network. The database includes over 1800 networks, containing over 500 million interactions for 8 organisms: A. thaliana, C. elegans, D. melanogaster, D. rerio, H. sapiens, M. musculus, R. norvegicus, and S. cerevisiae. The networks are organized into groups such as co-expression, where edges are derived from expression profiles, and shared protein domains, where edges represent genes that encode proteins with similar domains. Users may select any combination of these as the basis of the composite network they construct for their gene list.

Gene scores

Prior to construction, the selected networks are each assigned a weight by the GeneMANIA algorithm. The weight of each edge is multiplied by the weight of the containing network. Next, the union of all edges in the network is taken. In the case of multiple edges between any pair of nodes, the edges are collapsed into one and assigned a weight equal to the sum of the individual edge weights. The query genes are assigned a label value of 1, while all other genes are 0. Label propagation is then applied to the entire network 2 and the resulting labels are saved as the score attribute in the node table. This score indicates the relevance of each gene to the original list based on the selected networks. Higher scores indicate genes that are more likely to be functionally related. Users may extend their original gene list by adding these top ranking genes to their network. They can also choose not to add any other genes so they can visualize how the members of their list are connected.

Composite network

Instead of providing the user with the composite network used during label propagation, the Cytoscape app displays at most one edge for each type of network that contributed to the gene scores ( Figure 1). For example, if five co-expression networks and two physical interaction networks contained an edge between the same pair of genes, the resulting network would contain one co-expression edge and one physical interaction edge for that pair. The edges are annotated with the original edge weights, the source networks from which those weights originate, relevant publications, and details about how the data was collected or processed ( Figure 2). The nodes are annotated with Gene Ontology 4 terms, alternate identifiers and synonyms.

Figure 1. Composite network for BRCA1.

Figure 1.

The circles are genes and the diamonds are protein domain attributes. Up to 20 most related genes and 20 most related attributes are shown. The red genes are annotated with DNA repair, as indicated in the Functions tab.

Figure 2. Sample of provenance details provided for each edge in composite network.

Figure 2.

The source networks are grouped by type (e.g. co-expression) and list each network weight, as well as the sum of the weights of the networks in each group. Citations and links to relevant publications and data sources and provided where possible.

Implementation

The GeneMANIA app is an update to the GeneMANIA plugin for Cytoscape 2 5. The app preserves runtime compatibility with older versions of Cytoscape. It is distributed as a universal binary that runs on every release of Cytoscape since version 2.6.3. Figure 3 illustrates how we architected the software to enable the same code to run in multiple environments. The GeneMANIA Engine module, which implements the algorithm, is an independent layer that is also used directly by the GeneMANIA prediction web server. The App Core module includes highly parallelized command line tools for function prediction and cross validation 6 on multiprocessor clusters and multicore workstations. It also contains an abstraction layer to provide access to a small subset of Cytoscape’s functionality through high-level Application Programming Interface (API). This alternative API effectively decouples the app implementation from a particular version of Cytoscape, allowing the same code to drive a Cytoscape 2 plugin and Cytoscape 3 app.

Figure 3. Architecture diagram of the GeneMANIA app illustrating the inputs and outputs of the system.

Figure 3.

The user-provided gene list is used to select the most relevant interactions from the GeneMANIA database. The resulting network is visualized in Cytoscape.

Database

The app provides access to all previous editions of the GeneMANIA database dating back to the initial September 23, 2010 release. New data updates will also be supported as they become available. As of the March 3, 2011 database release, two subsets of the data are available for users with special requirements. The core subset is roughly 20% of the size of the full database and only includes networks that are selected by default 3. The open license subset only includes network data with no restrictions on use. For example, networks derived from I2D 7 and HPRD 8 are excluded from this subset since their standard licenses prohibit commercial use of their data.

The networks are stored on disk as compact binary sparse matricies, which are used directly by GeneMANIA’s network integrator. This representation allows networks to be loaded quickly and used immediately without transformation into a different data structure. Gene and network metadata, including descriptions and provenance details, are stored in a Lucene index. This allows fast retrieval of metadata and gene name autocompletion as users type in their list.

User-defined organisms and networks

Unlike the GeneMANIA prediction server which only supports 8 organisms, the app allows users to perform predictions on their own organisms. To import an organism into a user’s local database, the user needs to provide a tab-delimited file containing the organism’s genome, where each row contains the primary identifier of a gene followed by alternate identifiers and synonyms. From there, users may import tab-delimited network data or expression profiles. Users may also import networks or expression profiles they have loaded into Cytoscape. The app can also be used with non-biological data such as social networks, where the nodes are individuals and edges represent various relationships between them.

Results

To demonstrate the steps involved with performing predictions on custom organisms not already provided by GeneMANIA, Ensembl 9 Gene IDs and their associated gene names for Felis catus were imported from BioMart 10 and imported into GeneMANIA as an organism. Data set GSE46431 was downloaded from the Gene Expression Omnibus (GEO) 11 and imported directly as expression profile data to yield a coexpression network. On a 2.3 GHz Intel Core i7 3615QM system with 16 GB RAM and SSD storage, it took approximately 5 minutes to import the data. Using this network, the app was used to find and display the 20 genes most related to ASIP, which took 1 second ( Figure 4).

Figure 4. The 20 genes most related to Felis catus gene ASIP, based on GEO dataset GSE46431.

Figure 4.

The expression profiles from this dataset were converted into a co-expression network using the GeneMANIA app.

Conclusions

The GeneMANIA app extends the capabilities of the GeneMANIA prediction server by allowing users to quickly construct networks from gene lists for custom organisms and network data without imposing any limits on the size of the inputs or output while retaining provenance of the source data. The app also allows users to replicate past results by providing access to all publicly-released GeneMANIA datasets.

Software availability

Software available from the Cytoscape’s App Manager or the App Store: http://apps.cytoscape.org/apps/GeneMania.

Latest source code: https://github.com/GeneMANIA/genemania.

Source code as at the time of publication: https://github.com/F1000Research/genemania/releases/tag/V1.0

Archived source code as at the time of publication: http://www.dx.doi.org/10.5281/zenodo.10523 12

License: LGPL 2.1: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html

Funding Statement

This work was funded by the Ontario Government’s Ministry of Research and Innovation via the Global Leadership Round in Genomics & Life Sciences (GL2) program (assigned to GDB and QM); and the National Resource for Network Biology (U.S. National Institutes of Health, National Center for Research Resources grant number P41GM103504, assigned to GDB).

The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.

v1; ref status: indexed

References

  • 1.Shannon P, Markiel A, Ozier O, et al. : Cytoscape: a software environment for integrated models of biomolecular interaction networks. Genome Res. 2003;13(11):2498–2504 10.1101/gr.1239303 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Mostafavi S, Morris Q: Fast integration of heterogeneous data sources for predicting gene function with limited annotation. Bioinformatics. 2010;26(14):1759–1765 10.1093/bioinformatics/btq262 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Zuberi K, Franz M, Rodriguez H, et al. : GeneMANIA prediction server 2013 update. Nucleic Acids Res. 2013;41(Web Server issue):W115–W122 10.1093/nar/gkt533 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Harris MA, Clark J, Ireland A, et al. : Gene Ontology Consortium. The Gene Ontology (GO) database and informatics resource. Nucleic Acids Res. 2004;32(Database issue):D258–D261 10.1093/nar/gkh036 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Montojo J, Zuberi K, Rodriguez H, et al. : GeneMANIA Cytoscape plugin: fast gene function predictions on the desktop. Bioinformatics. 2010;26(22):2927–2928 10.1093/bioinformatics/btq562 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Montojo J, Zuberi K, Shao Q, et al. : Network Assessor: an automated method for quantitative assessment of a network’s potential for gene function prediction. Front Genet. 2014;5:123 10.3389/fgene.2014.00123 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Brown KR, Jurisica I: Unequal evolutionary conservation of human protein interactions in interologous networks. Genome Biol. 2007;8(5):R95 10.1186/gb-2007-8-5-r95 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Keshava Prasad TS, Goel R, Kandasamy K, et al. : Human Protein Reference Database--2009 update. Nucleic Acids Res. 2009;37(Database issue):D767–D772 10.1093/nar/gkn892 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Flicek P, Amode MR, Barrell D, et al. : Ensembl 2014. Nucleic Acids Res. 2014;42(Database issue):D749–D755 10.1093/nar/gkt1196 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Kinsella RJ, Kähäri A, Haider S, et al. : Ensembl Biomarts: a hub for data retrieval across taxonomic space. Database (Oxford). 2011;2011:bar030 10.1093/database/bar030 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Barrett T, Wilhite SE, Ledoux P, et al. : NCBI GEO: archive for functional genomics data sets--update. Nucleic Acids Res. 2013;41(Database issue):D991–D995 10.1093/nar/gks1193 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Montojo J, Zuberi K, Rodriguez H, et al. : F1000Research/genemania. ZENODO. 2014. Data Source [DOI] [PMC free article] [PubMed] [Google Scholar]
F1000Res. 2014 Aug 1. doi: 10.5256/f1000research.4891.r5567

Referee response for version 1

Rosalba Giugno 1

The authors present an updated version of an affirmed work in the literature. A few comments follow.

The authors should highlight the upgrading aspects with respect to the previous work. Moreover, it would be useful to report the used database sources, the biggest retrieved network and how they deal with such a network with respect to the ‘unlimited’ list of genes (visualization and running time).

I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard.

F1000Res. 2014 Jul 21. doi: 10.5256/f1000research.4891.r5285

Referee response for version 1

Giovanni Scardoni 1

In this paper the authors present the GeneMANIA Cytoscape app. It allows users to construct gene networks from a gene list. The paper is well written and complete.

Minor comment:

The database contains over 500 million interactions spanning 8 organisms:  A. thaliana, C. elegans, D. melanogaster, D. rerio, H. sapiens, M. musculus, R. norvegicus, and  S. cerevisiae. It is not clear how this interactions are obtained (literature, other database ...) More details about it would improve the paper.

I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard.


Articles from F1000Research are provided here courtesy of F1000 Research Ltd

RESOURCES