Skip to main content

Gene models from ESTs (GeneModelEST): an application on the Solanum lycopersicum genome

Abstract

Background

The structure annotation of a genome is based either on ab initio methodologies or on similaritiy searches versus molecules that have been already annotated. Ab initio gene predictions in a genome are based on a priori knowledge of species-specific features of genes. The training of ab initio gene finders is based on the definition of a data-set of gene models. To accomplish this task the common approach is to align species-specific full length cDNA and EST sequences along the genomic sequences in order to define exon/intron structure of mRNA coding genes.

Results

GeneModelEST is the software here proposed for defining a data-set of candidate gene models using exclusively evidence derived from cDNA/EST sequences.

GeneModelEST requires the genome coordinates of the spliced-alignments of ESTs and of contigs (tentative consensus sequences) generated by an EST clustering/assembling procedure to be formatted in a General Feature Format (GFF) standard file. Moreover, the alignments of the contigs versus a protein database are required as an NCBI BLAST formatted report file.

The GeneModelEST analysis aims to i) evaluate each exon as defined from contig spliced alignments onto the genome sequence; ii) classify the contigs according to quality levels in order to select candidate gene models; iii) assign to the candidate gene models preliminary functional annotations.

We discuss the application of the proposed methodology to build a data-set of gene models of Solanum lycopersicum, whose genome sequencing is an ongoing effort by the International Tomato Genome Sequencing Consortium.

Conclusion

The contig classification procedure used by GeneModelEST supports the detection of candidate gene models, the identification of potential alternative transcripts and it is useful to filter out ambiguous information. An automated procedure, such as the one proposed here, is fundamental to support large scale analysis in order to provide species-specific gene models, that could be useful as a training data-set for ab initio gene finders and/or as a reference gene list for a human curated annotation.

Background

Genome annotation involves as a primary task the identification of gene locations and the definition of gene structures along DNA sequences. This is carried out mainly via computational approaches. Several in silico methods can be used for gene annotation in a genome [1–3]. These methods can be based on ab initio predictions or on similarity searches. The ab initio gene finder tools attempt to recognise genes within genomic sequences, locating regions with a coding potential and detecting signals known as typical of gene structures, such as promoters, termination signals, splice junction boundaries (acceptor/donor) etc. [4]. Ab initio methods need to be trained on a set of known genes assuming genes within a genome share similar compositional properties which are typical of the species. The training data-set should be composed by gene models of which the structure is experimentally defined. Currently, the most valuable method for the definition of the structure of mRNA coding genes relies on full length cDNA sequences and on their spliced-alignment versus the DNA sequence [5–9]. However, full length cDNA sequencing is an expensive and time-consuming approach when compared to the high-throughput EST sequencing. Then, though EST intrinsic shortcomings due to contaminations and limited sequence quality, these data represents a valuable source of information to accomplish the task of gene model building [10].

There are genome-based clustering methodologies to assemble ESTs into one gene [11]. Other approaches are based on the definition of genome-independent clusters. Each cluster, which is created by grouping overlapping EST, corresponds to a unique gene. A cluster can consist of one or multiple contigs. In this last case ESTs may yield evidence for the existence of alternative transcripts or splicing isoforms [12, 13]. Contigs are assembled in the attempt to cover the whole sequence of an mRNA [14, 15]. Therefore, the alignment of a contig versus the genomic sequence may represent a partial or a complete exon/intron structure of a gene.. In the absence of errors, ESTs and contigs can be completely aligned to the corresponding DNA sequence (EST/contig to genome mapping) using specialized algorithms [16, 19].

We present here GeneModelEST, a software to assess the reliability of contigs in order to define gene models. The approach is based on the availability of spliced-alignments of the contigs onto a genomic sequence and on the evaluation of pairwise comparisons of each exon candidate defined from a contig versus the EST data, which are independently aligned onto the same genomic sequence.

The software was implemented to define a reliable and a consistent number of species-specific gene models using a rigorous approach. In fact, each gene model is strictly supported by experimental evidence and lacks possible ambiguities that could cause both inconsistencies in the definition of the gene properties and a sidetracked training of gene finders.

We discuss the application of the proposed methodology to build a data-set of gene models of Solanum lycopersicum, whose genome sequencing is an ongoing effort by the International Tomato Genome Sequencing Consortium [20]. In this preliminary phase of the project, a reference set of gene models is still necessary to train software for gene prediction and to investigate on relevant gene features in this species.

Methods

Input file format

Two GFF (General Feature Format) [21] formatted files are required as input for GeneModelEST. They report the in silico derived coordinates of contigs and ESTs to genome alignments.

An NCBI BLAST formatted report file, describing the alignments of the contigs versus a protein database, is required too.

The GFF files must include two features:

  1. 1.

    the 'match' feature: indicating the start and the end positions that span the entire genomic region which resulted aligned versus the corresponding EST/contig

  2. 2.

    the 'HSP' (High-Scoring Pairs) feature: indicating the start and the end positions of the local alignments of the genomic region versus the EST/contig. The 'HSPs' describe all the consecutive elements which correspond to exons in a 'match' region on the genome sequence. The regions of the genomic sequence that span two consecutive HSPs correspond to intron regions.

Evaluation of exon candidates

The first step of the GeneModelEST analysis considers the coordinates of the 'match' feature of the contigs in order to define the contig-to-contig status, as follows:

  1. 1)

    contigs sharing overlapping regions along a genome sequence.

  2. 2)

    contigs with no overlaps;

The second step evaluates exons (c-HSP) of not-overlapping contigs through pairwise comparisons versus all the 'HSP' features belonging to the EST sequences (e-HSP) which have been aligned in the same region. Possible results of the pairwise comparisons are classified according to the following instances (Figure 1):

Figure 1
figure 1

Representation of the possible instances resulting from pairwise comparisons of c-HSPs and e-HSPs: i) exact match: the start and end positions of the e-HSP coincide with those of the c-HSP; ii) partial match: the e-HSP and c-HSP share one of the edges and the other edge of the e-HSP is included in the c-HSP region; iii) internal match: an e-HSP lies within a c-HSP. Internal matches can be distinguished in two cases: a) unchained e-HSP: in case the e-HSP is completely included in the corresponding c-HSP or b) chained e-HSP: in case the e-HSP is concatenated to surrounding e-HSPs; iv) undefined edges: an e-HSP is overlapping a terminal c-HSP beyond one of the contig boundaries; v) e-HSP overlapping introns: if one or both the edges of an e-HSP lie on an intronic region of the contig.

  1. i)

    exact match: the start and the end positions of an e-HSP coincide with those of the c-HSP;

  2. ii)

    partial match: at least one of the edges of the e-HSP is coinciding with one of the edges of the c-HSP. Therefore the other edge of the e-HSP is included in the region spanned by the c-HSP because of EST length-limit.

  3. iii)

    internal match: the start and the end positions of the e-HSP are included in the corresponding c-HSP. This instance can be split in two cases according to the e-HSP status:

    1. a)

      chained e-HSP: the e-HSP is included in the c-HSP and it is concatenated with surrounding e-HSPs. Therefore the e-HSPs and its flanking intronic regions are overlapping the c-HSP. This indicates that the EST, which the e-HSP belongs to, has an exon shorter than the corresponding one in the contig;

    2. b)

      unchained e-HSP: the e-HSP is included in the corresponding c-HSP and it is not concatenated with other surrounding e-HSPs.

  4. iv)

    undefined edges: the e-HSP is overlapping a terminal c-HSP beyond one of the contig boundaries. This implies that the EST, which the e-HSP belongs to, is describing a terminal exon longer than the one defined by the contig under consideration. This could happen in case of two possible alternative transcripts or in case of a contig describing only part of the mRNA molecule.

  5. v)

    e-HSP overlapping introns: one or both the edges of an internal e-HSP lie with an intronic region of the contig. This implies that the EST, which the e-HSP belongs to, is representing an intron retaining sequence, or an alternatively spliced transcript of the same gene, or the transcript of a gene overlapping the same locus.

The status of each c-HSP is defined as confirmed, undefined or ambiguous, according to the possible combinations of the delineated instances as described in Table 1.

Table 1 c-HSP status definition.

Evaluation of contig quality

A contig can be classified, according to the evaluation of all its c-HSPs, into one of three different classes: optimal, acceptable and rejected. Optimal contigs have all the c-HSPs confirmed; acceptable contigs have at least one c-HSP classified as undefined; rejected contigs have at least one ambiguous c-HSP. Indeed, possible alternative exons, such as those described either by the presence of at least one chained e-HSP or by the occurrence of at least one e-HSP overlapping introns, indicate alternative gene structure organizations.

Alternative gene structures must be avoided in the definition of candidate gene models. Therefore, GeneModelEST declares as candidate gene models those contigs classified as optimal or acceptable. Rejected contigs are excluded from the automated definition of candidate gene models because they represent either possible alternative splicing or intron retaining sequences, and therefore, they need a human curated validation.

Contig functional classification

In order to define a functional annotation of the contigs, GeneModelEST evaluates the protein sequence coverage (%coverage) and the similarity threshold (%positives) of the highest scoring alignments as described in the NCBI BLAST report formatted file to define a specific class:

  1. 1.

    Complete contigs (coverage ≥ 95%), classified as:

  2. a.

    identical to (similarity ≥ 90%)

  3. b.

    similar to (similarity < 90%);

  4. 2.

    Uncomplete contigs (50% ≤ coverage < 95%), classified as:

  5. a.

    similar to (similarity ≥ 60%)

  6. b.

    low similarity to (similarity < 60%).

  7. 3.

    Undefined product: a contig with a coverage of the protein < 50%.

  8. 4.

    Expressed product: a contig without BLAST matches.

Output files

GeneModelEST gives four different output files:

  1. 1.

    A CSV (Comma Separated Values) formatted file describing the contig-to-contig status in case of overlapping contigs.

  2. 2.

    A CSV formatted file listing each contig, its identifier, its classification status and its functional class.

  3. 3.

    and 4. Two GFF formatted files, reporting the coordinates of the contigs classified as candidate gene models, compatible with the Gbrowse [22] and with the Apollo [23] software, respectively. This is because the Gbrowse and the Apollo software are considered some of the most referenced software to view and to manually curate gene models.

Results

GeneModelEST has been used to build a dataset of gene models for Solanum lycopersicum. The S. lycopersicum genome sequencing is an ongoing project and in this preliminary phase a reference set of gene models is necessary to train software for gene predictions and to explore the gene features in this species. The spliced-alignments of EST/contig data to genome sequences are fundamental for the characterization of gene structures and for the annotation of mRNA coding regions [10, 24, 25] even in absence of trained gene finders.

200,438 EST sequences of S. lycopersicum were downloaded from the dbEST division of GenBank (release 010206). All the ESTs as well as the 16,888 contigs, derived from the EST clustering/assembling procedure and available in the TomatEST database [26], were independently aligned using the blEST software [15] versus the 163 genomic sequences released as BAC contigs in the October 2006 by the Tomato Genome Sequencing Consortium. The results were converted into GFF formatted files, using an in-house implemented Perl script. 1,444 contigs and 16,397 ESTs resulted aligned versus the BAC sequences.

All the contig sequences were also compared versus the UniProt database [27] (release March 2006), setting an E-value < 0.001 as a significant threshold, in order to provide an NCBI multi-BLAST formatted report file.

The proposed methodology supports the classification of contigs that overlap in the same genome region. Indeed the overlapping contigs may represent alternative transcribed forms of the same gene or overlapping genes in a genomic region. However, they are not considered by GeneModelEST in subsequent validations, because they represent ambiguities in the definition of a unique gene model in that genome region.

The analysis of the contig exon candidates concerning the 1,101 not overlapping contigs has produced the following results: 2,762 confirmed c-HSPs supported by 13,538 e-HSPs; 816 undefined c-HSPs, supported by 7,942 e-HSPs; 355 ambiguous c-HSPs, supported by 28,344 e-HSPs.

Considering the data mapped onto the 163 BAC sequences, GeneModelEST defined 793 optimal, 245 acceptable and 63 rejected contigs (Figure 2). Let us consider the entire data-set of candidate gene models, made up by the optimal and the acceptable contigs: there are 163 complete gene models which cover at least the 95% of the length of the most similar protein sequence in the UniProt database. Among those ones, only 55 gene models have been classified as identical to the matching protein and 108 have been instead classified as similar to (Figure 2). Among the 286 uncomplete gene models, that are those not showing a complete coverage of the protein in the database (50% ≤ coverage < 95%), 245 have been classified as similar to (similarity ≥ 60%) the matching protein, while the remaining 41 gene models have been classified with low similarity to (similarity < 60%).

Figure 2
figure 2

Contig validation procedure: classification and results from the analysis of 163 BAC sequences from S. lycopersicum.

487 gene models have been classified as undefined products (protein coverage < 50%), while 102 gene models have been classified as expressed products, because they do not have BLAST hits.

Discussion

The need of defining experimentally validated gene structures from an organism is fundamental to get reliable knowledge on compositional properties of the genes and to provide a reference set of species-specific genes suitable to train gene finders.

The availability of a vast amount of EST sequences represents a valuable source to properly confirm the quality of the predicted protein-coding genes in a genome and to define a consistent number of reliable gene models in case no sufficient information is yet available.

In theory, a manual annotation [23] made by experts, who examine both data from experimental results and from computational predictions, should produce the most reliable set of gene models.

In practice, the vast amount of data to analyse represents a drawback for the human annotation. Moreover, there may be conflicts due to the reliability of the predictions, to the quality of the data, to the algorithms used to produce spliced-alignments onto the genome sequence.

GeneModelEST has been designed to define a rigorous set of gene models, strictly supported by experimental evidence. GeneModelEST filters out possible ambiguities that could cause as inconsistencies in the definition of species-specific gene properties as a sidetracked training of gene finders. The software is based on the evaluation of contigs that are derived from EST-based clustering/assembling procedures and that are aligned to the corresponding genome sequences. EST sequences independently mapped onto the genome sequence provide the reference that supports the evaluation of the exons that the contig describes along the genome sequence.

The methodology separates contigs that overlap the same genomic regions from those that are positioned alone along the genomic region.

Contigs with all the exons univocally confirmed by EST evidence are considered optimal gene models.

The similarity based functional annotation of the contigs is used as a reference in the attempt to automatically define those contigs that are putatively complete/uncomplete and sharing/not sharing similarities (with pre-defined settings) to proteins as described in the NCBI BLAST formatted report file. However, one must be aware of the fact that the preliminary functional annotation based on this approach provides just an indicative idea of the real completeness as well as of the functionality of the gene.

GeneModelEST output is suitable for deeper analysis from manual curators, indeed an Apollo compatible GFF format output is provided. The Gbrowse compatible GFF output is provided to support immediate integration of the gene models in a Gbrowse based platform.

The proposed methodology is also useful to further validate previously defined genes on the basis of novel EST sequence data-sets.

Availability of gene models for Solanum lycopersicum

The in silico derived coordinates of candidate gene models obtained from S. lycopersicum using GeneModelEST are accessible through the graphical annotation viewer Gbrowse [22] at [28]. Optimal and acceptable contigs and their functional annotation are reported.

Availability and requirements

The software is freely available for no profit users upon request. It requires a Perl interpreter version greater than 5.8.*.

References

  1. Claverie JM: Computational methods for the identification of genes in vertebrate genomic sequences. Hum Mol Genet 1997, 6: 1735–1744. 10.1093/hmg/6.10.1735

    Article  CAS  PubMed  Google Scholar 

  2. Stormo GD: Gene-finding approaches for eukaryotes. Genome Res 2000, 10(4):394–397. 10.1101/gr.10.4.394

    Article  CAS  PubMed  Google Scholar 

  3. Davuluri RV, Zhang MQ: Computer software to find genes in plant genomic DNA. Methods Mol Biol 2003, 236: 87–108.

    CAS  PubMed  Google Scholar 

  4. Yao H, Guo L, Fu Y, Borsuk LA, Wen TJ, Skibbe DS, Cui X, Scheffler BE, Cao J, Emrich SJ, Ashlock DA, Schnable PS: Evaluation of five ab initio gene prediction programs for the discovery of maize genes. Plant Mol Biol 2005, 57(3):445–60. 10.1007/s11103-005-0271-1

    Article  CAS  PubMed  Google Scholar 

  5. Alexandrov NN, Troukhan ME, Brover VV, Tatarinova T, Flavell RB, Feldmann KA: Features of Arabidopsis genes and genome discovered using full-length cDNAs. Plant Mol Biol 2006, 60(1):69–85. 10.1007/s11103-005-2564-9

    Article  CAS  PubMed  Google Scholar 

  6. Furuno M, Kasukawa T, Saito R, Adachi J, Suzuki H, Baldarelli R, Hayashizaki Y, Okazaki Y: CDS annotation in full-length cDNA sequence. Genome Res 2003, 13(6B):1478–1487. 10.1101/gr.1060303

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  7. Pavy N, Rombauts S, Dehais P, Mathe C, Romana DV, Lery P, Rouze P: Evaluation of gene prediction software using a genomic data set: application to Arabidopsis thaliana sequences. Bioinformatics 1999, 15: 887–899. 10.1093/bioinformatics/15.11.887

    Article  CAS  PubMed  Google Scholar 

  8. Seki M, Naruska M, Kamiya A, Ishida J, Satou M, Sakurai T, Nakajima M, Enju A, Akiyama K, Oono Y, Muramatsu M, Hayashizaki Y, Kawai J, Carninci P, Itoh M, Arakawa T, Shibata K, Shinaqawa A, Shinozaki K: Functional annotation of a full-length Arabidopsis cDNA collection. Science 2002, 296: 141–145. 10.1126/science.1071006

    Article  PubMed  Google Scholar 

  9. Haas BJ, Volfovsky N, Town CD, Troukhan M, Alexandrov N, Feldmann KA, Flavell RB, White O, Salzberg SL: Full-length messenger RNA sequences greatly improve genome annotation. Genome Biol 2002, 3: research0029-. 10.1186/gb-2002-3-6-research0029

    Article  PubMed Central  PubMed  Google Scholar 

  10. Adams MD, Kelley JM, Gocayne JD, Dubnick M, Polymeropoulos MH, Xiao H, Merril CR, Wu A, Olde B, Moreno RF, et al.: Complementary DNA sequencing: Expressed sequence tags and human genome project. Science 1991, 252: 1651–1656. 10.1126/science.2047873

    Article  CAS  PubMed  Google Scholar 

  11. Kim N, Shin S, Lee S: ECgene genome-based EST clustering and gene modeling for alternative splicing. Genome Res 2005, 15(4):566–76. 10.1101/gr.3030405

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  12. Kan Z, Rouchka EC, Gish WR, States DJ: Gene structure prediction and alternative splicing analysis using genomically aligned ESTs. Genome Res 2001, 11: 889–900. 10.1101/gr.155001

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  13. Castelli V, Aury JM, Jaillon O, Wincker P, Clepet C, Menard M, Craud C, Quetier F, Scarpelli C, Schachter V, Temple G, Caboche M, Weissenbach J, Salanoubat M: Whole genome sequence comparisons and 'full length' cDNA sequences: a combined approach to evaluate and improve Arabidopsis genome annotation. Genome Res 2004, 14: 406–413. 10.1101/gr.1515604

    Article  PubMed Central  PubMed  Google Scholar 

  14. Pertea G, Huang X, Liang F, Antonescu V, Sultana R, Karamycheva S, Lee Y, White J, Cheung F, Parivizi B, Tsai J, Quackenbush J: TIGR Gene Indices clustering tools (TGICL): a software system for fast clustering of large EST datasets. Bioinformatics 2003, 19: 651–652. 10.1093/bioinformatics/btg034

    Article  CAS  PubMed  Google Scholar 

  15. Kalyanaraman A, Aluru S, Kothari S, Brendel V: Efficient clustering of large EST data sets on parallel computers. Nucleic Acids Res 2003, 31: 2963–2974. 10.1093/nar/gkg379

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  16. Florea L, Hartzell G, Zhang Z, Rubin G, Miller W: A computer program for aligning a cDNA sequence with a genomic DNA sequence. Genome Research 1998, 8: 967–974.

    PubMed Central  CAS  PubMed  Google Scholar 

  17. Brendel V, Xing L, Zhu W: Gene structure prediction from consensus spliced alignment of multiple ESTs matching the same genomic locus. Bioinformatics 2004, 20(7):1157–1169. 10.1093/bioinformatics/bth058

    Article  CAS  PubMed  Google Scholar 

  18. Kent WJ: BLAT – the BLAST-like alignment tool. Genome Res 2002, 12(4):656–664. 10.1101/gr.229202. Article published online before March 2002

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  19. Schwartz S, Kent WJ, Smit A, Zhang Z, Baertsch R, Hardison RC, Haussler D, Miller W: Human-Mouse Alignments with BLASTZ. Genome Research 2003, 13: 103–107. 10.1101/gr.809403

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  20. Mueller LA, Tanksley SD, Giovannoni JJ, van Eck J, Stack S, Choi D, Kim BD, Chen M, Cheng Z, Li C, et al.: The Tomato Sequencing Project, the first cornerstone of the International Solanaceae Project (SOL). Comp Funct Genom 2005, 6: 153–158. 10.1002/cfg.468

    Article  CAS  Google Scholar 

  21. GFF file format[http://www.sanger.ac.uk/Software/formats/GFF]

  22. Stein LD, Mungall C, Shu S, Caudy M, Mangone M, Day A, Nickerson E, Stajich JE, Harris TW, Arva A, Lewis S: The generic genome browser: a building block for a model organism system database. Genome Res 2002, 12(10):1599–610. 10.1101/gr.403602

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  23. Lewis SE, Searle SM, Harris N, Gibson M, Lyer V, Richter J, Wiel C, Bayraktaroglir L, Birney E, Crosby MA, Kaminker JS, Mathews BB, Prochnik SE, Smithy CD, Tupy JL, Rubin GM, Misra S, Mungall CJ, Clamp ME: Apollo: a sequence annotation editor. Genome Biol 2002, 3(12):RESEARCH0082. Epub 2002 Dec 23. Review Epub 2002 Dec 23. Review 10.1186/gb-2002-3-12-research0082

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  24. Brendel V, Zhu W: Computational modeling of gene structure in Arabidopsis thaliana. Plant Mol Biol 2002, 48(1–2):49–58. 10.1023/A:1013778321222

    Article  CAS  PubMed  Google Scholar 

  25. Haas BJ, Delcher AL, Mount SM, Wortman JR, Smith RK Jr, Hannick LI, Maiti R, Ronning CM, Rusch DB, Town CD, Salzberg SL, White O: Improving the Arabidopsis genome annotation using maximal transcript alignment assemblies. Nucleic Acids Res 2003, 31(19):5654–5666. 10.1093/nar/gkg770

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  26. D'Agostino N, Aversano M, Fruscinate L, Chiusano ML: TomatEST Database: in silico exploitation of EST data to explore patterns in tomato species. NAR Database issue 2007, in press.

    Google Scholar 

  27. Apweiler R, Bairoch A, Wu CH, Barker WC, Boeckmann B, Ferro S, Gasteiger E, Huang H, Lopez R, Magrane M, Martin MJ, Natale DA, O'Donavan C, Redaschi N, Yeh LS: UniProt: the Universal Protein Knowledgebase. Nucleic Acids Res 2004, 32: D115-D119. 10.1093/nar/gkh131

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  28. Gbrowse[http://biosrv.cab.unina.it/GBrowse/]

Download references

Acknowledgements

A. Traini is supported by a Ph.D. fellowship from the CRISCEB (the Second University of Naples). We thank Enrico Raimondo and Mario Aversano for useful discussions on technical aspects. We thank Maria La Sala for language support.

This work is supported by the Agronanotech Project (Ministry of Agriculture, Italy) and is in the frame of the International Tomato Genome Project.

This is the contribution DISSPAPA 137.

This article has been published as part of BMC Bioinformatics Volume 8, Supplement 1, 2007: Italian Society of Bioinformatics (BITS): Annual Meeting 2006. The full contents of the supplement are available online at http://www.biomedcentral.com/1471-2105/8?issue=S1.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Maria Luisa Chiusano.

Additional information

Authors' contributions

N. D'Agostino and A. Traini contributed equally to this work.

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

D'Agostino, N., Traini, A., Frusciante, L. et al. Gene models from ESTs (GeneModelEST): an application on the Solanum lycopersicum genome. BMC Bioinformatics 8 (Suppl 1), S9 (2007). https://doi.org/10.1186/1471-2105-8-S1-S9

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-8-S1-S9

Keywords