Literature DB >> 18772154

FACTA: a text search engine for finding associated biomedical concepts.

Yoshimasa Tsuruoka1, Jun'ichi Tsujii, Sophia Ananiadou.   

Abstract

UNLABELLED: FACTA is a text search engine for MEDLINE abstracts, which is designed particularly to help users browse biomedical concepts (e.g. genes/proteins, diseases, enzymes and chemical compounds) appearing in the documents retrieved by the query. The concepts are presented to the user in a tabular format and ranked based on the co-occurrence statistics. Unlike existing systems that provide similar functionality, FACTA pre-indexes not only the words but also the concepts mentioned in the documents, which enables the user to issue a flexible query (e.g. free keywords or Boolean combinations of keywords/concepts) and receive the results immediately even when the number of the documents that match the query is very large. The user can also view snippets from MEDLINE to get textual evidence of associations between the query terms and the concepts. The concept IDs and their names/synonyms for building the indexes were collected from several biomedical databases and thesauri, such as UniProt, BioThesaurus, UMLS, KEGG and DrugBank. AVAILABILITY: The system is available at http://www.nactem.ac.uk/software/facta/

Entities:  

Mesh:

Year:  2008        PMID: 18772154      PMCID: PMC2572701          DOI: 10.1093/bioinformatics/btn469

Source DB:  PubMed          Journal:  Bioinformatics        ISSN: 1367-4803            Impact factor:   6.937


1 INTRODUCTION

Information about pairwise association between biomedical concepts, such as genes, proteins, diseases and chemical compounds constitutes an important part of biomedical knowledge. It is common for a researcher to need answers to questions like ‘What diseases are relevant to a particular gene?’ or ‘What chemical compounds are relevant to a particular disease?’ Text mining complements biomedical databases by providing researchers with a convenient way to find such information from the literature. There are a number of web-based text mining applications which can be used for this purpose. EBIMed (Rebholz-Schuhmann et al., 2007) receives a PubMed-style query from the user and analyzes the matched documents to recognize protein/gene names, GO annotations, drugs and species mentioned. Frequently occurring concepts are shown in a table, and the user can view the sentences corresponding to the associations. PolySearch (Cheng et al., 2008) can produce a list of concepts which are relevant to the user's query by analyzing multiple information sources including PubMed, OMIM, DrugBank and Swiss-Prot. It covers many types of biomedical concepts including diseases, genes/proteins, drugs, metabolites, SNPs, pathways and tissues. Systems that provide similar functionality include XplorMed (Perez-Iratxeta et al., 2003), MedlineR (Lin et al., 2004), LitMiner (Maier et al., 2005) and Anii (Jelier et al., 2008). Although these applications are useful in exploring such information in the literature, not many of them provide real-time responses—the users often have to wait for several minutes (or even hours) before they receive the results. Some of the systems provide reasonably quick responses by limiting the number of documents to be analyzed to a very small number (e.g. 500 abstracts), but such limitation leads to a significant deterioration of the coverage. LitMiner and Anii are exceptions in that they can return the result immediately, presumably thanks to pre-computed association statistics between the concepts. However, they do not accept a flexible query (e.g. free keywords or Boolean combinations of keywords/concepts), hence the concepts that can be specified by the user's query are limited to predefined ones. To complement existing applications, we have developed FACTA, which is a text search engine for browsing biomedical concepts that are potentially relevant to a query. The distinct advantage of FACTA is that it delivers real-time responses while being able to accept flexible queries. This is achieved by online computation of association statistics—FACTA analyzes the documents retrieved by the query dynamically, using pre-indexed words and concepts.

2 SOFTWARE FEATURES

FACTA receives a query from the user as the input. A query can be a word (e.g. ‘p53’), a concept ID (e.g. ‘UNIPROT:P04637’), or a combination of these [e.g. ‘(UNIPROT:P04637 AND (lung OR gastric))’]. The system then retrieves all the documents that match the query from MEDLINE using word/concept indexes. The concepts contained in the documents are then counted and ranked according to their relevance to the query. The results are presented to the user in a tabular format. Figure 1 shows an example of the search result. For the input query ‘apoptosis AND blood’, the system retrieved 7734 documents from MEDLINE in 0.04 s. The relevant concepts of six categories are displayed in a table and ranked by their frequencies. The document icon next to each concept name in the table allows the user to view snippets from MEDLINE and see textual evidence of the association. The user can also invoke another search by clicking a concept name in the table. This allows the user to explore associations between many different concepts in a highly interactive manner.
Fig. 1.

A screenshot of FACTA search results.

A screenshot of FACTA search results.

2.1 Indexing

FACTA's real-time responses to the queries are made possible by the use of its own indexing scheme and implementation of the analysis engines in C++. It uses two indexes built offline—one for the words and the other for the concepts. Both indexes are stored in memory to achieve quick responses, while the actual sentences of MEDLINE abstracts are stored on external storage. The system runs on a generic Linux server with 2.2 GHz AMD Opteron processors and 16 GB memory. Currently, FACTA covers six categories of biomedical concepts: human genes/proteins, diseases, symptoms, drugs, enzymes and chemical compounds. The concepts appearing in the documents are recognized by dictionary matching. In total, 80 260 unique concepts are indexed. We used UniProt accession numbers as the concept IDs for genes/proteins and collected their names and synonyms from BioThesaurus (Liu et al., 2006). We used UMLS (Humphreys and Lindberg, 1989) for diseases and symptoms. The concept IDs and names for drugs, enzymes and chemical compounds were collected from several databases including HMDB, KEGG and DrugBank. Ambiguity causes problems in indexing. For example, the term ‘collapse’ is not necessarily used as a symptom name in the documents that produced the results shown in Figure 1, so ideally such occurrences should be disambiguated using the context and excluded from the counting for the category. There is also intra-category ambiguity, e.g. some protein synonyms can be mapped to multiple gene/protein IDs. These problems are currently not addressed in FACTA.

2.2 Ranking

Since the number of the concepts contained in the documents is usually very large, it is important that the concepts are properly ranked when presented to the user. Although frequencies are normally a good indicator of the relevance of a concept, they tend to overestimate the importance of common concepts. FACTA can also rank the concepts by using pointwise mutual information, which is defined as log p(x, y)/(p(x)p(y)), where p(x) is the proportion of the documents that match the query, p(y) is the proportion of the documents that contain the concept, and p(x, y) is the proportion of the documents that match the query and contain the concept. Pointwise mutual information gives an indication of how much more the query and concept co-occur than we expect by chance. For example, if their occurrences are completely independent (i.e. p(x, y)=p(x)p(y)), the measure gives a value of zero.
  7 in total

1.  Update on XplorMed: A web server for exploring scientific literature.

Authors:  Carolina Perez-Iratxeta; Antonio J Pérez; Peer Bork; Miguel A Andrade
Journal:  Nucleic Acids Res       Date:  2003-07-01       Impact factor: 16.971

2.  MedlineR: an open source library in R for Medline literature data mining.

Authors:  Simon M Lin; Patrick McConnell; Kimberly F Johnson; Jennifer Shoemaker
Journal:  Bioinformatics       Date:  2004-07-29       Impact factor: 6.937

3.  BioThesaurus: a web-based thesaurus of protein and gene names.

Authors:  Hongfang Liu; Zhang-Zhi Hu; Jian Zhang; Cathy Wu
Journal:  Bioinformatics       Date:  2005-11-02       Impact factor: 6.937

4.  EBIMed--text crunching to gather facts for proteins from Medline.

Authors:  Dietrich Rebholz-Schuhmann; Harald Kirsch; Miguel Arregui; Sylvain Gaudan; Mark Riethoven; Peter Stoehr
Journal:  Bioinformatics       Date:  2007-01-15       Impact factor: 6.937

5.  LitMiner and WikiGene: identifying problem-related key players of gene regulation using publication abstracts.

Authors:  Holger Maier; Stefanie Döhr; Korbinian Grote; Sean O'Keeffe; Thomas Werner; Martin Hrabé de Angelis; Ralf Schneider
Journal:  Nucleic Acids Res       Date:  2005-07-01       Impact factor: 16.971

6.  Anni 2.0: a multipurpose text-mining tool for the life sciences.

Authors:  Rob Jelier; Martijn J Schuemie; Antoine Veldhoven; Lambert C J Dorssers; Guido Jenster; Jan A Kors
Journal:  Genome Biol       Date:  2008-06-12       Impact factor: 13.583

7.  PolySearch: a web-based text mining system for extracting relationships between human diseases, genes, mutations, drugs and metabolites.

Authors:  Dean Cheng; Craig Knox; Nelson Young; Paul Stothard; Sambasivarao Damaraju; David S Wishart
Journal:  Nucleic Acids Res       Date:  2008-05-16       Impact factor: 16.971

  7 in total
  54 in total

Review 1.  Recent progress in automatically extracting information from the pharmacogenomic literature.

Authors:  Yael Garten; Adrien Coulet; Russ B Altman
Journal:  Pharmacogenomics       Date:  2010-10       Impact factor: 2.533

2.  Prediction of similarities among rheumatic diseases.

Authors:  Pinar Yildirim; Cinar Ceken; Reza Hassanpour; Mehmet Resit Tolun
Journal:  J Med Syst       Date:  2010-11-03       Impact factor: 4.460

Review 3.  Text-mining solutions for biomedical research: enabling integrative biology.

Authors:  Dietrich Rebholz-Schuhmann; Anika Oellrich; Robert Hoehndorf
Journal:  Nat Rev Genet       Date:  2012-11-14       Impact factor: 53.242

4.  Teaching computers to read the pharmacogenomics literature ... so you don't have to.

Authors:  Yael Garten; Russ B Altman
Journal:  Pharmacogenomics       Date:  2010-04       Impact factor: 2.533

5.  Concept-based query expansion for retrieving gene related publications from MEDLINE.

Authors:  Sérgio Matos; Joel P Arrais; João Maia-Rodrigues; José Luis Oliveira
Journal:  BMC Bioinformatics       Date:  2010-04-28       Impact factor: 3.169

6.  Building disease-specific drug-protein connectivity maps from molecular interaction networks and PubMed abstracts.

Authors:  Jiao Li; Xiaoyan Zhu; Jake Yue Chen
Journal:  PLoS Comput Biol       Date:  2009-07-31       Impact factor: 4.475

7.  PathText: a text mining integrator for biological pathway visualizations.

Authors:  Brian Kemper; Takuya Matsuzaki; Yukiko Matsuoka; Yoshimasa Tsuruoka; Hiroaki Kitano; Sophia Ananiadou; Jun'ichi Tsujii
Journal:  Bioinformatics       Date:  2010-06-15       Impact factor: 6.937

8.  mspecLINE: bridging knowledge of human disease with the proteome.

Authors:  Jeremy Handcock; Eric W Deutsch; John Boyle
Journal:  BMC Med Genomics       Date:  2010-03-10       Impact factor: 3.063

9.  eGIFT: mining gene information from the literature.

Authors:  Catalina O Tudor; Carl J Schmidt; K Vijay-Shanker
Journal:  BMC Bioinformatics       Date:  2010-08-09       Impact factor: 3.169

10.  Biomedical text mining and its applications.

Authors:  Raul Rodriguez-Esteban
Journal:  PLoS Comput Biol       Date:  2009-12-24       Impact factor: 4.475

View more

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