Literature DB >> 19528066

OmicBrowse: a Flash-based high-performance graphics interface for genomic resources.

Akihiro Matsushima1, Norio Kobayashi, Yoshiki Mochizuki, Manabu Ishii, Shuji Kawaguchi, Takaho A Endo, Ryo Umetsu, Yuko Makita, Tetsuro Toyoda.   

Abstract

OmicBrowse is a genome browser designed as a scalable system for maintaining numerous genome annotation datasets. It is an open source tool capable of regulating multiple user data access to each dataset to allow multiple users to have their own integrative view of both their unpublished and published datasets, so that the maintenance costs related to supplying each collaborator exclusively with their own private data are significantly reduced. OmicBrowse supports DAS1 imports and exports of annotations to Internet site servers worldwide. We also provide a data-download named OmicDownload server that interactively selects datasets and filters the data on the selected datasets. Our OmicBrowse server has been freely available at http://omicspace.riken.jp/ since its launch in 2003. The OmicBrowse source code is downloadable from http://sourceforge.net/projects/omicbrowse/.

Entities:  

Mesh:

Year:  2009        PMID: 19528066      PMCID: PMC2703975          DOI: 10.1093/nar/gkp404

Source DB:  PubMed          Journal:  Nucleic Acids Res        ISSN: 0305-1048            Impact factor:   16.971


INTRODUCTION

Omics research involves a comprehensive analysis of phenomes and various biomolecules including genomes, transcriptomes and proteomes. Experimental data are often analysed with reference to other annotation databases. A typical biological data record contains many kinds of attributes such as annotations, gene names, genomic positions, ontology terms, interactions, phenotypes and expression levels. In this article, we discuss our public OmicBrowse server hosted at http://omicspace.riken.jp/ with public data published by RIKEN and others, and details of the functionalities of OmicBrowse. Furthermore OmicBrowse is a genome browser that integrates multiple heterogeneous databases into a single omic space (1). For this purpose, OmicBrowse can also be installed on a user's PC to deploy users' private and confidential datasets. An OmicBrowse server installed in a user's PC works as a user's private databases and achieves integration of both private and public datasets provided by different OmicBrowse servers. OmicBrowse allows a manager of a server to regulate accesses for each user to each dataset, and connections among multiple OmicBrowse servers securely integrate confidential datasets in multiple OmicBrowse servers. Mechanisms that manage private datasets on the user's side achieve securely robust data integration that prevents loss and leakage of data, compared with other data integration services that simply allow the user's datasets to be uploaded. In order to realize operation and data interoperability between OmicBrowse and other bioinformatics tools, OmicBrowse provides a standardized interface to exchange annotation data. We also provide a OmicDownload server that allows the user to download OmicBrowse datasets using an interactive graphical user interface.

DATA RESOURCE

In OmicBrowse, a database is a set of annotation data associated with each version of a genome. In order to host our OmicBrowse server, we have generated a list of databases for each genome version. The databases include not only RIKEN's public databases such as FANTOM (2), RARGE (3) and tiling array data (4), but also the public databases published by other institutes such as NCBI (5), Ensembl (6), MGI (7), HGNC (8), TAIR (9), WormBase (10), RAP-DB (11) and RGD (12). The original dataset of each database has been converted into our original format including chromosomal interval. Table 1 shows the numbers of integrated databases computed for each species, genome version and omics data types. As of December 2008, 344 databases are integrated into our OmicBrowse servers for six species: Arabidopsis thaliana, Oryza sativa, Homo sapiens, Mus musculus, Rattus norvegicus and Caenorhabditis elegans. When a new version of a genome sequence is released by an original data site, a new set of databases related to a new genome sequence is generated and integrated into OmicBrowse. Furthermore, the databases are updated every 3 months.
Table 1.

The numbers of databases computed for each version of the genome

SpeciesGenome versionOmics types
Other types
Total
GenomeTranscriptomeProteomePhenomeSNPMarkerOntologyHomologyOthers
Attair6224112434
tair721112613
tair8281112
MIPSv2003072101215
OsIRGSP build3112
IRGSP build4112
HsNCBI354251117526
NCBI3656412138259
MmNCBIm342452118124
NCBIm36674213134159
NCBIm37624315
RnRGSC3.442423116
CeWS11616119
WS150424135248
WS19042410
Total46724374161112322344

As of December 2008, on our public OmicBrowse server the 344 databases of six species including A. thaliana (At), O. sativa (Os), H. sapiens (Hs), M. musculus (Mm), R. norvegicus (Rn) and C. elegans (Ce) are integrated. The set of databases includes not only databases of omics types namely genomes, transcriptomes, proteomes and phenomes, but also non-omic databases such as SNPs, markers, ontologies, homologies including syntenies, and others including literal and metabolic pathways. For detailed information about integrated databases, refer our OmicBrowse server URL http://omicspace.riken.jp/

The numbers of databases computed for each version of the genome As of December 2008, on our public OmicBrowse server the 344 databases of six species including A. thaliana (At), O. sativa (Os), H. sapiens (Hs), M. musculus (Mm), R. norvegicus (Rn) and C. elegans (Ce) are integrated. The set of databases includes not only databases of omics types namely genomes, transcriptomes, proteomes and phenomes, but also non-omic databases such as SNPs, markers, ontologies, homologies including syntenies, and others including literal and metabolic pathways. For detailed information about integrated databases, refer our OmicBrowse server URL http://omicspace.riken.jp/

IMPLEMENTATION

OmicBrowse is a web-oriented tool designed with a client-server model. The server-side program of OmicBrowse is implemented as a Java servlet, which retrieves a query against a set of databases related to a version of the genome stored in MySQL. The client and server securely communicates by exchanging XML documents, including a data request query and its response. On the client side, in order to present multiple databases located in an arbitrary range of chromosomal intervals in a graphical way, we have implemented a dataset viewer as an Adobe Flash component. Thanks to a capability of Flash, we have realized an OmicBrowse client including a dataset viewer with the following advantages. Since Flash can manipulate vector graphics controlled via a script language that does not depend on computational platforms, the OmicBrowse client realizes a high-speed graphical view of data records without image degradation against magnification of the image in the various computational environments on the client side. The OmicBrowse client can be launched in most conventional web browsers and as a stand-alone local program. These functionalities cannot be realized by employing other technologies, such as AJAX that have a high dependency on web browsers and operate at a slower speed.

Integration of personal databases in a user's PC and of public databases among multiple OmicBrowse servers

As a communication function among multiple OmicBrowse servers, OmicBrowse provides a remote search function that can be integrated with a search result from the local server. More specifically, an OmicBrowse server imports a catalogue of datasets published by a remote server and performs a data search against both the local and the imported remote datasets simultaneously, displaying all the results to the client. Because OmicBrowse allows the user to set a remote access policy for each database and data exchange using a secure protocol, the user can set up a private server on a user's PC, including his/her confidential datasets and browse them with public databases by other servers. The user can publish the datasets as a database by just changing their access control policy. For collaborative research among different laboratories, secure data integration and exchange via a peer-to-peer connection or a network of these groups are achieved. This functionality can be set up in the installation phase of OmicBrowse server described in http://omicspace.riken.jp/omicBrowse/OmicBrowseRegister.html.

Presentational function

The Flash component provides a high-performance graphics interface that allows a user to browse the integrated databases as shown in Figure 1. Each database is displayed as a horizontal line, and each data item of forward and reverse strands included in the database is displayed over and under the line, respectively. A set of databases selected by user is displayed as a vertically integrated set of lines. In another view, OmicBrowse is able to show a whole genome allowing the display of other data from a simple collection of all chromosomes. This integrated view realizes the browsing of various omics datasets at once with an exon–intron structure as shown in Figure 1F. Thanks to the advanced graphic functions of Flash, a smooth magnification of chromosomal interval from 20 bp to chromosome wide and a high-resolution printing of the view are realized. When a large number of items in a database are included in the view area of the chromosomal interval, OmicBrowse automatically generates histograms and displays them with numbers of items for each histogram bar.
Figure 1.

An example data view of OmicBrowse client. In this example, the set of data including seven databases is the genomic interval of length 100 000 bp located at chromosome 1 from 29 687 244 bp to 29 841 326 bp of the genome sequence tair 6 in Arabidopsis. First, (A) is a list of databases mapped to the genome sequence tair 6 of Arabidopsis. It allows users to select databases that they would like to view in the annotation viewer (C). By specifying a keyword or an ontology term in (B), only the annotation data having the keyword or the ontology term is displayed in (C), respectively. The annotation viewer (C) provides an integrated view of annotation data stored in the selected databases in (A) and located in the interval specified in the interval selector (D). The interval selector (D) allows a user to select an interval on the currently displayed chromosome. The length of interval specified in (D) is from 20 bp to whole chromosome. The control bar (E) provides icons respecting functions that control the annotation viewer (C), such as icons for launching the sequence viewer in text format, printing the current view, sending a URL indicating the current view via an e-mail to other users. The sequence viewer allows the user to download the data currently displayed in (C). The control bar also includes panel scrolling buttons indicated by arrowheads <,>, ∨ and ∧, and panel magnification buttons indicated by + and −. When the mouse cursor is located over the data item having an exon–intron structure, vertical lines that indicate the structure are displayed as (F) in order to compare other structured data located in the same genomic interval. On the annotation data display in the annotation viewer (C), a histogram is automatically generated when too many data are located in the interval to display, such as the RAFL ESTs database displayed in the second last line of this example. By clicking a histogram bar, the interval is set from the start address to the end address of that histogram bar. OmicBrowse supports numerical values mapped to the chromosomal axis. The last line of this example shows a dataset of tiling array in Arabidopsis and a result of the ARabidopsis Tiling Array-based Detection of Exons (ARTADE) (4) program which statistically predicts an exon–intron structure utilizing the dataset of the tiling array. The tiling array data are displayed as a bar chart in green and red that indicate whether the data are greater or lower than a threshold. The reference gene and predicted genes with the exon–intron structure are shown just outside of the bar chart. By selecting a gene, the stress intensity data of the tiling array of the gene is displayed in a pop-up window. A link to launch OmicDownload is displayed in the user's menu (G).

An example data view of OmicBrowse client. In this example, the set of data including seven databases is the genomic interval of length 100 000 bp located at chromosome 1 from 29 687 244 bp to 29 841 326 bp of the genome sequence tair 6 in Arabidopsis. First, (A) is a list of databases mapped to the genome sequence tair 6 of Arabidopsis. It allows users to select databases that they would like to view in the annotation viewer (C). By specifying a keyword or an ontology term in (B), only the annotation data having the keyword or the ontology term is displayed in (C), respectively. The annotation viewer (C) provides an integrated view of annotation data stored in the selected databases in (A) and located in the interval specified in the interval selector (D). The interval selector (D) allows a user to select an interval on the currently displayed chromosome. The length of interval specified in (D) is from 20 bp to whole chromosome. The control bar (E) provides icons respecting functions that control the annotation viewer (C), such as icons for launching the sequence viewer in text format, printing the current view, sending a URL indicating the current view via an e-mail to other users. The sequence viewer allows the user to download the data currently displayed in (C). The control bar also includes panel scrolling buttons indicated by arrowheads <,>, ∨ and ∧, and panel magnification buttons indicated by + and −. When the mouse cursor is located over the data item having an exon–intron structure, vertical lines that indicate the structure are displayed as (F) in order to compare other structured data located in the same genomic interval. On the annotation data display in the annotation viewer (C), a histogram is automatically generated when too many data are located in the interval to display, such as the RAFL ESTs database displayed in the second last line of this example. By clicking a histogram bar, the interval is set from the start address to the end address of that histogram bar. OmicBrowse supports numerical values mapped to the chromosomal axis. The last line of this example shows a dataset of tiling array in Arabidopsis and a result of the ARabidopsis Tiling Array-based Detection of Exons (ARTADE) (4) program which statistically predicts an exon–intron structure utilizing the dataset of the tiling array. The tiling array data are displayed as a bar chart in green and red that indicate whether the data are greater or lower than a threshold. The reference gene and predicted genes with the exon–intron structure are shown just outside of the bar chart. By selecting a gene, the stress intensity data of the tiling array of the gene is displayed in a pop-up window. A link to launch OmicDownload is displayed in the user's menu (G). As shown in Figure 1, the user can select databases to be displayed, and specify a filter to select the data records included in the selected databases. OmicBrowse provides a keyword filter that selects data records with a keyword, and an ontology filter that selects data records associated with an ontology term. OmicBrowse provides a URL that links to a view and sends it to the user's mail program. It allows the view displayed in the OmicBrowse client to be shared with other researchers by sending them the URL and bookmarking it as the user's personal record. We provide another client named OmicDownload server, available at http://omicspace.riken.jp/gps/download, which implements an interactive graphical interface for data downloads shown in Figure 2. Since OmicDownload implements interactive procedures based on the data integration model of OmicBrowse, it allows a user to download annotation data selected by a keyword search and a chromosomal interval check as well as other data stored in various omic databases located in the chromosomal interval.
Figure 2.

A screen grab of the data download wizard accessing our OmicDownload server. OmicDownload provides an interactive interface for the users to navigate through a data download procedure consisting the following five steps: (Step 1) selection of species and genome version, (Step 2) search of databases with the user's keyword and chromosomal interval related to the species and the genome version selected in Step 1, (Step 3) selection of a database from the set of databases selected in Step 2, (Step 4) selection of items that satisfy user's keyword and chromosomal interval specified in Step 2 in the database selected in Step 3 and (Step 5) selection of other databases that satisfy Step 1 for each item selected in Step 4, in order to download other items located in the chromosomal interval of the selected item. This figure is a screen grab of Step 5 reached by specifying the following parameters: (Step 1) H. sapiens (Hs) and NCBI36 were selected for species and genome version, respectively, (Step 2) chromosome 1, from 1 Mbp to 2 Mbp was specified as the chromosomal interval, (Step 3) Human OMIM was selected as the database, and 15 records of Human OMIM were found, (Step 4) 10 records were selected by the user from the 15 records obtained in Step 3. In Step 5, four databases related to species Hs and genome version NCBI36 are shown in the database selection table (A). In the annotation table (B), the annotation of the focused Human OMIM record OMIM:608060 is displayed on the top, and other records stored in the selected databases in (A) and located in the chromosomal interval of OMIM:608060 (Chromosome 1, from 924 207 bp to 925 333 bp) are followed. For the other nine records selected in Step 4, related annotation records are displayed as well as for OMIM:608060. Finally, by clicking the download annotation button (C), all annotation data listed in (B) for the 10 records selected in Step 4 are downloaded in a tab separated values (TSV) format.

A screen grab of the data download wizard accessing our OmicDownload server. OmicDownload provides an interactive interface for the users to navigate through a data download procedure consisting the following five steps: (Step 1) selection of species and genome version, (Step 2) search of databases with the user's keyword and chromosomal interval related to the species and the genome version selected in Step 1, (Step 3) selection of a database from the set of databases selected in Step 2, (Step 4) selection of items that satisfy user's keyword and chromosomal interval specified in Step 2 in the database selected in Step 3 and (Step 5) selection of other databases that satisfy Step 1 for each item selected in Step 4, in order to download other items located in the chromosomal interval of the selected item. This figure is a screen grab of Step 5 reached by specifying the following parameters: (Step 1) H. sapiens (Hs) and NCBI36 were selected for species and genome version, respectively, (Step 2) chromosome 1, from 1 Mbp to 2 Mbp was specified as the chromosomal interval, (Step 3) Human OMIM was selected as the database, and 15 records of Human OMIM were found, (Step 4) 10 records were selected by the user from the 15 records obtained in Step 3. In Step 5, four databases related to species Hs and genome version NCBI36 are shown in the database selection table (A). In the annotation table (B), the annotation of the focused Human OMIM record OMIM:608060 is displayed on the top, and other records stored in the selected databases in (A) and located in the chromosomal interval of OMIM:608060 (Chromosome 1, from 924 207 bp to 925 333 bp) are followed. For the other nine records selected in Step 4, related annotation records are displayed as well as for OMIM:608060. Finally, by clicking the download annotation button (C), all annotation data listed in (B) for the 10 records selected in Step 4 are downloaded in a tab separated values (TSV) format. For other data presentation functions, refer to the OmicBrowse User Manual published at http://omicspace.riken.jp/tutorial/HowToUseOmicBrowse_Eng.pdf.

INTERFACES AMONG EXTERNAL SERVERS

An OmicBrowse server is deployed not only as a stand-alone server and a communication server among multiple OmicBrowse servers, but also a communication server among external servers.

Supporting standardized interface

OmicBrowse also supports an interface that realizes interoperability among existing systems. We have implemented Distributed Annotation System (DAS) 1.53E (13), which is a protocol for exchanging annotations on genomic or protein sequences, and enables the user to integrate data from multiple data sources. In the implementation, we have mapped a DAS data source to a web-based OmicBrowse database, so that every database can be accessed via DAS at http://omicspace.riken.jp/gps/das/dsn. As a result, OmicBrowse allows a user access through a DAS compliant program or via an arbitrary DAS client viewer such as Ensembl (6) and GBrowse (14) as well as OmicBrowse viewer and OmicDownload.

Solving an in silico positional cloning problem with PosMed

Since OmicBrowse enables us to select candidate genes from numerous genes existing within the wide genetic loci by filtering only those annotated with the user's keyword, it can be applied to positional cloning problem solving. However, OmicBrowse only detects annotations with the user's keyword in the filtering function. In order to solve this restriction, we have also implemented a web-based database system that possesses inference-type full-text search functions named Positional Medline (15,16), or PosMed for short. At first, PosMed performs a full-text search of the document database such as MEDLINE abstracts using the user's arbitrary keywords. Second, PosMed finds significant gene names or symbols that exist within the returned documents and generates a ranked list of these genes by applying statistical tests. This mechanism allows genes with a keyword within their annotations as well as with an indirect relevance to the keyword to be found. The user can call PosMed from OmicBrowse with a chromosomal interval specified in OmicBrowse, and the user can search genes located in the chromosomal interval by specifying a keyword. For each resultant gene, PosMed can call OmicBrowse to view data records of databases integrated in OmicBrowse located around the position of the gene. Our PosMed server is available at http://omicspace.riken.jp/PosMed/.

APPLICATIONS

Our OmicBrowse public server in RIKEN has been used to analyse tiling array data in Arabidopsis with the ARTADE program for genome-wide suppression of aberrant mRNA-like non-coding RNAs (17), identification of the candidate genes regulated by RNA-directed DNA methylation (18) and transcriptome analysis in stress conditions (19). The OmicBrowse server has also been used to specify the genes responsible for ENU-mutant mice produced in a large-scale mutagenesis program in RIKEN (20) with PosMed, and over 65 responsible genes have been found so far.

COMPARISON WITH THE PREVIOUS VERSION OF OmicBrowse AND OTHER SIMILAR SYSTEMS

The advances over the previous version of OmicBorwse (21) are the following: Introduction of datasets for O. sativa and R. norvegicus. Deployment of DAS server service. Development of OmicDownload. Support for the latest version of Flash (version 10). The advantages of the current version of OmicBrowse compared with other systems such as UCSC Genome Browser Database (22), Ensembl, Anno-J (http://www.annoj.org/) and GBrowse are as follows: OmicBrowse implements a securely robust data management mechanism by setting an access control policy for each dataset among multiple users for each dataset. OmicBrowse allows data to be viewed over a wider range of genomic intervals than other systems. Keyword filtering is implemented in OmicBrowse, but the other systems listed above do not support this. One of the limitations of OmicBrowse including OmicDownload is in its data download functionality. In Ensemble, BioMart (23) is available and supports data searching by specifying detailed conditions specific to each dataset. However OmicDownload supports only a common condition applicable to various omic datasets.

CONCLUSIONS

We have discussed a genome browser named OmicBrowse, which provides an integrated view of omics datasets based on genomic coordinate axes. OmicBrowse employs a high-performance graphics interface implemented in Adobe Flash that assists effective genome-wide analysis with various data records stored in a multiple databases. OmicBrowse also provides polished functionalities to support practical biological research activities such as secure integration of in-house private datasets and public datasets, providing a DAS access point as a standardized data access interface, and providing an interactive data download interface named OmicDownload.

FUNDING

Special Coordination Funds of the Japanese Ministry of Education, Culture, Sports, Science and Technology. Funding for open access charge: RIKEN (The Institute of Physical and Chemical Research). Conflict of interest statement. None declared.
  23 in total

1.  The HUGO Gene Nomenclature Committee (HGNC).

Authors:  S Povey; R Lovering; E Bruford; M Wright; M Lush; H Wain
Journal:  Hum Genet       Date:  2001-10-24       Impact factor: 4.132

2.  The generic genome browser: a building block for a model organism system database.

Authors:  Lincoln D Stein; Christopher Mungall; ShengQiang Shu; Michael Caudy; Marco Mangone; Allen Day; Elizabeth Nickerson; Jason E Stajich; Todd W Harris; Adrian Arva; Suzanna Lewis
Journal:  Genome Res       Date:  2002-10       Impact factor: 9.043

3.  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

4.  WormBase: a multi-species resource for nematode biology and genomics.

Authors:  Todd W Harris; Nansheng Chen; Fiona Cunningham; Marcela Tello-Ruiz; Igor Antoshechkin; Carol Bastiani; Tamberlyn Bieri; Darin Blasiar; Keith Bradnam; Juancarlos Chan; Chao-Kung Chen; Wen J Chen; Paul Davis; Eimear Kenny; Ranjana Kishore; Daniel Lawson; Raymond Lee; Hans-Michael Muller; Cecilia Nakamura; Philip Ozersky; Andrei Petcherski; Anthony Rogers; Aniko Sabo; Erich M Schwarz; Kimberly Van Auken; Qinghua Wang; Richard Durbin; John Spieth; Paul W Sternberg; Lincoln D Stein
Journal:  Nucleic Acids Res       Date:  2004-01-01       Impact factor: 16.971

5.  The Arabidopsis Information Resource (TAIR): a model organism database providing a centralized, curated gateway to Arabidopsis biology, research materials and community.

Authors:  Seung Yon Rhee; William Beavis; Tanya Z Berardini; Guanghong Chen; David Dixon; Aisling Doyle; Margarita Garcia-Hernandez; Eva Huala; Gabriel Lander; Mary Montoya; Neil Miller; Lukas A Mueller; Suparna Mundodi; Leonore Reiser; Julie Tacklind; Dan C Weems; Yihe Wu; Iris Xu; Daniel Yoo; Jungwon Yoon; Peifen Zhang
Journal:  Nucleic Acids Res       Date:  2003-01-01       Impact factor: 16.971

6.  Omic space: coordinate-based integration and analysis of genomic phenomic interactions.

Authors:  Tetsuro Toyoda; Akiyoshi Wada
Journal:  Bioinformatics       Date:  2004-03-22       Impact factor: 6.937

7.  Entrez Gene: gene-centered information at NCBI.

Authors:  Donna Maglott; Jim Ostell; Kim D Pruitt; Tatiana Tatusova
Journal:  Nucleic Acids Res       Date:  2005-01-01       Impact factor: 16.971

8.  RARGE: a large-scale database of RIKEN Arabidopsis resources ranging from transcriptome to phenome.

Authors:  Tetsuya Sakurai; Masakazu Satou; Kenji Akiyama; Kei Iida; Motoaki Seki; Takashi Kuromori; Takuya Ito; Akihiko Konagaya; Tetsuro Toyoda; Kazuo Shinozaki
Journal:  Nucleic Acids Res       Date:  2005-01-01       Impact factor: 16.971

9.  The distributed annotation system.

Authors:  R D Dowell; R M Jokerst; A Day; S R Eddy; L Stein
Journal:  BMC Bioinformatics       Date:  2001-10-10       Impact factor: 3.169

10.  PosMed (Positional Medline): prioritizing genes with an artificial neural network comprising medical documents to accelerate positional cloning.

Authors:  Yuko Yoshida; Yuko Makita; Naohiko Heida; Satomi Asano; Akihiro Matsushima; Manabu Ishii; Yoshiki Mochizuki; Hiroshi Masuya; Shigeharu Wakana; Norio Kobayashi; Tetsuro Toyoda
Journal:  Nucleic Acids Res       Date:  2009-05-25       Impact factor: 16.971

View more
  2 in total

1.  PosMed-plus: an intelligent search engine that inferentially integrates cross-species information resources for molecular breeding of plants.

Authors:  Yuko Makita; Norio Kobayashi; Yoshiki Mochizuki; Yuko Yoshida; Satomi Asano; Naohiko Heida; Mrinalini Deshpande; Rinki Bhatia; Akihiro Matsushima; Manabu Ishii; Shuji Kawaguchi; Kei Iida; Kosuke Hanada; Takashi Kuromori; Motoaki Seki; Kazuo Shinozaki; Tetsuro Toyoda
Journal:  Plant Cell Physiol       Date:  2009-06-15       Impact factor: 4.927

2.  PosMed (Positional Medline): prioritizing genes with an artificial neural network comprising medical documents to accelerate positional cloning.

Authors:  Yuko Yoshida; Yuko Makita; Naohiko Heida; Satomi Asano; Akihiro Matsushima; Manabu Ishii; Yoshiki Mochizuki; Hiroshi Masuya; Shigeharu Wakana; Norio Kobayashi; Tetsuro Toyoda
Journal:  Nucleic Acids Res       Date:  2009-05-25       Impact factor: 16.971

  2 in total

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