Skip to main content

GeneBrowser 2: an application to explore and identify common biological traits in a set of genes

Abstract

Background

The development of high-throughput laboratory techniques created a demand for computer-assisted result analysis tools. Many of these techniques return lists of genes whose interpretation requires finding relevant biological roles for the problem at hand. The required information is typically available in public databases, and usually, this information must be manually retrieved to complement the analysis. This process is a very time-consuming task that should be automated as much as possible.

Results

GeneBrowser is a web-based tool that, for a given list of genes, combines data from several public databases with visualisation and analysis methods to help identify the most relevant and common biological characteristics. The functionalities provided include the following: a central point with the most relevant biological information for each inserted gene; a list of the most related papers in PubMed and gene expression studies in ArrayExpress; and an extended approach to functional analysis applied to Gene Ontology, homologies, gene chromosomal localisation and pathways.

Conclusions

GeneBrowser provides a unique entry point to several visualisation and analysis methods, providing fast and easy analysis of a set of genes. GeneBrowser fills the gap between Web portals that analyse one gene at a time and functional analysis tools that are limited in scope and usually desktop-based.

Background

Biological systems pose very interesting challenges to scientists and despite the availability of relatively large sets of data, their inherent complexity stands out as the major hindrance to scientific progress in this field of work [1].

Comprehension of gene-to-phenotype interactions plays a key role in this process. Genes, the basic blocks of heredity, do not operate alone but instead in complex networks of interactions where multiple genes can directly or indirectly influence a single phenotype. Such networks exist even in the simplest of organisms, a clear indicator of their relevance [2].

Bearing this need in mind, the development of large-scale genome experiments (such as DNA microarrays) created the opportunity to gain a holistic view of biological systems, thus providing a better view of the full complexity of the systems in hand. Nevertheless, interpreting the results of DNA microarrays is still a daunting task that must be performed if any knowledge is to be extracted.

The classical approach to this analysis is a two-step procedure [3]: first, a subgroup of genes considered differentially expressed are selected by one or more bioinformatics tools; and second, the resulting set of genes is further explored to extract commonalities and biological meanings that may help to explain why these genes were co-expressed in the experiment. The primary focus of this paper is related to this second goal.

A common approach consists of the assignment of genes to functional biological categories based on the assumption that genes with similar expression profiles tend to have similar biological roles. While several bioinformatics tools have been proposed to perform this task, most of them use Gene Ontology [4] and pathway databases as the main sources of data. One such example is Onto-Express [5], a tool that uses Gene Ontology data to provide a functional profile for the condition studied. Onto-Express is a desktop application and was the first to compute significance values in the context of gene expression studies. Other examples of tools that use Gene Ontology are GOMiner [6] and GOstat [7]. A complete review of similar tools is available in [8]. There are also tools focused on other domains, such as the Pathway Explorer [9] for analysis of regulatory, metabolic and cellular pathways or Quext [10] for analysis of the literature. Some wide-scope tools have also been proposed. For example, FatiGO [11, 12] is a web-based tool that, in addition to Gene Ontology, also uses other concepts, such as chromosomal location and pathways, to provide a comprehensive analysis of the results. DAVID [13] also allows the functional analysis of a set of genes based on the analysis of Gene Ontology, pathways, protein domains and literature. Despite the value of the presented tools, some limitations were found including the number of covered species (11 on FatiGO, 13 on GoMiner and 21 on Pathway Explorer), the time taken to process the input query and the possibility to explore the dataset with references to external data sources.

In this paper, we present GeneBrowser, a web-based tool that addresses the issue of extracting biological knowledge from a list of genes. GeneBrowser combines data from several sources and different visualisation methods to improve biological interpretation and knowledge extraction from a group of genes. GeneBrowser combines the advantages of web portals, such as Entrez gene [14] and GeneCards [15], with the advantages of the previously presented tools for functional analysis.

While a previous version of GeneBrowser was already presented in [16], the platform was completely revamped to include many new features, such as an improved methodology to calculate the significance of results, a completely redesigned interface with Web 2.0 principles, dataset filtering capabilities, improved overall performance and additional functionalities including gene locus, gene expression studies and homologies, among others. GeneBrowser 2.0 is freely available at http://bioinformatics.ua.pt/genebrowser2/.

Implementation

GeneBrowser is a web application that combines data from several biological data sources and visualisation methods to explore a list of genes. Figure 1 illustrates the implemented workflow. As input, this tool takes a list of gene identifiers that are subsequently used to retrieve information from several public data sources, such as UniProt [17], Entrez gene [14], Gene Ontology, KEGG [18] and PubMed [19]. These data are then processed and merged, allowing the user to further explore the results via several visualisation perspectives and methods. Moreover, the system provides direct links to the original repositories, where complementary information is available. The main requirements of GeneBrowser development were to fill the gap between functional analysis tools and Web portals and to allow a fast response to user requests by means of state-of-the-art Web technologies. Figure 2 presents the GeneBrowser main interface. GeneBrowser is implemented in ASP.NET and uses Web 2.0 technologies, including AJAX, JSON and SOAP/REST Web Services. To assure efficiency and scalability, the data are stored in a SQL Server 2008 database cluster.

Figure 1
figure 1

Annotation and analysis workflow. The schematic representation of the workflow implemented to annotate and analyse the dataset is shown. For a list of inserted gene identifiers, GeneBrowser accesses several biological databases to annotate each gene with the data from several public databases. The bibliography and Gene Ontology are executed in the background.

Figure 2
figure 2

GeneBrowser user-interface: main window. The main interface allows the creation of a new dataset and navigation of the previously created datasets. To create a new dataset, it is necessary to specify the dataset name, the species of the organism under study, the list of genes identified as differently expressed and a second list with the complete list of genes under study.

Although GeneBrowser can be used to answer many different biological questions, a particular question set was used to tune its development:

  • What public databases provide relevant information about my dataset and how can I navigate through them?

  • What biological processes are enriched with respect to my input list of genes?

  • What are the most relevant metabolic pathways that contain my genes?

  • What are the genomic regions of these genes?

  • Which are the most relevant homologue classes in my list of genes?

  • What gene expression experiments have been previously conducted with the same genes?

  • What are the most relevant publications associated with my study?

Integrated access to biological data

The functionalities provided by GeneBrowser require intensive access to several biological databases. For each set of genes, GeneBrowser must independently access an array of databases as a means to validate every single entry and obtain additional biological data to provide as much relevant information as possible. The nature of this procedure determines that its response time is directly proportional to the number of genes evaluated. Notwithstanding, the platform must have a low response time if it is to be of any practical use. Such a dichotomy could only have been solved through use of an integration platform that quickly validated the entries and returned the required data. For that purpose, we have developed GeNS [20], a database that works as a name server for biological entities.

GeNS has a generic database schema that supports an unlimited number of biological databases. Addition of a new database requires identification of the most suitable method to obtain data and development of a specific loader responsible for converting data to a format compatible with the schema. Currently, we integrate data for roughly 1000 species, representing over 7 million gene products with 70 million alternative gene/protein identifiers and 140 million associations to biological entities. For instance, the species Saccharomyces cerevisiae has 7421 gene products that can be mapped to 105.000 synonyms and 213.000 associations with biological entities, such as pathways, Gene Ontology terms or homologues. Detailed information regarding the schema and the integrated databases is available in [20].

Despite the variety of data stored in GeNS, it is more focused on the mapping of biological identifiers than on the actual data (e.g.: functional descriptions, structural and sequence data). Given the need to complement this lack of relevant information, GeneBrowser performs direct, run-time access to a selected set of data sources. Some examples include the following: a) extended protein details, obtained in XML format from the UniProt REST interface; b) bibliographical abstracts, obtained from PubMed; and c) other data necessary for construction of the Gene Explorer perspective such as the sequence obtained from GenBank and the protein structure obtained from PDB. Table 1 contains a complete list of the databases that are integrated and also the methods that are used to access them. For a list of one hundred human genes, validating and obtaining all of the associated concepts are performed in less than one second, which shows the concern taken during development to meet the real-time execution goal.

Table 1 List of integrated databases and methods applied to extract data

Background processing

As previously mentioned, one of the requirements in developing GeneBrowser was the need to offer a low response time to user requests. While the use of GeNS was a major step towards meeting this goal, some tools possess relatively heavy processing needs that require fine-tuning. This is the case of computing the GO directed acyclic graph (DAG) and the bibliographical list. Because two out of the seven functionalities provided are computationally intensive, and as such, cannot be made immediately available after submitting the dataset, their processing is executed in the background and it is made available as soon as it is complete.

After insertion of a new dataset, GeneBrowser launches a background process that pre-computes the p-value for each entry and stores it in the database. While all the other tools are made available immediately, ontology and bibliographical options may trigger a message informing that the values are still being processed. For registered users, future access to the dataset will not require reprocessing because the results are permanently stored.

Extended approach to functional gene clustering

Gene Ontology is the most relevant biological ontology, containing structured information about biological processes, cellular components and molecular functions. It is commonly used by establishing a match between genes in the dataset and terms in the ontology. The terms that accumulate higher number of genes are the ones with more potential interest to the study. To be valid, this gene accumulation procedure requires the use of statistical measures that consider the number of expected genes in each category and the occurrence of several simultaneous tests [2123]. Despite the major relevance of Gene Ontology, other terminologies can be used to extract communalities from a dataset. Herein, we extend the use of this approach to pathways, protein domains, orthologues and homologues.

The implemented procedure works as follows. For each term t of a specific terminology, we obtain the associated genes from list L1 (representing the genes of interest) and the genes from list L2 (containing all genes under study - by default, all the genes from the genome). Then, for each term, we use the number of associated genes to calculate the p-value. The p-value is a measure of confidence in the data that corresponds to the probability of observing the actual number of genes in a certain category just by chance. Lower p-values indicate more confidence in the data, and usually only terms with values under 0.05 are considered.

Although several methods are available to calculate the p-value, GeneBrowser utilises binomial distribution, mainly due to its good balance between performance and robustness. A discussion of the available methods for gene expression studies is available in [22]. Because the p-values for all categories are calculated separately, the final step consists of adjusting the p-values to consider the occurrence of multi-testing [24]. GeneBrowser uses the false discovery rate (FDR) correction proposed by Benjamini and Yekutieli [23].

Results

This section contains detailed information about the main functionalities provided in GeneBrowser.

Inserting and exploring the dataset

The first step in using GeneBrowser is creating a new dataset. The information includes the species name of the organism, the list of genes found as relevant and a second list with all the genes under study (Figure 2). The list of supported species was obtained from the KEGG Organism database [25], selecting only those with complete genome annotation, resulting in a total of 1200 entries. Although GeneBrowser is prepared to deal with identifiers from all organisms, some functionalities depend on availability of the data in the original source.

Currently, GeneBrowser is prepared to accept 27 different types of gene identifiers simultaneously. The process of validating each gene identifier requires not only the removal of repeated and null entries but also their conversion to a unique internal identifier. Use of the GeNS name-server capabilities ensures this task is quickly performed, thus meeting the strict time requirements. The second list is used to calculate the significance values obtained through the statistical analysis algorithms. By default, this list contains all the genes in the genome.

Although registration is not mandatory, by logging on, the user can store all of the inserted datasets, thus saving time in future access. It is also possible to insert the dataset, close the browser and return later when the results are ready.

After inserting data, the Data Explorer facility provides a simple and effective way to visually inspect the inserted list of genes (Figure 3). For each gene, all of the information available on public databases is matched into seven distinct sections: general gene information, ontology classes, protein structure, genetic and protein sequence, bibliographical references and links to external databases.

Figure 3
figure 3

GeneBrowser user-interface: gene explorer. This interface contains the list of inserted genes, and for each, the most relevant biological data grouped in seven distinct sections: summary, gene ontology, pathway, homologies, protein structure, sequence, and external references. It is also possible to hide some sections and to filter the list of genes based on characteristics of the genes.

Additionally, if the user is focused on a particular subject, it is possible to filter the initial list of genes for those that match the search criteria, such as a chromosome locus, Gene Ontology class or metabolic pathway.

Gene clustering to extract similarities

The accumulation of genes into classes can be used to identify the most relevant biological phenomena. GeneBrowser uses a graphics-based view to allow immediate analysis of the most relevant functional classes. The significance is calculated using both the binomial and corrected p-value. Each class will show the number of accumulated genes, the p-values, and a direct link to the database that contains detailed information regarding that class. Next, we describe the available functionalities that use this clustering strategy: Gene Ontology, Homology, Pathway Explorer and Gene on Locus.

Gene Ontology consists of a structured, controlled vocabulary used to describe genes and gene products independently of the organisms in which they are present. Because Gene Ontology is structured as a DAG, the graph view shows the most relevant terms independently of their relevance (Figure 4). For instance, due to lack of detail, a gene may be annotated as "Response to stress", while in fact, it is directly involved in a more specific stress such as "Response to heat". To address this issue, GeneBrowser proposes two solutions. First, GeneBrowser allows pruning of the DAG to a user-defined level where all pruned terms are enclosed in their more general counterparts. For instance, both "Response to heat" and "Response to oxidative stress" belong to level 3 in the ontology. By pruning the tree in level 2, genes previously annotated in those two classes are now considered in the more general term "Response to stress". Second, GeneBrowser allows navigation in the DAG by means of a tree that allows exploration of classes while keeping their structure in a familiar way (Figure 5).

Figure 4
figure 4

GeneBrowser user-interface: gene ontology (graph view). This interface contains the graph with the list of Gene Ontology classes associated with the list of inserted genes. The graph displays the corrected p-value, the term identifiers with a link to the AmiGO database, the term name and the p-value.

Figure 5
figure 5

GeneBrowser user-interface: gene ontology (tree view). This tree-based alternative is used to navigate Gene Ontology. Each branch contains the gene ontology identifier, the term name and the p-value.

Two genes are considered homologues if they share a common ancestor. Usually, homology is based on sequence similarity that can be inferred by computational methods (e.g.: BLAST, FASTA). These results can be stored in well-established databases that maintain the association between genes and their homologues. These repositories fall into two main categories: orthologues and protein subcomponents. The latter category includes motifs and domain (both structural and functional) databases [26]. For GeneBrowser, we selected six of the most relevant homology databases: PRINTS, PROSITE, KEGG Orthologs, ProDom, TIGRFAM and InterPro.

Analysing metabolic pathways allows biologists to know the processes in which genes are involved, much like Gene Ontology. Moreover, it also enables the creation of a graph of interactions in which the genes are involved. Pathway Explorer calculates the most relevant pathways and presents a graphical view of each pathway, highlighting the genes from the dataset.

Study of the distribution of genes is based on the assumption that co-expressed genes tend to be near one another in the genome. To validate this assumption, the identification of co-expressed genes in nearby loci is an important feature. For that, chromosomes are ordered by their significance showing the number of accumulated genes. From each chromosome, it is possible to navigate to the NCBI MapView tool and observe the genomic context of this particular set of genes. After this step, all the NCBI MapView features can be used to navigate in the chromosome.

Extract relations from previous gene expression studies

The ArrayExpress Data Warehouse is the curated instance of the ArrayExpress repository [27]. By the end of 2009, it contained 1200 experiments with more than 31 million gene expression profiles. Because the data have been manually verified, they are of major relevance and can be used to study the expected profile of a set of genes. This database has already been used by the Gene Expression Atlas [28] to study the expression of several conditions such as different cell types, organism parts, developmental stages, disease states and sample treatments. Using the programmatic interface provided, we can establish a relationship between our list of genes and previous studies available in ArrayExpress.

The implemented procedure consists of obtaining, for each gene from the dataset, the experiments in which it was marked as differently expressed and the corresponding experimental conditions. Then, GeneBrowser organises the output in a structure composed of the experimental factor, the associated factor values, and all genes in the experiment (Figure 6). The interface also provides direct links to the experiment in ArrayExpress, to the study, and to the gene expression profile in Atlas.

Figure 6
figure 6

GeneBrowser user-interface: gene expression. This tree-based structure is composed of the experimental factor, associated factor values, and all genes in the context of the associated experiment.

Literature mining

The MEDLINE database is the most relevant source of information for both biomedical and life sciences fields. Its broad collection included, at the end of 2009, more than 17 million abstracts collected from five thousand journals dating back to the 1960 s [29]. Every day, roughly 3000 new abstracts are added. To search and retrieve information from this database, an easy-to-use web interface named PubMed http://www.pubmed.com was developed. Herein, we use this huge array of data to obtain the most relevant papers for our dataset.

Ranking the papers by their relevance involves determining the relationship among three values: the total number of genes in the dataset, the total number of genes in each paper and the number of genes that are simultaneously in both the paper and the dataset. Ideally, a paper is relevant if the number of genes associated with it matches those from the dataset. To calculate the relevance, we used the Tanimoto coefficient, hence computing the similarity between the binary vectors formed by the genes present in each paper with the genes present in the dataset [30]. With representing the vector formed by the genes in the dataset and representing the vector with the genes in each paper, the relevance is given by:

The calculated values are subsequently normalised and their abstracts sorted and presented as illustrated in Figure 7.

Figure 7
figure 7

GeneBrowser user-interface: literature. This interface contains the ranked list of the papers in PubMed most closely related to the inserted dataset.

Discussion

The GeneBrowser tool can be used to analyse any set of genes. To show its added value, we used two sets obtained from expression experiments. The first one consisted of a heat shock experiment applied on yeast, and the second was a subset of the profiling of 47 human breast tumour cases.

Heat shock on yeast

This experiment consisted of a comparison of two conditions, where one was the cell in a steady state and the other was after submitting it to a heat shock (delta of 20°C) for 20 minutes. For each condition, the total mRNA was extracted and three biological replicates were performed.

The expression values obtained for both conditions were analysed with a local framework [31] that uses the Limma library. Thirty-five genes were selected as differentially expressed and used to create a new dataset. This dataset is included as an example in GeneBrowser, and as such, the following steps can be followed directly through the application.

From the list of genes available in the Gene Explorer, it is easy to find the well-known gene YFL014W (also known as HSP12, 12-kDa heat shock protein). Therefore, the user can easily obtain the list of bibliographical references, the genetic and genomic sequences, homologies and Gene Ontology terms related to this gene. It is also possible to verify the absence of data regarding pathways and protein structure. Using the provided functionalities, a possible step is to obtain all genes, including YFL014W, which are related to the response to oxidative stress. This task is performed using the filtering tools from the left menu and selecting the Gene Ontology term "GO:0006979". Other possible filtering options are pathways, homologies and chromosome.

An extended approach is available on the Gene Ontology tool. Figure 4 shows all biological processes with corrected p-values under 0.05. For this dataset, the two most relevant biological processes are the response to stress (with 9 genes) and protein folding (with 7 genes). After following the link to AmiGO, additional information can be observed, explaining that the response to stress is caused by an exogenous perturbation, being a direct consequence of the induced heat shock. Protein folding is a physical process in which a linear chain of polypeptides is folded to obtain the tertiary structure and to become a protein. Given that proteins unfold with increasing temperature, the observed induction is a feedback mechanism that helps to overcome this situation.

Additional information about the set of genes can also be found in the Bibliography section. For example, the top ranked paper "Identifying gene regulatory modules of heat shock response in yeast" relates directly to the subject of study (Figure 7). This experiment is publicly available in GeneBrowser through the URL http://bioinformatics.ua.pt/genebrowser2/Explorer.aspx?ID=441. The workflow of this study is provided in [Additional file 1].

Experiment from ArrayExpress

The other experimental data were obtained from the ArrayExpress experiment "Transcription profiling of 47 human breast tumor cases", stored with the entry E-GEOD-3744 [32]. From this experiment, we selected all of the differently expressed genes associated with the experimental condition "BRCA1-associated breast cancer". The pathway analysis indicated that the most representative pathway was the "Calcium signalling pathway". In fact, several studies already stress the role of calcium in cancer as a major signalling agent, due to cell proliferation and cell death [3335]. Another active pathway is the "Pathways in cancer" entry.

In the homology analysis, three protein families from the InterPro database were identified: rhodopsin-like superfamily, adrenergic receptor and nucleotide phosphodiesterase. Although the active genes were distributed across all chromosomes, the most active ones resided in chromosomes 1, 8 and 19. This experiment is also publicly available in GeneBrowser through the URL http://bioinformatics.ua.pt/genebrowser2/Explorer.aspx?ID=436. The workflow of this study is provided in [Additional file 2].

Conclusions

A major challenge in bioinformatics is to construct tools that can give answers to any biological problem. One such problem is to interpret a list of genes, and find related diseases, pathways or any kind of biological process. This paper presents GeneBrowser, a web based application that, for a given list of genes, merges the benefits of biological web portals with those of knowledge extraction software tools. The main innovation of the proposed application is the possibility to use a single entry point to obtain a complete biological interpretation of the list of inserted genes, rather than using several disperse data sources and tools, thus facilitating biological interpretation of the study. The features of GeneBrowser include a gene explorer that enables simple and easy retrieval of specific molecular information for each inserted gene, thus allowing through filtering, the detection of common traits. The literature and the gene expression visualisation modes allow quick identification of previous related studies as well as an extended approach to functional analysis that facilitates detection of the most relevant classes in Gene Ontology, homologies, gene chromosomal localisation and pathways.

This second version includes a completely redesigned system and several improvements, including statistical analysis and multiple conceptually different kinds of gene identifiers such as input, chromosomal locus distribution, homologues and related gene expression studies. Possible future developments include the addition of regulatory information, miRNAs, and phenotype associations. Other feature that we aim to explore is to create a unified view that merges the different analysis outputs into a single one, providing a rich summary of the main evidences found by the several methods.

Overall, the functionalities implemented in GeneBrowser allow better understanding of the global biological phenomena underlying a list of genes.

Availability and requirements

Project name: GeneBrowser

Project home page: http://bioinformatics.ua.pt/genebrowser2/

Operating system(s): Platform independent

Programming language: ASP.NET/C#

Other requirements: n/a

License: n/a Any restrictions to use by non-academics: no restrictions

References

  1. Lee HK, et al.: Coexpression analysis of human genes across many microarray data sets. Genome Res 2004, 14(6):1085–94. 10.1101/gr.1910904

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  2. Westerhoff H, Palsson B: The evolution of molecular biology into systems biology. Nat Biotech 2004, 22(10):1249–1252. 10.1038/nbt1020

    Article  CAS  Google Scholar 

  3. Duggan DJ, et al.: Expression profiling using cDNA microarrays. Nature Genetics 1999, 21: 10–14. 10.1038/4434

    Article  CAS  PubMed  Google Scholar 

  4. Blake JA, Harris MA: The Gene Ontology (GO) project: structured vocabularies for molecular biology and their application to genome and expression analysis. Curr Protoc Bioinformatics 2008, Chapter 7(Unit 7):2.

    PubMed  Google Scholar 

  5. Draghici S, et al.: Onto-Tools, the toolkit of the modern biologist: Onto-Express, Onto-Compare, Onto-Design and Onto-Translate. Nucleic Acids Res 2003, 31(13):3775–81. 10.1093/nar/gkg624

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  6. Zeeberg BR, et al.: GoMiner: a resource for biological interpretation of genomic and proteomic data. Genome Biol 2003, 4(4):R28. 10.1186/gb-2003-4-4-r28

    Article  PubMed  PubMed Central  Google Scholar 

  7. Beissbarth T, Speed TP: GOstat: find statistically overrepresented Gene Ontologies within a group of genes. Bioinformatics 2004, 20(9):1464–5. 10.1093/bioinformatics/bth088

    Article  CAS  PubMed  Google Scholar 

  8. Khatri P, Draghici S: Ontological analysis of gene expression data: current tools, limitations, and open problems. Bioinformatics 2005, 21(18):3587–95. 10.1093/bioinformatics/bti565

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  9. Mlecnik B, et al.: PathwayExplorer: web service for visualizing high-throughput expression data on biological pathways. Nucleic Acids Res 2005, (33 Web Server):W633–7. 10.1093/nar/gki391

    Google Scholar 

  10. Arrais JP, Rodrigues JGLM, Oliveira JL: Improving Literature Searches in Gene Expression Studies. 2nd International Workshop on Practical Applications of Computational Biology and Bioinformatics (Iwpacbb 2008) 2009, 49: 74–82. [http://www.springerlink.com/content/h68200239t0q2464/fulltext.pdf] full_text

    Article  Google Scholar 

  11. Al-Shahrour F, et al.: From genes to functional classes in the study of biological systems. BMC Bioinformatics 2007, 8: 114. 10.1186/1471-2105-8-114

    Article  PubMed  PubMed Central  Google Scholar 

  12. Al-Shahrour F, Diaz-Uriarte R, Dopazo J: FatiGO: a web tool for finding significant associations of Gene Ontology terms with groups of genes. Bioinformatics 2004, 20(4):578–80. 10.1093/bioinformatics/btg455

    Article  CAS  PubMed  Google Scholar 

  13. Huang da W, Sherman BT, Lempicki RA: Systematic and integrative analysis of large gene lists using DAVID bioinformatics resources. Nat Protoc 2009, 4(1):44–57. 10.1038/nprot.2008.211

    Article  PubMed  Google Scholar 

  14. Maglott D, et al.: Entrez Gene: gene-centered information at NCBI. Nucleic Acids Res 2005, (33 Database):D54–8.

    Google Scholar 

  15. Rebhan M, et al.: GeneCards: integrating information about genes, proteins and diseases. Trends Genet 1997, 13(4):163. 10.1016/S0168-9525(97)01103-7

    Article  CAS  PubMed  Google Scholar 

  16. Arrais J, et al.: GeneBrowser: an approach for integration and functional classification of genomic data. Journal of Integrative Bioinformatics 2007., 4(3):

    Google Scholar 

  17. Wu CH, et al.: The Universal Protein Resource (UniProt): an expanding universe of protein information. Nucleic Acids Res 2006, (34 Database):D187–91. 10.1093/nar/gkj161

    Google Scholar 

  18. Ogata H, et al.: KEGG: Kyoto Encyclopedia of Genes and Genomes. Nucleic Acids Res 1999, 27(1):29–34. 10.1093/nar/27.1.29

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  19. McEntyre J, Lipman D: PubMed: bridging the information gap. Cmaj 2001, 164(9):1317–9.

    CAS  PubMed  PubMed Central  Google Scholar 

  20. Arrais J, et al.: GeNS: a biological data integration platform. International Conference on Bioinformatics and Biomedicine. venice, Italy 2009.

    Google Scholar 

  21. Ashburner M, et al.: Gene ontology: tool for the unification of biology. The Gene Ontology Consortium. Nat Genet 2000, 25(1):25–9. 10.1038/75556

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  22. Draghici S, et al.: Global functional profiling of gene expression. Genomics 2003, 81(2):98–104. 10.1016/S0888-7543(02)00021-6

    Article  CAS  PubMed  Google Scholar 

  23. Benjamini Y, Yekutieli D: The control of the false discovery rate in multiple testing under dependency. Annals of Statistics 2001, 29(4):1165–1188. 10.1214/aos/1013699998

    Article  Google Scholar 

  24. Slonim DK: From patterns to pathways: gene expression data analysis comes of age. Nature Genetics 2002, 32: 502–508. 10.1038/ng1033

    Article  CAS  PubMed  Google Scholar 

  25. Kanehisa M, Goto S: KEGG: kyoto encyclopedia of genes and genomes. Nucleic Acids Res 2000, 28(1):27–30. 10.1093/nar/28.1.27

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  26. Turchin A, Kohane IS: Gene homology resources on the World Wide Web. Physiological Genomics 2002, 11(3):165–77.

    Article  CAS  PubMed  Google Scholar 

  27. Parkinson H, et al.: ArrayExpress update-from an archive of functional genomics experiments to the atlas of gene expression. Nucleic Acids Research 2009, 37: D868-D872. 10.1093/nar/gkn889

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  28. Kapushesky M, et al.: Gene expression atlas at the European bioinformatics institute. Nucleic Acids Res 2010, (38 Database):D690–8. 10.1093/nar/gkp936

    Google Scholar 

  29. Medline fact sheets[http://www.nlm.nih.gov/pubs/factsheets/medline.html]

  30. Jones KP: Introduction to Modern Information-Retrieval - Salton,G, Mcgill,Mj. Journal of Documentation 1984, 40(4):289–291.

    Google Scholar 

  31. Arrais JP, et al.: A Microarray Information Database. In BIOTECHNO 2008: International Conference on Biocomputation, Bioinformatics, and Biomedical Technologies. IEEE Computer Society: Bucharest, Romania; 2008.

    Google Scholar 

  32. Richardson AL, et al.: X chromosomal abnormalities in basal-like human breast cancer. Cancer Cell 2006, 9(2):121–32. 10.1016/j.ccr.2006.01.013

    Article  CAS  PubMed  Google Scholar 

  33. Capiod T, et al.: Calcium signalling and cancer cell growth. Subcell Biochem 2007, 45: 405–27. full_text

    Article  CAS  PubMed  Google Scholar 

  34. Lee KL, et al.: Modulation of ATP-induced calcium signaling by progesterone in T47D-Y breast cancer cells. Mol Cell Endocrinol 2010, 319(1–2):109–15. 10.1016/j.mce.2010.01.004

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  35. Sprague BL, et al.: Serum calcium and breast cancer risk in a prospective cohort study. Ann Epidemiol 2010, 20(1):82–5. 10.1016/j.annepidem.2009.09.001

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

The research leading to these results has received funding from the European Community's Seventh Framework Programme (FP7/2007-2013) under grant agreement n°215847 - the EU-ADR project. J. Arrais is funded by FCT grant SFRH/BD/23837/2005.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to José Luís Oliveira.

Additional information

Authors' contributions

JA conceived and designed the application. JF wrote most of the code related to the interface, parallel processing and database. JP dealt with integrated access to external databases. JA, JP and JLO participated in writing the manuscript. All authors read and approved the final manuscript.

Electronic supplementary material

12859_2010_3846_MOESM1_ESM.PDF

Additional file 1: Experiment "Heat shock on yeast". Workflow followed in GeneBrowser for the interpretation of the heat shock experiment. (PDF 36 KB)

12859_2010_3846_MOESM2_ESM.PDF

Additional file 2: Experiment " Transcription profiling of 47 human breast tumor cases ". Workflow followed in GeneBrowser for the interpretation of the breast tumor experiment. (PDF 35 KB)

Authors’ original submitted files for images

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Arrais, J.P., Fernandes, J., Pereira, J. et al. GeneBrowser 2: an application to explore and identify common biological traits in a set of genes. BMC Bioinformatics 11, 389 (2010). https://doi.org/10.1186/1471-2105-11-389

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-11-389

Keywords