Literature DB >> 16487083

A comprehensive software suite for the analysis of cDNAs.

Kazuharu Arakawa1, Haruo Suzuki, Kosuke Fujishima, Kenji Fujimoto, Sho Ueda, Motomu Matsui, Masaru Tomita.   

Abstract

We have developed a comprehensive software suite for bioinformatics research of cDNAs; it is aimed at rapid characterization of the features of genes and the proteins they code. Methods implemented include the detection of translation initiation and termination signals, statistical analysis of codon usage, comparative study of amino acid composition, comparative modeling of the structures of product proteins, prediction of alternative splice forms, and metabolic pathway reconstruction.

Entities:  

Mesh:

Substances:

Year:  2005        PMID: 16487083      PMCID: PMC5172547          DOI: 10.1016/s1672-0229(05)03023-8

Source DB:  PubMed          Journal:  Genomics Proteomics Bioinformatics        ISSN: 1672-0229            Impact factor:   7.691


Introduction

The success of genome sequencing projects has resulted in exponential growth of the genome data that are available (, enabling computational datamining based on the “digital” data of nucleotide sequences. Bioinformatics is therefore the key to the successful and full use of sequence data for post-genomic research. It enables us to improve our understanding of the inner workings of life by providing predictions and hypotheses on the characteristics and interplay of intracellular components (. Although there are established software pipelines for genome annotation, including methods of gene identification, similarity search, domain prediction, identification of repeats, and prediction of the functions of product proteins 3., 4., 5., a generic toolkit for post-genomic analysis based on the annotated genome data readily applicable to automated comparative study has not yet existed. Although there is also substantial interest in genome-wide features and non-coding regions, the primary target unit in bioinformatics sequence analysis is the gene and its product protein. This focus on the coding regions is especially important for comparative genomics, considering the presence of “neglected genomes”, which results in deficits in the phylogenetic sequences of biologically relevant organisms (. The majority of the genetic information from neglected species is likely to be sequenced by cost-effective methods, such as expressed sequence tag (EST) analysis or genome survey sequence (GSS) analysis, rather than by complete genome sequencing projects, and there is an annotation system specifically for this purpose named prot4EST (. Therefore, the mRNA or cDNA sequence is the most pertinent basic unit for comparative genomic study. Although not cost effective, a number of genome-wide cDNA projects such as FANTOM ( and H-Invitational ( have enhanced the cDNA projects, providing large-scale, accurate, and comprehensive datasets. We present here a comprehensive software suite for sequence-based bioinformatics analysis of annotated cDNAs, including tools for the detection of translation initiation and termination signals, statistical analysis of codon usage, comparative study of amino acid composition, comparative modeling of product protein structures, prediction of alternative splice forms, and comparative systems biology by metabolic pathway reconstruction. Therefore, the analyses implemented in the software package cover the levels of nucleotide sequences, codons, mRNA variants, amino acid sequences, protein structures, and metabolic pathways. Although the target unit is cDNA, the package can be used for a variety of other datasets, including ESTs, GSSs, and complete genome data. Translation initiation and termination signals and codon usage provide insights into the expression level and translation mechanism of the gene, and are also characteristic features in comparative genomics 10., 11.. Although the detection of translation initiation and termination signals de novo requires sophisticated machine learning methods 12., 13., 14., several straightforward statistical methods are employed for annotated datasets. We have combined the position weighted matrix (PWM) method (, the absolute and relative entropy method (, and the information content method 17., 18., 19. in our software. Likewise, a number of gene parameters (126 in total), including several indices of codon usage, such as three entropy functions (H,D, and D; ref. ), the effective number of codons (N; ref. ), the codon bias index (CBI; ref. ), the intrinsic codon deviation index (ICDI; ref. ), and the weighted sum of relative entropy (E; ref. ), are calculated for multivariate analysis of codon usage. Indices that require reference sets of highly expressed genes, including the codon adaptation index (CAI; ref. ) and the predicted expression level for characterizing predicted highly expressed (PHX) genes (, are also implemented as options. Data provided by these tools will also be applicable for the fields of protein engineering and gene annotation, providing gene expression prediction and protein classification data. Computational methods for protein structure prediction are widely used to predict 3-dimensional (3D) protein structures from primary amino acid sequences. The comparative modeling (CM) method is one of the most reliable computational structure modeling methods when a homologous protein of known structure is available in the database (. In our software, a pipeline to automatically run a similarity search using the MODELLER software 28., 29., 30. is implemented for CM, and the software generates the output in PDB (Protein Data Bank) format. On the other hand, recent studies have revealed that about 20% to 30% of open reading frames (ORFs) in completely sequenced genomes are defined as orphan genes that are mostly species-specific and have no sequence similarity with any other ORFs (. Therefore, since the importance of functional annotation by similarity-independent methods is becoming prominent, in this package we also present a tool for classifying and clustering proteins using amino acid composition. Amino acid composition has been widely used for analyzing protein evolution ( and gene expression ( and for predicting protein function (. Our method is an effective means that provides an insight into protein function, especially for those proteins only distantly related to other ones. Alternative splicing is a common feature in higher eukaryotes, generating proteome diversity (. Most of the reports on the computational prediction of alternative splice forms require various datasets that include the complete genome sequence for clustering 36., 37., 38., and there is no open source software for the detection of alternative splice forms and the structure of precursor mRNA without genome data. Our tool is applicable to this challenging task. For the purpose of system-level understanding and comparison of the genome, our package also includes a metabolic reconstruction and pathway alignment tool. Although other software packages, such as PathoLogic (, realize more detailed pathway reconstruction on the basis of text-mining of the annotation, our tool achieves fast reconstruction on the basis of similarity search of the coding sequence, not relying on the completeness of the annotation. IdentiCS ( and metaSHARK ( provide rich features for the metabolic pathway reconstruction based on similarity searches, and these kinds of software are aimed for annotation purposes rather than quick means for comparative study. Moreover, the pathway data reconstructed by our method are directly applicable with other tools in our software for the pathway alignment for comparative study.

System and Methods

Software overview

The entire package was developed by using the Perl programming language and the generic bioinformatics workbench, G-language Genome Analysis Environment version 1.51 (G-language GAE; ref. ) on Fedora Core 2 Linux. The software architecture is outlined in Figure 1. Generally, in a complete genome sequence flatfile, the whole entry is contained within a single locus entry, and cDNA and EST sequences are distributed in file formats with multiple locus entries, therefore making it difficult for software to work properly in both formats. Unlike that, all tools in our software package were developed to accept and work with formats of GenBank/EMBL/FASTA data. To make the package as effective as a generic toolkit for post-genomic analysis, all tools were designed to be as automated as possible and to produce graphical outputs as well as detailed text data for intuitive interpretation. Most parameters listed in this section are configurable from the software interface. The software package, documentation, and sample output are available at http://www.g-language.org/data/cdna/. The software package is distributed under the open-source GNU General Public License.
Fig. 1

Software architecture of the comprehensive software suite. The software suite includes tools for the detection of translation initiation and termination signals, statistical analysis of codon usage, comparative study of amino acid composition, comparative modeling of the structures of product proteins, prediction of alternative splice forms, and comparative systems biology by metabolic pathway reconstruction. It therefore covers the levels of nucleotide sequence, codons, mRNA variants, amino acid sequence, protein structure, and metabolic pathway. Rectangular boxes indicate external software and databases used in the package.

Detection of translation initiation and termination signals

For the detection of translation initiation and termination signals, the software goes through a pipeline to calculate PWM, absolute and relative entropy, and information content on nucleotide composition to finally display the consensus sequence with sequence logos (. For all methods, the user can specify the position of the analysis to be at either the initiation or the termination site, and by default 30 bp before and after the specified site is used for the calculation of indices. Datasets with 5′-UTR or 3ʹ-UTR sequences shorter than the length for analysis (< 30 bp by default) are omitted. PWM is calculated for base composition, dinucleotide frequency, and trinucleotide frequency, and the statistical significance of the composition bias is assessed by calculating the standard deviation and the z-score of the most frequent element at each position. A baseline value of 0.2 is used as a cutoff value, and elements with z-scores over 1 are considered significant. For the calculation of absolute and relative entropy and information content, we have followed the methods of Schneider et al. (. For all calculated indices, the strength of consensus is displayed using the GNUplot graphing utility (http://www.gnuplot.info/). Finally, the strength of consensus and the most frequent base at each position are displayed with sequence logos to visually identify the initiation or termination signals.

Statistical analysis of codon usage

To identify the major sources of variation in codon usage among genes, the principal component analysis (PCA) of codon usage data for the cDNAs is implemented to analyze the correlations between PCA axis scores and a number of gene parameters. Taking into account the advice of Perriere and Thioulouse ( to compute in parallel multivariate analysis on different codon usage data and then to compare the results, PCA is performed on three kinds of normalized codon usage data, R1, R2, and R3, as defined previously (. In R1, each codon frequency in a gene is normalized by the total codon frequency in the gene to exclude the effect of gene length. In R2 and R3, the codon frequencies are normalized for each amino acid to exclude the effect of amino acid composition of a gene. R2 and R3 have often been termed as relative codon frequency (RF) and relative synonymous codon usage (RSCU), respectively (. A number of gene parameters (126 in total), including gene length, several indices of codon usage, amino acid usage, base usage, and dinucleotide usage, are implemented in this tool (see http://www.g-language.org/data/cdna/Additional_data_1.xls for a comprehensive listing) as follows: Indices of codon usage include three entropy functions (H,D, and D), N, CBI, ICDI, and E. Indices of amino acid usage include molecular weight, mean hydropathic indices of each amino acid (, and relative frequencies of selected amino acids (for example, aromatic, acidic, basic, and neutral). Indices of base usage include each nucleotide content [defined as N/(A+T+G+C), where N ∈ {A, C, G, T}], G+C content [defined as (G+C)/(A+T+G+C)], and GC skew [defined as (G–C)/(G+C)] (. The base usage is calculated at each codon position (first, second, and third) and for the overall gene (at all codon positions). Dinucleotide usage is defined as the ratio of observed to expected dinucleotide frequencies (. The dinucleotide usage is calculated for each reading frame (1–2, 2–3, and 3–1) and for the overall gene. Correlation coefficients between each PCA axis and each gene parameter are calculated and used to rank different gene parameters. The parameter with the highest correlation coefficient is used to identify the main source of variation among genes on the PCA axis. No source will be identified if the PCA axis is better correlated with its original variable (codon) than any of the gene parameters considered (that is, the highest correlation coefficient is one of the factor loadings).

Comparative study of amino acid composition

For the study of amino acid composition using this tool, the set of amino acid sequences of a given cDNA data collection is clustered using Cluster 3.0 ( with a precompiled database of annotated amino acid sequences from a wide range of species. The set is graphically displayed using JTreeView software (http://jtreeview.sourceforge.net/) for functional classification and comparative study. The annotated database is precompiled as follows. Genome sequence data on 14 species in the EMBL database (Release 82, March 2005; ref. ) (Table 1) are obtained and the protein sequences are extracted. The proteins are then annotated by reference to UniProt (, GOA (gene ontology annotation; ref. ), and InterPro (. The precompiled data are distributed with the software package.
Table 1

The 14 Species in the EMBL Database Used for Data Analysis

TaxonSpeciesProteinEMBL No.
Eukaryota
Arabidopsis thaliana13,647AJ270058, AJ270060, AP000423, ATH1-2, BA000014-5
Caenorhabditis elegans22,623BX284601-6
Drosophila melanogaster11,706AE013599, AE014134-5, AE014296-8
Trypanosoma brucei1,106AE017150, AL929608

Bacteria
Bacillus subtilis4,106AL009126
Buchnera aphidicola504AE016826
Deinococcus radiodurans1,655AE000513, AE001825
Escherichia coli K124,254U00096
Helicobacter pylori1,566AE000511
Streptococcus pneumoniae2,046AE007317

ArcheaAeropyrum pernix2,694BA000002
Methanocaldococcus jannaschii1,715AE004437
Pyrococcus furiosus2,065AE009950
Sulfolobus tokodaii2,826BA000023
The software first calculates the amino acid frequencies of all query proteins normalized by the length of each gene to exclude the effect of gene length, then these amino acid composition data are used for clustering with the precompiled database. A hierarchical clustering method implemented with Cluster 3.0 software is used for this purpose. Users may optionally narrow down the target dataset by organism or function. Three matrix files are generated as the output, including a file for amino acid composition and two files (.cdt and .gtr) for viewing with JTreeView software. Graphical results consist of a hierarchical tree and amino acid composition for each protein, represented by color gradations.

Comparative modeling of the structure of product proteins

For CM, a pipeline is implemented to run PSI-BLAST ( with the query amino acid sequence against the PDB database (, and the result is used to run MODELLER (. A similar pipeline was published as MODPIPE (, but it is not open software and is accessible only from its web interface, MODWEB (. A stand-alone form of software, as implemented in our package, is vastly superior to a web service in terms of computational time, and it is useful for private data and large sets of query sequences. We followed MODPIPE for the parameters for PSI-BLAST and for the configuration of MODELLER, but our package also converts the output file to a PDB flatfile that is readily visualized by protein structure viewers such as RASMOL (.

Prediction of alternative splice forms

To take account of spliced-out exons in the prediction of precursor mRNA and exon structures without the existence of complete genome data, the cDNA sequences are first aligned by BLAT (Blast Like Alignment Tool) and BLASTN to cluster similar regions. Similar regions with identity greater than 95%, length over 40 bp, e-value less than 1.0e-10, and score over 80 are considered exon candidates and are aligned to predict the precursor mRNA structure. In each cluster, the exon candidates are aligned at the 3ʹ-ends, and if the end positions are within 10 bp of each other, the exons are used and ordered to generate a contiguous precursor mRNA prediction. A number of the parameters described above, and several additional ones regarding the use of BLAT options such as the use of poly-A tail removal, are configurable by users. A list of clusters and a FASTA file containing the contiguous sequences of predicted precursor mRNAs are generated as a result.

Metabolic reconstruction and pathway alignment

A metabolic pathway is reconstructed by running a BLASTP search of all amino acid sequences against the UniProt database and extracting the EC (Enzyme Commission) numbers of enzymes matched with an e-value cutoff at e-25. The software automatically downloads the latest UniProt database, runs formatdb, creates FASTA queries, runs BLASTP, parses the output, queries UniProt for the EC numbers, and re-annotates the input genome and outputs the updated GenBank flatfile. Here the original annotation is not overwritten, but the new annotation is added as optional feature tags. Pathway alignment is based on this re-annotated file and compares the list of EC numbers of all proteins with the list extracted from the KEGG (Kyoto Encyclopedia of Genes and Genomes) pathway (. The reconstructed list is compared with the lists of the target database (EC lists of organisms, pathways, or organism-specific pathways in KEGG), and the score is calculated as follows: number of intersections − penalty × number of complements. By default the penalty is set to 0.2, and the user can specify this value for both right-side-only (a set of data only present in the query data) and left-side-only (a set of data only present in the subject database) complements. The result is displayed in a format similar to that of BLAST, showing the score, intersection, and complement lists (see http://www.g-language.org/data/cdna/Additional_data_2.txt for a sample output for a query of glycolysis in E. coli against the glycolysis pathways of all organisms in KEGG). Users can also produce graphical output, where the query list is visualized on the targeted organism-specific pathway image of KEGG using KEGG API (application programming interface). The database of EC lists is automatically downloaded and built by the software when it is run for the first time. Querying the list of reconstructed pathways against the database of pathways will produce a list of pathways that are likely to be present in the queried genome, and the intersections show the putative enzymes. When queried against the database of organisms, the phylogenetic distance in terms of pathway similarity is obtained, as quantified by the alignment score. Instead of using the reconstructed pathway, any of the database entries of KEGG can be directly used by supplying the pathway or organism entry identification.

Validation

Mouse cDNA data of FANTOM ( were analyzed as a test case. The results, including the PWM, graphs of the calculated indices implemented, and the sequence logo output, are supplied as additional data (http://www.g-language.org/data/cdna/Additional_data_3.doc). By our combined method, the Kozak consensus sequence ( “GCCGCCACC” was detected upstream of the start codon at a statistically significant level, in agreement with previous studies (. To identify the major sources of variation in codon usage among human genes, a PCA of the normalized codon usage data R1 (PCA-R1) for human cDNAs ( was performed. The correlation coefficients between all pairs of the PCA axis scores and 126 gene parameters are given in additional data (http://www.g-language.org/data/cdna/Additional_data_1.xls). Figure 2 shows the scatter plots for the four PCA axes that account for 47.3% of the total variation in the data. The first axis is highly correlated with the G+C content at the third codon position (correlation coefficient, r = 0.98). The second and third axes are correlated with the relative frequency of acidic amino acids (r = 0.81) and the T content at the second codon position (r = 0.85), respectively. The fourth axis is better correlated with the original variable than any of the gene parameters considered; that is, the highest correlation coefficient is the factor loading for the AAG codon (r = 0.41). Thus PCA-R1 leads to the conclusion that the primary, secondary, and tertiary sources of variation in codon usage in humans are associated with the use of (G+C)-ending codons, acidic amino acids, and XTX-type codons, respectively.
Fig. 2

Scatter plots of PCA axis scores versus other gene parameters. The principal component axes were generated from the PCA of normalized codon usage data R1 for human cDNAs. The first, second, third, and fourth axes (PC1, PC2, PC3, and PC4) have the strongest correlation with the G+C content at the third codon position (gcc3), the relative frequency of acidic amino acids (acidic), the T content at the second codon position (t_c2), and the usage of the AAG codon coding for Lys (Kaag), respectively.

In agreement with PCA-R1, the PCAs of the normalized codon usage data R2 and R3 (PCA-R2 and PCA-R3) generated a first axis that was strongly correlated with G+C content at the third codon position (data not shown). However, an interpretation of more than the first axis is quite difficult, because these axes had the strongest correlations with one of the original variables. Similar observations have also been reported in previous studies 44., 63., where the factorial load of the second axis comes mainly from codons coding for Cys. At the least, the results of these three different PCAs lead us to the same conclusion that the variability in codon usage in humans reflects a major trend associated strongly with the use of (G+C)-ending codons, as shown in previous studies (. All amino acid sequences of the human cDNA collection ( were clustered with the precompiled database. Proteins with the same function were clustered together, and within such clusters proteins from the same organisms formed sub-clusters. Figure 3 shows the result of clustering of all human cDNA data with tRNA-synthetase in 14 organisms. Several human cDNA translated proteins (noted with blue circles in Figure 3) are included in tRNA-synthetase clusters. This classification locates several human hypothetical proteins as similar to tRNA-synthetase on the basis of amino acid composition, suggesting a functional classification of these hypothetical proteins.
Fig. 3

Graphical overview of protein clustering results. Displayed is the clustering result for all tRNA-synthetases in 14 organisms compared with human cDNA data. Several human cDNA translated proteins (blue circles) are included in the tRNA-synthetase clusters. Upper clusters are occupied by tRNA-synthetases derived from the hyperthermophilic archaeon Pyrococcus furiosus, whereas the lower clusters are primarily occupied with the proteobacterium Helicobacter pylori.

Comparative modeling of the structures of product proteins

The CM component of our package is a wrapper around the MODELLER software; therefore, the result is identical and the validation is not applicable. Instead, as a demonstration, a sample output using the default parameters of the software was generated using the human FLJ00094 gene (GenBank Number: AK024491). The generated PDB format file of the structure is provided as additional data (http://www.g-language.org/data/cdna/Additional_data_4.pdb) that can be directly visualized in 3D with software such as RASMOL. Seventeen sequences (GenBank Number: AK021903, AK022756, AK024284, AK024448, AK026292, AK056232, AK056486, AK091100, AK092491, AK096570, AK097080, AK097269, AK097327, AL050019, BC003555, BC012351, and BC017762) of the first nine clusters (HIX0000001-HIX0000007, HIX0000009, HIX0000010) of H-Invitational 1.0 full-length human cDNA ( were clustered using the default parameter. The tool correctly clustered the test dataset: HIX0000002, consisting of AK026292 and BC017762; HIX0000003, consisting of AK091100 and AK096570; HIX0000004, consisting of AK024448, AK056232, and AK097269; and HIX0000009, consisting of AK022756, AK024284, AK092491, AL050019, and BC003555. The metabolic pathway was reconstructed using the E. coli K12 genome (GenBank Number: U00096). A prokaryote genome of E. coli was used because the KEGG entry for eukaryotes was rather incomplete and was not the best subject for this validation purposes. With the default BLAST cutoff value of e-25, the software yielded 832 EC numbers in total. This list of EC numbers was aligned with the organism-specific databases of KEGG, and the top five scores came from alignments with E. coli K12 strains, giving the top score of 586.2 (see http://www.g-language.org/data/cdna/Additional_data_5.txt for the entire result). Among the 682 EC numbers listed in the KEGG E. coli K12 pathways, the metabolic reconstruction process correctly identified 635 (93.1%) ones, and 47 ones were missed. One hundred and ninety-seven enzymes not listed in KEGG were detected in the reconstructed list, but with the high threshold value, most entries retrieved the correct SwissProt entry with the BLAST search, and therefore were not false positives. Considering the simplistic method of pathway reconstruction employing only similarity searches, the number of 47 (6.9%) false negatives compared with the curated database should be acceptable for quick screening purposes, and by using the alignment tool it is easy to identify the pathways where the missed enzymes should belong.

Conclusion

We have described a comprehensive software suite for bioinformatics analysis of cDNAs. Six tools encompassing the fields of genome, proteome, and systems biology are implemented for easy and generic usage with graphical outputs for intuitive interpretation of the results. The analytical tools are effective for, but not limited to, cDNA data, because the package supports formats of GenBank/EMBL/FASTA. Most of the tools implemented in this software package take advantage of established methods and software. They also combine several algorithms (as with translation initiation and termination signal detection), provide comprehensive pipelines for easy usage (as with comparative structure modeling), and develop novel methods (as with statistical analysis of codon usage or comparative study of amino acid composition). The tool for statistical analysis of codon usage not only calculates over 100 parameters, including indices for codon usage and nucleotide composition, but also provides a novel means of observing the primary factors of selective pressure involved in deriving the characteristic codon usage. Likewise, the tool for comparative study of amino acid composition allows comprehensive listing and interpretation of the amino acid compositions of all protein sequences, and uses these data in clustering to predict protein functions. Our validations of the tools for translation initiation and termination signal detection, statistical analysis of codon usage, and comparative study of amino acid composition are in agreement with previously reported results. Because the method used for and the results obtained with our comparative structure modeling tool are identical with those in the MODPIPE software, with the exception of additional procedures for output in PDB format for visualization, we have omitted validation of this tool. However, the provision of an open-source alternative to MODPIPE should be useful to the academic community. Two new tools aimed at post-genomic analyses are also presented. The tool for the prediction of alternative splice forms without the complete genome sequence is obviously less accurate than methods that use the complete genome sequence, and such a comparison would not facilitate any efforts at validation. Nonetheless, our package correctly identified all clusters in the first 10 determined by the H-Invitational annotation project, and because large portions of the “neglected genomes” are likely to be made available through cost-effective EST sequencing methods that do not use the complete genome, our tool provides a means of alternative splice form detection using such data. As yet there is no reported software similar to our tool for metabolic pathway comparison; our tool is effective, as demonstrated by the validation.
  64 in total

1.  Protein structure prediction and structural genomics.

Authors:  D Baker; A Sali
Journal:  Science       Date:  2001-10-05       Impact factor: 47.728

2.  Analysis of singleton ORFans in fully sequenced microbial genomes.

Authors:  Naomi Siew; Daniel Fischer
Journal:  Proteins       Date:  2003-11-01

3.  The European Bioinformatics Institute's data resources.

Authors:  Catherine Brooksbank; Evelyn Camon; Midori A Harris; Michele Magrane; Maria Jesus Martin; Nicola Mulder; Claire O'Donovan; Helen Parkinson; Mary Ann Tuli; Rolf Apweiler; Ewan Birney; Alvis Brazma; Kim Henrick; Rodrigo Lopez; Guenter Stoesser; Peter Stoehr; Graham Cameron
Journal:  Nucleic Acids Res       Date:  2003-01-01       Impact factor: 16.971

4.  The 'weighted sum of relative entropy': a new index for synonymous codon usage bias.

Authors:  Haruo Suzuki; Rintaro Saito; Masaru Tomita
Journal:  Gene       Date:  2004-06-23       Impact factor: 3.688

Review 5.  Interpreting cDNA sequences: some insights from studies on translation.

Authors:  M Kozak
Journal:  Mamm Genome       Date:  1996-08       Impact factor: 2.957

6.  The codon Adaptation Index--a measure of directional synonymous codon usage bias, and its potential applications.

Authors:  P M Sharp; W H Li
Journal:  Nucleic Acids Res       Date:  1987-02-11       Impact factor: 16.971

7.  Functional annotation of a full-length mouse cDNA collection.

Authors:  J Kawai; A Shinagawa; K Shibata; M Yoshino; M Itoh; Y Ishii; T Arakawa; A Hara; Y Fukunishi; H Konno; J Adachi; S Fukuda; K Aizawa; M Izawa; K Nishi; H Kiyosawa; S Kondo; I Yamanaka; T Saito; Y Okazaki; T Gojobori; H Bono; T Kasukawa; R Saito; K Kadota; H Matsuda; M Ashburner; S Batalov; T Casavant; W Fleischmann; T Gaasterland; C Gissi; B King; H Kochiwa; P Kuehl; S Lewis; Y Matsuo; I Nikaido; G Pesole; J Quackenbush; L M Schriml; F Staubli; R Suzuki; M Tomita; L Wagner; T Washio; K Sakai; T Okido; M Furuno; H Aono; R Baldarelli; G Barsh; J Blake; D Boffelli; N Bojunga; P Carninci; M F de Bonaldo; M J Brownstein; C Bult; C Fletcher; M Fujita; M Gariboldi; S Gustincich; D Hill; M Hofmann; D A Hume; M Kamiya; N H Lee; P Lyons; L Marchionni; J Mashima; J Mazzarelli; P Mombaerts; P Nordone; B Ring; M Ringwald; I Rodriguez; N Sakamoto; H Sasaki; K Sato; C Schönbach; T Seya; Y Shibata; K F Storch; H Suzuki; K Toyo-oka; K H Wang; C Weitz; C Whittaker; L Wilming; A Wynshaw-Boris; K Yoshida; Y Hasegawa; H Kawaji; S Kohtsuki; Y Hayashizaki
Journal:  Nature       Date:  2001-02-08       Impact factor: 49.962

8.  Cluster analysis and display of genome-wide expression patterns.

Authors:  M B Eisen; P T Spellman; P O Brown; D Botstein
Journal:  Proc Natl Acad Sci U S A       Date:  1998-12-08       Impact factor: 11.205

9.  Codon usage in Kluyveromyces lactis and in yeast cytochrome c-encoding genes.

Authors:  M A Freire-Picos; M I González-Siso; E Rodríguez-Belmonte; A M Rodríguez-Torres; E Ramil; M E Cerdán
Journal:  Gene       Date:  1994-02-11       Impact factor: 3.688

10.  IdentiCS--identification of coding sequence and in silico reconstruction of the metabolic network directly from unannotated low-coverage bacterial genome sequence.

Authors:  Jibin Sun; An-Ping Zeng
Journal:  BMC Bioinformatics       Date:  2004-08-16       Impact factor: 3.169

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.