GenDBWiki/CoreDocumentation/FunctionPrediction
Tools for function prediction integrated in GenDB
Currently integrated programs
Program | Task | Reference |
BLAST | Search for sequence similarities | (http://nar.oupjournals.org/cgi/content/full/25/17/3389) |
Glimmer-2.1 | Prediction of CDSs | (http://nar.oupjournals.org/cgi/content/full/27/23/4636) |
Critica | Prediction of CDSs, RBSs, Frameshifts | (http://mbe.oupjournals.org/cgi/reprint/16/4/512) |
RBSFinder | Relocation of CDS starts, Prediction of RBSs | (http://bioinformatics.oupjournals.org/cgi/reprint/17/12/1123) |
SearchforRNAs | Prediction of t- and rRNAs | (Niels Larsen, University Aarhus, Denmark) |
tRNAscan-SE | Prediction of tRNAs | (http://nar.oupjournals.org/cgi/content/full/25/5/955) |
Getorf | Lists all ORFs | (Contained in EMBOSS package, http://www.hgmp.mrc.ac.uk/Software/EMBOSS/) |
Documentation for individual programs
In the following sections you can find detailed descriptions for all programs that can be used to predict region functions within GenDB.
BLAST
The BLAST programs are widely used tools for searching protein and DNA databases for sequence similarities. In GenDB they are the major tools used to generate observations.
We have included two options to influence the way Blast facts are generated:
Blast's built in filter
Before running the HSP search, Blast scans the input sequence for regions of low complexity, using the filters "DUST" for Blastn and "SEQ" for other favours of Blast2n. See the Blast FAQ for information about filters. For some applications these filters should be disabled. This can be done by setting the appropriate options in the Blast Tool Configuration.
Using genome sequences as Blast target
One of the main features of GenDB is the ability to store only the abstracts of tool results as observations instead of putting the whole result (e.g. a full Blast report with alignments) into the database. To recreate the alignment, a method to get a single entry from a Blast-able database has to exist. GenDB currently uses a BioPerl based index or an SRS query for the main genomic databases like EMBL or SwissProt. If you want to Blast some regions versus a genome (probably the genome of a closely related organism), the default methods will fail. Since the genome database it considers is small (approx. 3-8 mb instead of 1-2 gb), GenDB recreates the alignment by rerunning Blast. There's a small performance penality, but our tests revealed 2-3 seconds for the Blast run on several systems, including highend servers, desktop PCs and laptops.
HMMER
Next to Blast and its databases the Pfam database and the HMMER tools are the most important analysis tools integrated into GenDB. hmmpfam is part of the HMMER package. This tool can be used for scanning e.g. the Pfam or TIGRFAM database for homologous protein domains. You need this tool (and most of the HMMER package) to use Pfam in GenDB!
Pfam database
The Pfam database consists of several files like entry descriptions, HMM models etc. To use this database you have to specifiy the complete path to this file. It is also necessary to build a special Pfam index, using the hmmindex tool (part of HMMER package). The last major release of Pfam introduced a new files structure. Instead of using a single HMM model file the new release contains two files,Pfam_fs (optimized for local alignments) and Pfam_ls (optimized for global alignments). Usually you will use the Pfam_ls file, since these models are more selective.
Pathname of HMMFETCH
Instead of fetching single entries from a nSRS server, the HMMER package provides a tool called hmmfetch, which extracts single HMMs from the HMM file. This tool is used similar to the BioPerl indices described above for recomputing the full Pfam result.
InterPro
InterPRO-Scan is a meta tool that combines several well known analysis tools like Blast, hmmpfam, etc and several databases to predict the function of a protein. Hits found by InterPRO-Scan are associated to the InterPRO database, which contains descriptions for functional categories. There's also a mapping from InterPRO to GO categories which can be used for assigning functional categories to genes and other regions. More information about Interpro itself can be found at the InterPRO site on the EBI web server.
InterPRO-Scan support has been integrated into GenDB. To use it, you have to download and install InterPRO-Scan, the backend binaries and the data tarball from the download site (approx. 90 mb).
Setting up InterPRO-Scan is beyond the scope of this documentation. Refer to the included README and FAQ.
Setting up an InterPRO tool is done using the Tool Creator Wizard or via the Tool Configuration Wizard.
SignalP
SignalP predicts the presence and location of signal peptide cleavage sites in amino acid sequences. Information about it can be found here. The tool is not freely available therefore you have to send a request to the author in order to receive it.
Configuring GenDB to support SignalP is done by the installer. Individual tool instances of SignalP can be created by using the Tool Creator Wizard or the Tool Configuration Wizard.
TMHMM
TMHMM predicts transmembrane regions of proteins. Information about it can be found here. The tool is not freely available; you have to send a request to the author.
Configuring GenDB to support TMHMM is done by the installer. Individual tool instances of TMHMM can be created by using the Tool Creator Wizard or the Tool Configuration Wizard.