Nucleic Acids Research Advance Access originally published online on June 1, 2007
Nucleic Acids Research 2007 35(Web Server issue):W433-W437; doi:10.1093/nar/gkm352
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Nucleic Acids Research, 2007, Vol. 35, No. suppl_2 W433-W437
© 2007 The Author(s)
This is an Open Access article distributed under the terms of the Creative Commons Attribution Non-Commercial License (http://creativecommons.org/licenses/by-nc/2.0/uk/) which permits unrestricted non-commercial use, distribution, and reproduction in any medium, provided the original work is properly cited.
Articles |
MyHits: improvements to an interactive resource for analyzing protein sequences
1Swiss Institute of Bioinformatics (SIB), Vital-IT Group, UNIL-Génopode, CH-1015 Lausanne, 2Swiss Institute of Bioinformatics (SIB), EMBnet Group, UNIL-Génopode, CH-1015 Lausanne, 3Swiss Institute of Bioinformatics (SIB), Swiss-Prot Group, UNIGE-CMU, CH-1211 Genève 4, 4Ludwig Institute for Cancer Research, UNIL-Génopode, CH-1015 Lausanne and 5Nestlé Research Center, Department of BioAnalytical Science, PO Box 44, CH-1000 Lausanne 26, Switzerland
*To whom correspondence should be addressed. Tel: +41-21-692-40-38; Fax: +41-21-692-40-65; Email: marco.pagni{at}isb-sib.ch
Received January 31, 2007. Revised April 23, 2007. Accepted April 23, 2007.
| ABSTRACT |
|---|
|
|
|---|
The MyHits web site (http://myhits.isb-sib.ch) is an integrated service dedicated to the analysis of protein sequences. Since its first description in 2004, both the user interface and the back end of the server were improved. A number of tools (e.g. MAFFT, Jacop, Dotlet, Jalview, ESTScan) were added or updated to improve the usability of the service. The MySQL schema and its associated API were revamped and the database engine (HitKeeper) was separated from the web interface. This paper summarizes the current status of the server, with an emphasis on the new services.
| INTRODUCTION |
|---|
|
|
|---|
The MyHits web site (http://myhits.isb-sib.ch) was first described in 2004 (1). Since then, a number of sequence and motif databases have been added. In addition, most web pages have been revised and upgraded, and new services were introduced (Table 1). Currently our server provides access to protein domain databases, something that can be obtained from other servers like the ones of SMART (2) or InterPro (3). However MyHits also offers many possibilities for users to submit their own sequences and multiple sequence alignment (MSA), and to interact with the different tools available. Recently the MPI Bioinformatics Toolkit (4) implemented a similar approach for their services.
|
One particular aspect of the initial project was the concept of a hub, an intermediary page that links the output of one service to the input of another one. This concept is well known on the command line, but rarely found on web pages. Two different hubs were designed: one for handling lists of unaligned proteins and another for handling a single multiple sequence alignment (MSA) at a time. The hubs dramatically improve the overall connectivity between most of the pages on this website (see http://myhits.isb-sib.ch/doc/connectivity.html). Consequently, a user can efficiently string together the different services, mine the available data and obtain answers to a broad range of questions related to protein sequences. Typical applications are:
- What domain signatures are present in an unknown sequence (using Motif scan)?
- Starting from a single protein sequence, extract the repeated regions of homologies (using Dotlet), build a multiple sequence alignment (using MAFFT) and search for homologues (using profile search) in a given organism (using taxonomic filtering).
- Starting from an MSA, retrieve all members of a protein family (using PSI-Blast), and classify the matched proteins automatically (using Jacop).
| BIOLOGICAL DATABASES |
|---|
|
|
|---|
The protein sequences that are currently included are obtained from UniProt (5), RefSeq (6), the peptide subsection of ENSEMBL (7) and trGen, trEST, trome which are locally produced databases of predicted protein sequences inferred from various genomic and High Throughput Genomic nucleotidic sequences (8). The motif databases include Prosite (9), Pfam (10), HAMAP (11), InterPro (3) and a collection of locally produced generalized profiles. Classification databases are currently limited to the taxonomy of the NCBI (12,13).
All these databases are updated frequently, in principle on a weekly basis. Hit lists are computed between pairs of databases (sequence vs motif), depending on the available CPU and storage space. The actual list is available online (http://myhits.isb-sib.ch/cgi-bin/compute).
| HITKEEPER: A NEW RELATIONAL DATABASE |
|---|
|
|
|---|
The website is mainly built as the front-end of a relational database that stores the primary data (sequences, motifs and classification data) as well as data derived from these (e.g. list of hits). The software related to this database system, HitKeeper, is now distributed as an Open Source Software package under GPL v2 license which is available at http://hitkeeper.sourceforge.net(27). Once set up, HitKeeper runs like a system daemon and takes care of the updates from external data sources (thus dealing with a continuous data flow), and the incremental updates of the list of hits between sequences and motifs. In addition, HitKeeper features a powerful query language. Throughout the past two years, HitKeeper was improved and fine-tuned, and the existing MyHits services have gained both speed and new features. A key example is the introduction of taxonomic filtering. Some more advanced features of HitKeeper are being progressively introduced into the system.
| TOOLS FOR EXPLORATORY DATA MINING OF PROTEIN SETS |
|---|
|
|
|---|
When looking for a conserved domain, a particular signature or attempting to delineate protein families, it is usually more efficient to deal with a whole set of related proteins at once, as opposed to dealing with them one by one. Many tools in MyHits have been designed with this in mind, and accept a set of proteins as input. These include the protein Hub, the Selector and the Catalogue, as well as the different programs that produce an MSA (Table 1). When it is not possible to meaningfully arrange a set of sequences as a single MSA, usually because of architectural reorganization of the sequences (i.e. fusion, duplication, swapping, shuffling of domains), one can try using the Jacop tool which is presented below. A typical case is the sequences that can be retrieved from a single PSI-Blast search which typically contain a common domain (the PSI-Blast-targeted region) that occurs one or more times per sequence. This domain is usually flanked by diverse but often related sequences.
Jacop (14) is a simple and robust approach for the automated classification of protein sequences with no prerequisite for the sequences to be organized as an MSA. To our knowledge it is the only service currently available online where a collection of sequences in FASTA format can be pasted and an automated classification of these is returned. The method applied is an unsupervised classification method: no prior knowledge is required. Unsupervised classification methods can often be outperformed by supervised ones on the condition that a trusted reference classification is available, which is usually not the case when doing exploratory data mining. Jacop can also be used to extract a representative subset of a collection of sequences, complementing the Selector tool. In addition, a specifically designed version of the Catalogue factory that can be accessed from the Jacop output page provides a graphical representation of the local sequence homologies distributed over the classification from Jacop. Figure 1 shows an example of graphics that can be produced using this interface.
|
| DOTLET AND JALVIEW |
|---|
|
|
|---|
Dotlet is a Java applet for the interactive visualization of dot plots (15). The applet was updated (current version is 1.5), correcting some bugs (mostly in the scrolling process) and adding several new features. Since we had to write a printing library for Jalview, it was also incorporated into Dotlet, allowing a PDF file of the dot plot to be exported. In addition, it is now possible to select several matching diagonals (i.e. regions of similarity between two sequences) and to send them back to the browser (Protein Hub) for further analysis. This feature is unique to Dotlet.
Jalview is a Java applet to edit and visualize an MSA (16). In the frame of MyHits we offer a locally modified extension of the public version 2.1, which has the ability to export a PDF for both the alignment and the associated trees. It also allows the alignment to be sent back to the browser (MSA hub) for further analysis. These options are not present in the standard applet; we will maintain these options for future versions in collaboration with the Jalview development team.
| MISCELLANEOUS IMPROVEMENTS AND ADDITIONS |
|---|
|
|
|---|
Interactivity was improved for many web pages. For PSI-Blast, Pattern search, Profile search and the Query pages, buttons have been added to the output to facilitate the selection of candidate matches for further processing through one of the two hubs. In addition, for these search tools, an interactive taxonomic filter has been implemented: the user can customize the menu by introducing one or several TaxID, to select a species (e.g. 37349 for the woolly mammoth) or a higher taxonomical rank (e.g., 8782 for all birds).
MAFFT is a novel method for calculating MSA based on the fast Fourier Transform (17). We provide access to this tool to deal with large number of sequences.
The Translator tool uses the EMBOSS transeq program (18) to translate a DNA sequence into the corresponding peptide sequence in any of the six frames. It can also translate specified regions corresponding to the coding regions of the sequence of interest. ESTScan is another program that can detect coding regions in DNA sequences, even if they are of low quality (19). It will also detect and correct sequencing errors that lead to a frameshift. The result depends on the species selected. Both Translator and ESTScan tools can direct their resulting protein sequences to the Motif scan for further analysis.
In order to avoid the multiplication of the web pages to maintain, the T-coffee page was replaced by calls to an external server that offers the T-Coffee, M-Coffee, Expresso, Protogene and Core programs (http://tcoffee.vital-it.ch). The resulting MSA can be sent back to the MSA hub with a single click.
| CONCLUSION |
|---|
|
|
|---|
MyHits is an evolving resource. New developments will take advantage of the relational database in the back-end. A layer of web services for programmatic access will be proposed in the near future. A better integration with other external web sites, successfully achieved with the T-Coffee server, is planned.
| ACKNOWLEDGEMENTS |
|---|
We thank many people that have contributed, be it with suggestions, testing and technical support to the maintenance and development of MyHits: Volker Flegel, Roberto Fabbretti, Christian Iseli, Peter Sperisen, Heinz Stockinger, Sébastien Moretti, Cédric Notredame. M.P. acknowledges financial support from EMBRACE. The EMBRACE project is funded by the European Commission within its FP6 Program, under the thematic area Life sciences, genomics and biotechnology for health, contract number LHSG-CT-2004-512092. L.C. is funded by the Swiss National Science Foundation (grant no. 3152A0-103922). M.Z.Z. acknowledges financial support from the Cancer Research Institute. Funding to pay the Open Access publication charges for this article was provided by the Swiss Institute of Bioinformatics.
Conflict of interest statement. None declared.
| REFERENCES |
|---|
|
|
|---|
- Pagni M, Ioannidis V, Cerutti L, Zahn-Zabal M, Jongeneel CV, Falquet L. MyHits: a new interactive resource for protein annotation and domain identification. Nucleic Acids Res (2004) 32:W332W335.
[Abstract/Free Full Text] - Letunic I, Copley RR, Pils B, Pinkert S, Schultz J, Bork P. SMART 5: domains in the context of genomes and networks. Nucleic Acids Res (2006) 34:D257D260.
[Abstract/Free Full Text] - Mulder NJ, Apweiler R, Attwood TK, Bairoch A, Bateman A, Binns D, Bradley P, Bork P, Bucher P, et al. InterPro, progress and status in 2005. Nucleic Acids Res (2005) 33:D201D205.
[Abstract/Free Full Text] - Biegert A, Mayer C, Remmert M, Soding J, Lupas AN. The MPI Bioinformatics Toolkit for protein sequence analysis. Nucleic Acids Res (2006) 34:W335W339.
[Abstract/Free Full Text] - Wu CH, Apweiler R, Bairoch A, Natale DA, Barker WC, Boeckmann B, Ferro S, Gasteiger E, Huang H, et al. The Universal Protein Resource (UniProt): an expanding universe of protein information. Nucleic Acids Res (2006) 34:D187D191.
[Abstract/Free Full Text] - Pruitt KD, Tatusova T, Maglott DR. NCBI reference sequences (RefSeq): a curated non-redundant sequence database of genomes, transcripts and proteins. Nucleic Acids Res (2007) 35:D61D65.
[Abstract/Free Full Text] - Hubbard TJ, Aken BL, Beal K, Ballester B, Caccamo M, Chen Y, Clarke L, Coates G, Cunningham F, et al. Ensembl 2007. Nucleic Acids Res (2007) 35:D610D617.
[Abstract/Free Full Text] - Sperisen P, Iseli C, Pagni M, Stevenson BJ, Bucher P, Jongeneel CV. trome, trEST and trGEN: databases of predicted protein sequences. Nucleic Acids Res (2004) 32:D509D511.
[Abstract/Free Full Text] - Hulo N, Bairoch A, Bulliard V, Cerutti L, De Castro E, Langendijk-Genevaux PS, Pagni M, Sigrist CJ. The PROSITE database. Nucleic Acids Res (2006) 34:D227D230.
[Abstract/Free Full Text] - Bateman A, Coin L, Durbin R, Finn RD, Hollich V, Griffiths-Jones S, Khanna A, Marshall M, Moxon S, et al. The Pfam protein families database. Nucleic Acids Res (2004) 32:D138D141.
[Abstract/Free Full Text] - Gattiker A, Michoud K, Rivoire C, Auchincloss AH, Coudert E, Lima T, Kersey P, Pagni M, Sigrist CJ, et al. Automated annotation of microbial proteomes in SWISS-PROT. Comput. Biol. Chem (2003) 27:4958.[CrossRef][Web of Science][Medline]
- Benson DA, Karsch-Mizrachi I, Lipman DJ, Ostell J, Rapp BA, Wheeler DL. GenBank. Nucleic Acids Res (2000) 28:1518.
[Abstract/Free Full Text] - Wheeler DL, Chappey C, Lash AE, Leipe DD, Madden TL, Schuler GD, Tatusova TA, Rapp BA. Database resources of the National Center for Biotechnology Information. Nucleic Acids Res (2000) 28:1014.
[Abstract/Free Full Text] - Sperisen P, Pagni M. JACOP: a simple and robust method for the automated classification of protein sequences with modular architecture. BMC Bioinformatics (2005) 6:216.[CrossRef][Medline]
- Junier T, Pagni M. Dotlet: diagonal plots in a web browser. Bioinformatics (2000) 16:178179.
[Abstract/Free Full Text] - Clamp M, Cuff J, Searle SM, Barton GJ. The Jalview Java alignment editor. Bioinformatics (2004) 20:426427.
[Abstract/Free Full Text] - Katoh K, Kuma K, Toh H, Miyata T. MAFFT version 5: improvement in accuracy of multiple sequence alignment. Nucleic Acids Res (2005) 33:511518.
[Abstract/Free Full Text] - Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet (2000) 16:276277.[CrossRef][Web of Science][Medline]
- Iseli C, Jongeneel CV, Bucher P. ESTScan: a program for detecting, evaluating, and reconstructing potential coding regions in EST sequences. Proc. Int. Conf. Intell. Syst. Mol. Biol (1999) 138148.
- Altschul SF, Madden TL, Schaffer AA, Zhang J, Zhang Z, Miller W, Lipman DJ. Gapped BLAST and PSI-BLAST: a new generation of protein database search programs. Nucleic Acids Res (1997) 25:33893402.
[Abstract/Free Full Text] - Chenna R, Sugawara H, Koike T, Lopez R, Gibson TJ, Higgins DG, Thompson JD. Multiple sequence alignment with the Clustal series of programs. Nucleic Acids Res (2003) 31:34973500.
[Abstract/Free Full Text] - Notredame C, Higgins DG, Heringa J. T-Coffee: a novel method for fast and accurate multiple sequence alignment. J. Mol. Biol (2000) 302:205217.[CrossRef][Web of Science][Medline]
- Wallace IM, O'Sullivan O, Higgins DG, Notredame C. M-Coffee: combining multiple sequence alignment methods with T-Coffee. Nucleic Acids Res (2006) 34:16921699.
[Abstract/Free Full Text] - Armougom F, Moretti S, Poirot O, Audic S, Dumas P, Schaeli B, Keduas V, Notredame C. Expresso: automatic incorporation of structural information in multiple sequence alignments using 3D-Coffee. Nucleic Acids Res (2006) 34:W604W608.
[Abstract/Free Full Text] - Moretti S, Reinier F, Poirot O, Armougom F, Audic S, Keduas V, Notredame C. PROTOGENE: turning amino acid alignments into bona fide CDS nucleotide alignments. Nucleic Acids Res (2006) 34:W600W603.
[Abstract/Free Full Text] - Junier T, Bucher P. SEView: a Java applet for browsing molecular sequence data. In Silico Biol (1998) 1:1320.[Medline]
- Hau J, Muller M, Pagni M. HitKeeper, a generic software package for hit list management. Source code for biology and medicine (2007) 2:2.[CrossRef]
This article has been cited by other articles:
![]() |
K. L. Sund, S. Roelker, V. Ramachandran, L. Durbin, and D. W. Benson Analysis of Ellis van Creveld syndrome gene products: implications for cardiovascular development and disease Hum. Mol. Genet., May 15, 2009; 18(10): 1813 - 1824. [Abstract] [Full Text] [PDF] |
||||
![]() |
A. M. Waterhouse, J. B. Procter, D. M. A. Martin, M. Clamp, and G. J. Barton Jalview Version 2--a multiple sequence alignment editor and analysis workbench Bioinformatics, May 1, 2009; 25(9): 1189 - 1191. [Abstract] [Full Text] [PDF] |
||||
![]() |
D. Koua, L. Cerutti, L. Falquet, C. J. A. Sigrist, G. Theiler, N. Hulo, and C. Dunand PeroxiBase: a database with new tools for peroxidase family classification Nucleic Acids Res., January 1, 2009; 37(suppl_1): D261 - D266. [Abstract] [Full Text] [PDF] |
||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||



