Skip to main content
  • Research article
  • Open access
  • Published:

A pipeline to extract drug-adverse event pairs from multiple data sources

Abstract

Background

Pharmacovigilance aims to uncover and understand harmful side-effects of drugs, termed adverse events (AEs). Although the current process of pharmacovigilance is very systematic, the increasing amount of information available in specialized health-related websites as well as the exponential growth in medical literature presents a unique opportunity to supplement traditional adverse event gathering mechanisms with new-age ones.

Method

We present a semi-automated pipeline to extract associations between drugs and side effects from traditional structured adverse event databases, enhanced by potential drug-adverse event pairs mined from user-comments from health-related websites and MEDLINE abstracts. The pipeline was tested using a set of 12 drugs representative of two previous studies of adverse event extraction from health-related websites and MEDLINE abstracts.

Results

Testing the pipeline shows that mining non-traditional sources helps substantiate the adverse event databases. The non-traditional sources not only contain the known AEs, but also suggest some unreported AEs for drugs which can then be analyzed further.

Conclusion

A semi-automated pipeline to extract the AE pairs from adverse event databases as well as potential AE pairs from non-traditional sources such as text from MEDLINE abstracts and user-comments from health-related websites is presented.

Peer Review reports

Background

With the large and growing set of medication drugs, it is very essential to assess the effects of medication on the patient population at large via information gathering and analysis. Since there are practical limits on the degree to which safety of drugs can be established prior to marketing approval, it is only through such mechanisms that can we understand the safety and harmful side effects of administered drugs. Typically, pre-marketing safety studies such as clinical trials are spread over a short duration and restricted to a small and mostly homogeneous study population. Furthermore, side effects of drugs are often revealed after the drug is out in the market being administered to a population, sometimes concomitantly with other drugs. Thus, it is critically important to constantly monitor the safety of drugs that have been launched in the market. To provide an objective basis for assessing the safety of marketed drugs, regulatory agencies have in place a post-marketing surveillance mechanism called Pharmacovigilance (PV) [1]. As per World Health Organization (WHO), PV is defined as “the science and activities relating to the detection, assessment, understanding, and prevention of adverse effects or any other drug-related problems”[2, 3].

PV is required for systematically identifying causal associations between drugs and side-effects and taking corrective actions, both for new drugs being launched, as well as for drugs already in use. It is based on the collection of spontaneously reported Adverse Event (AE) reports. Report initiation by health professionals and consumers is generally voluntary. However, pharmaceutical companies are legally obliged to follow up on reports received, and to cascade these to various regulatory authorities [3, 4]. The Adverse Event Reporting System database maintained by the US Food and Drug Administration (FDA), formerly called the Adverse Event Reporting System (AERS) and now referred to as the FDA Adverse Event Reporting System (FAERS) [5], collates all such reports and makes them available to the public at large [6]. Adverse events can be reported by pharmaceutical companies, health-care professionals as well as the general public. Such Spontaneous Reporting Systems (SRS) have certain limitations such as the potential AE reports being incomplete or inaccurate as a result of voluntary reporting; cases of biased reporting or under-reporting; or “Patient Reporter Event and Drug” (PRED) requirements for submission, geographic marketing and population varying for different drugs [1].

Mining of probable AE pairs in the FDA SRS has also been well studied [6]. Various studies have also looked at mining potential AEs from unstructured text sources such as Electronic Health Records (EHR), health-related websites and the MEDLINE database [7], serving as a complement to the SRS systems. Some studies have been done taking into account electronic health record databases to analyze drug safety such as EU-ADR [8, 9], OMOP [10], Mini-Sentinel [11] as well as databases such as MEDLINE and Drugbank [12]. These studies show that combining the same types of data from multiple sources could help in better detection of potential AEs. Of course, sources such as EHR are not easily accessible due to privacy concerns. Another study was done involving the knowledge collected from publicly available drug-related information sources, UMLS [13], FAERS and SemMed [14], focusing on the ‘drug-indication’ association [15]. A key aspect when detecting potential AEs or extracting facts from unstructured text is to verify the results manually. Other studies have focused on using machine learning-based systems for the identification and extraction of potential AE pairs from MEDLINE case reports and generation relevant corpora [16, 17]. van Mulligen et al. [18] describe the creation of a database which contains associations between drugs, disorders and targets mined from MEDLINE abstracts. These associations at the sentence-level in texts were further refined and corrected using human annotators.

The motivation for using unstructured text from health-related websites to extract AE associations are a consequence of the recent trend of people tending to blog about their personal experiences more frequently than reporting them to physicians. Health-related websites allow people to discuss their medical conditions with one another. A system of informal support in terms of forums facilitates online discussions among people administered the same/similar drug. Patients and the general public write about treatment they are undergoing, as well as respond to queries on treatment, side effects and related issues [9]. Such blogs also serve as indicators to the usage of drugs which might not be strictly in accordance with the recommended practices. Monitoring the conversations on these websites can alert pharmaceutical companies and regulatory bodies across the world to potential AE. A study was conducted by annotating 3600 comments from the health-related website DailyStrength [19, 20]. This study showed that though user-comments pose a significant Natural Language Processing (NLP) challenge, they do contain useful information which could be prove beneficial on further exploration.

The studies of Wang et al. [1] and Leaman et al. [20] are significant for mining potential AEs from unstructured text sources. Wang et al. focused on demonstrating the feasibility of using narrative text in EHRs and association statistics for PV to detect novel AEs using NLP. They used the MedLEE (Med ical L anguage E xtraction and E ncoding) system for extracting and encoding information in clinical narratives such as the discharge summaries of inpatients. Their study was built on their previous work by adapting a combination of NLP and statistical methods to acquire potential AE associations. A chi-square test adjusted with volume was used on the co-occurring AE pairs to determine possible signals from them [1]. This work provided a possible method to establish safety profiles from unstructured patient data for a drug during its market life. However, it does not leverage the large amount of data available in health-related websites.

Leaman et al. [20] studied the validity of identifying associations between drugs and AEs reported by patients in the user comments of health-related websites. They implemented an automatic web crawler in their study that efficiently gathered user comments about specific drugs from the DailyStrength website. A dictionary compiled from four different sources viz COSTART vocabulary [21], SIDER side effects [22], the Canadian Drug Adverse Reaction Database MedEffect [23] and UMLS concept identifiers [13] - was used to extract the adverse drug reactions from these user comments. This work concluded that while mining user comments does pose significant challenges, these comments contain information that could prove to be useful in PV. However, the study does not include mining MEDLINE abstracts, as also using AE pairs from traditional SRS databases.

There is a need for a pipeline that can integrate data from traditional SRS databases such as the FAERS, user-comments from health-related websites as well as MEDLINE abstracts to detect potential AEs and provide biological context to these potential AEs. These potential AE pairs should then be compared with those listed in the label information of the drugs. Finally, statistical techniques will be used to determine the significant AE pairs. Our objective in this study is to develop a pipeline that can handle these requirements.

Methods

The following steps were carried out:

  1. 1.

    Creating the complete pipeline.

  2. 2.

    Running the pipeline on the sources of data like the MEDLINE abstracts and the user comments from health-websites, respectively. As a pre-processing step, this involved obtaining the drug-AE pairs from each of the three sources. For MEDLINE abstracts and user-comments, these pairs are obtained using the Association Map module of PV-TPX. For the FAERS database, the drug pairs were obtained from the FDA datasets.

  3. 3.

    Running the BCPNN algorithm on the drug-AE pairs from individual sources.

  4. 4.

    Comparative analysis of the results from the BCPNN results in order to identify the potential adverse events for the drugs.

TPX framework

We have previously developed TCS Pubmed eXplorer (TPX) [24], a web-based tool that supports concept-assisted search and navigation based on PubMed as the underlying search engine, to search the MEDLINE database. Although the focus of the TPX pipeline is better search of MEDLINE using PubMed, certain components of the TPX pipeline are generic and can be re-used in many biomedical tasks. We have taken relevant components of TPX for the semi-automated pipeline for AE event detection. In addition, we have developed new modules for tasks. TPX has 16 concept types, of these the drug, disease and symptom dictionaries were used in this study. Additionally, the annotation server was re-used with major modifications. A modified version of the TPX framework, hereon referred to as PV-TPX, was used in this study.

Named-entity-recognition

One of the most significant tasks was the identification of drug and adverse event mentions in text from both MEDLINE as well as health-related websites using Named-Entity-Recognition (NER). The NER module of PV-TPX is based on that of TPX and uses dictionary-based NER techniques for identifying various biological entities in text. The PV-TPX NER module is part of the Annotation server that receives the unstructured textual content and performs a wide range of text-mining tasks. It was implemented in Java and used as a REST/SOAP based Web Service [25, 26]. The following components of the NER module were used for processing the text:

  • Part-Of-Speech (POS) Tagger: PV-TPX uses the Java implementation of the open source MedPost POS tagger [27] from NCBI, which is an HMM based POS tagger for parts-of-speech tagging in medical text.

  • Stemmer and Tokenizer: PV-TPX uses the Porter stemmer algorithm for stemming [28]. An in-house implementation of tokenizer and sentence splitter is used for tokenization and sentence splitting respectively.

  • Acronym Handler: PV-TPX also identifies local abbreviations by keeping track of such abbreviation definitions. The expansion of the abbreviations is usually specified in the article abstract, while the abbreviated form is used in the article title. Hence the abstract is tagged before the title and all the local abbreviations detected in the abstract were extended to the title tagging.

Dictionary compilation

An inherent task for accomplishing NER was building the dictionaries to be used in the pipeline. While TPX uses dictionaries for various biological entities such as genes, proteins, diseases and drugs, none of them could be used as-is for this study. Instead, a drug dictionary and an event dictionary consisting of disease and symptom terms for identifying AEs were built as follows:

  1. 1.

    A drug dictionary is based on the TPX drug dictionary but enhanced with synonym/variants/brand names. The additional synonyms or variants for each of these that were compiled from sources such as MeSH [29]. Although not a formal input source, Wikipedia [30] data was used to cross-check some of the brand names as it proved to have significant brand names mentioned.

  2. 2.

    An event dictionary that consists of disease and symptom terms for identifying AEs. The event dictionary is primarily derived by merging TPX disease dictionary and TPX symptom dictionary [24]. Further, MedDRA [31] was used as an important source for enhancing the event dictionary since medication errors reported to FAERS are coded to terms in the MedDRA terminology. Hence, the MedDRA Preferred Term (PT) and Low Level Term (LLT) were also added to the event dictionary. To reconcile disparate mentions of named entities, normalization was done on the event dictionary as follows. For an exact match of the MedDRA term with the dictionary term, all the synonyms of that MedDRA PT were added as synonyms to the dictionary term. For MedDRA terms that do not have an exact match in the dictionary, the terms were added as separate entries in the dictionary. Only exact matches were handled here and no pattern matching was involved. For instance, MedDRA terms such as ‘abdominal discomfort’, ‘abnormal dreams’ and ‘acute psychosis’ that did not have an exact match in the dictionary were added to it as separate entries.

Entity association module

TPX has a pairwise concept association module incorporated. The Concept association module reads the entity annotations for the entire MEDLINE and then computes pairwise associations between the biological entities. Thus, these associations are pre-computed and ranked according to their relevance to the whole of the tagged MEDLINE corpus. Additionally, the associations are scored based on co-occurrence within the abstracts. The scoring method is as follows: For an entity e, let A(e) = {a 1, …., a k } denote the set of abstracts e is mentioned. Let t 1, …, t m denote the set of all entities other than e mentioned in abstracts belonging to A(e). Let A denote the set of all abstracts. For an entity t i , let N(t i , A) denote the total number of occurrence of t i in the abstracts in A. Similarly let N(t i , A(e)) denote the corresponding number of occurrence of t i in the abstract collection A(e). The association score P(t i |e) denotes the probability that t i is relevant given the entity e, is estimated using the standard tf-idf score as follows:

P t i | e = B t i | e j = 1 m B t j | e where B t i | e = N t i , A e log N + 1 N t i , A

where N is the sum total of the frequency of all the entities in the abstract collection A.

In PV-TPX, the pairwise associations between the identified entities were calculated using a PV-TPX specific pairwise entity association map. These pairwise associations are computed for the MEDLINE corpus as described above, where each abstract accounts for one document. However, each individual user comment and its responses from the health-related websites is considered as one document while computing the pairwise associations for this corpus. The resultant set for each corpus contains the drug-disease and drug-symptom pairs which were then processed to identify the potential AE pairs.

BCPNN algorithm

The statistical BCPNN algorithm is used as the means for signal detection in the pipeline. It uses a neural network architecture to measure dependencies between entities in a dataset of AE pairs. BCPNN can be used to detect unexpected patterns in input data and to examine how such patterns vary over time [32]. It uses a disproportionality measure known as Information Component (IC). In BCPNN, node activations represent probability or confidence in the presence of input features, and synaptic weights are based on estimated correlations and the spread of activation corresponds to calculating posterior probabilities [33]. The variance values are relevant when the data is varying and not static.

The BCPNN algorithm has been implemented in Java for this pipeline, which takes as input, a matrix of the drug-AE associations and their frequency of occurrence in that particular source. The output from this is an IC variance value for each drug-AE pair, which is analyzed manually to obtain the potential drug-adverse event pairs. After the identification of drug and symptom or disease pairs from each source, this data arranged in a matrix form, which is the required input format for running the BCPNN algorithm. This implementation provides the ‘variance’ values for the IC for each of the AE pairs. The IC value in each source is based on the total number of documents in the set with drug X (Cx); the total number of documents with AE entity Y (Cy); the number of documents with the specific AE combination (Cxy); and the total number of documents in that source. A variation in the data may cause the IC to either increase or decrease. The standard deviation for each IC provides a measure of the robustness of the value. Large values of Cx, Cy and Cxy indicate smaller confidence intervals.

The IC is thus a measure of the strength of the dependency between a drug and an AE [33]. A positive IC value indicates that a particular AE combination is reported to the database more often than expected from the rest of the reports in the database. An IC value of zero indicates that there is no quantitative dependency between the AE combinations while a negative IC value indicates that the combination is reported to the database less frequently than statistically expected. The higher value of the IC, the more the combination stands out from the background. If the IC value increases over time and the value is positive, the positive quantitative association between the drug and the adverse e is likely to be high.

Data acquisition

Data acquisition, which involved identifying the structured and unstructured sources of data for these drugs and collecting the data to be mined from them. Data acquisition from unstructured sources was done using the PV-TPX pipeline, which in turn involved processing the data from the different sources to identify entities and finding the associations amongst these entities. The drug and event dictionaries were used to identify entities.

Structured-data acquisition

The FAERS database was used as the source of structured data. The FDA releases Adverse Event Reaction information on a quarterly basis. The drug, reaction, indication, outcomes, report sources, therapy and demographics files have been extracted from each quarter’s archive and loaded into a relational database. The drug-AE pairs have been obtained from the drug and reaction tables based on the Individual Safety Report (ISR) field. Duplicates were eliminated and unique drug-AE pairs were obtained for each ISR and case-id. Demographics information such as ISR, case-id, initial or follow-up code, age, gender, event date and reporting date were used for selecting unique records. The initial and follow-up cases were considered as two different instances of the association.

Before performing association mining on the data, normalization was done by comparing each of the drug and AE entities with the baseline dictionary and using the generic names or common synonyms for them. If the reaction or AE entity matched with the dictionary term, then the dictionary entry was used, otherwise the reaction entity was used as-is for further processing.

The FAERS files from the first quarter of 2008 to the first quarter of 2012 were obtained from the FDA website for this study. Therefore, the data was divided into three categories to observe the variance. The three categories are:

  1. 1.

    The complete set of data for each data source: FAERS data for all quarters from Q1 2008 to Q1 2012, all the blogs from the three health-related websites and all the abstracts from MEDLINE.

  2. 2.

    Data between January 01, 2008 and December 31, 2009: The FAERS drug-PT pairs with the FDA reported date within the given date range, the blogs from PatientsLikeMe and Mediguard with dates in the given range, the complete Dailystrength blogs and AE pairs from MEDLINE abstracts that have publication dates in the given range.

  3. 3.

    Data between January 01, 2010 and March 31, 2012: Similar to the above set.

Unstructured-data acquisition

The user comments from health-related websites “PatientsLikeMe” [34], DailyStrength [19] and MediGuard [35] were used as sources of unstructured text. These blogs were crawled using Web-Harvest, an open-source web data extraction tool [36]. The user comments, reviews and replies were retrieved from these websites for the predefined set of drugs. These blogs also provide some user information such as the user-name, age, gender and demographics. However, since the study does not aim at categorizing the results based on these parameters, none of this additional information was used for processing. The other source of unstructured text is the MEDLINE database, which has over 23 million abstracts [7] Figure 1.

Figure 1
figure 1

The pipeline depicting the sequential steps to identify the AE pairs from the various sources.

Testing the pipeline

The pipeline takes about 36 hours for processing the entire MEDLINE corpus and nearly 20 minutes for the 13,500 user comments from the health-related websites. This includes the steps involving NER tasks such as POS tagging, stemming, tokenization, acronym handling and computing the entity association pairs.

A set of 12 drugs, which is the union of drugs that were used by Wang et al. [1] and Leaman et al. [20] in their study, was used for testing the pipeline (Table 1). The drugs include: Bupropion, Carbamazepine, Olanzapine, Ciprofloxacin, Trazodone, Ziprasidone, Aspirin, Ibuprofen, Warfarin, Paroxetine, Rosiglitazone and Morphine. Bupropion is an atypical anti-depressant and a smoking cessation agent [37]. Carbamazepine, Olanzapine, Trazadone, Ziprasidone and Paroxetine are different kinds of anti-psychotic or anti-depressant drugs. Ciprofloxacin is an anti-biotic; Aspirin, Ibuprofen and Morphine are different types of analgesic or anti-inflammatory drugs. Rosiglitazone is an anti-diabetic and Warfarin is an anticoagulant.

Table 1 Details of the drugs, as indicated by Wang et al. and Leaman et al., used in the current work

The label information for each of these 12 drugs was obtained from the FDA website. These sections containing the prescribing or label information vary from drug-to-drug. Therefore depending on the information available in the files obtained from the FDA website, the sections used were the “Adverse Reactions”, “Warnings”, “Boxed Warning”, “Precautions” and “Use in Specific Populations”. A comparative analysis of the label information for each of the drugs was done with the AE pairs obtained.

The BCPNN algorithm was applied to the AE associations from the three sources - FAERS, health-related websites and MEDLINE abstracts. The AE pairs with positive variance values across these categories were considered as potential signals for further analysis. PERL scripts were used to create a tabular view of results for comparison and analysis. Further, the results were grouped manually for reporting.

Results

Table 2 shows the results of the pipeline for Bupropion, in comparison with the results indicated by Wang et al. A comparative analysis of the results is reported for Bupropion as a representative out of the 12 drugs used for testing the pipeline. Wang et al. depict their qualitative evaluation of the results under four classes of associations into which the experts categorize the results obtained from their methods. The results for the other drugs is available as supplementary file (Additional file 1).

  • Reference standard, which is constructed by the physician and Known AEs

  • Indication Associations

  • Remote Indication Association

  • Unknown Associations

Table 2 A comparison of the results from the pipeline with those from the study of Wang et. al

We have used these categories of results for comparative purposes. Bupropion, however, according to the Wang et al. study does not have any Unknown Associations.

Table 3 shows the result of the comparative analysis of the pipeline results with the label information for Bupropion. Each row of the table shows different AEs grouped together, separated by a semicolon (;). The known AEs from label information for Bupropion, such as “nausea”, “dizziness” and “suicidal behavior” were identified. AEs such as “binge eating disorder”, which might lead to “diabetes mellitus, type 2”, were identified and rank high. Also, unique AEs were reported for Bupropion, such as “airway obstruction” and “breathlessness” in blogs, which might result from known reactions such as “angioedema”.

Table 3 Burproion: comparative analysis of the label information from FDA and the results of BCPNN on blogs, AERS and MEDLINE data

One of the common trends noticed from these top scoring events for the drugs used in this study as listed in Table 4 is that in FAERS only the side effects or adverse events were high scoring, while in the other two sources some of the drug indications came up with a high score. This is possible because in these unstructured sources, the patients could have mentioned the reason for which the drug was administered or the early signs and symptoms they noticed for which the drug was prescribed.

Table 4 Top scoring adverse events for each of the drugs used in this study

Table 5 contains the top scoring adverse events across the three sources for anti-depressant/anti-psychotic class of drugs used in this study, which are prescribed for neurological problems. There are a few noticeable results. For example, side effects such as cardiac disorders, sleep disorders and priapism come up as high scoring ones for an anti-depressant drug such as Trazadone. Heart diseases also show up as high-scoring adverse events for an anti-diabetic drug such as Rosiglitazone.

Table 5 Top scoring adverse events for a class of drugs in this study, which are anti-depressant/ antipsychotic drugs prescribed for neurological problems, across the three different sources

The results also show the association pairs Warfarin-INR, Warfarin-BCR and Warfarin-Vitamin K among the top scoring ones. Warfarin is an anti-coagulant commonly used to prevent thrombosis and thromboembolism, the formation of blood clots in the blood vessels and their migration elsewhere in the body, respectively. International Normalized Ratio (INR) is a measure of a pathway of coagulation while BCR is the test for blood clotting response. And, it is known that vitamin K is required for blood coagulation. Hence, the addition of MedDRA terms to the entity dictionary has contributed to Vitamin K showing up as a top scoring result, even though it is not really a disease or symptom term or even an adverse event by itself.

The supplementary material contains the comparative analysis of the pipeline results with the label information for some of the drugs, along with the top scoring results for the remaining drugs.

Discussion

A semi-automated PV pipeline was built in this study, which includes an in-house application TPX. This pipeline serves as a framework for normalization of input from multiple sources and a semi-automated extraction of potential AE pairs from them. The pipeline was tested with a set of 12 drugs drawn from Wang et al. [1] and Leaman et al. [20]. An analysis of the top scoring results for each of these drugs shows that the three sources individually contribute to the identification of drug-adverse event pairs and that no single source caters completely to the potential drug-adverse event pairs all by itself. However, two patterns emerge from the comparative analysis of the BCPNN results of blogs with the label and FAERS results:

  1. 1.

    Some of the AEs reported in blogs were more specific when compared to the label information.

  2. 2.

    Some unique AEs were found in the health-related websites

The data sources used in this study are the validated set of AE pairs from FAERS, medical literature from MEDLINE and blog content health-related websites PatientsLikeMe, Mediguard and DailyStrength. These selected sources are only examples for each type of data and by no means implies that these are the authoratative sources for such data. There are other medical literature sources (PMC) or social media (other health-related websites) that could be of equal, if not more, value.

The blogs in health-related websites are not grammatically correct by nature. The language used can be very complex with varying writing styles. The format, structure, and style continuously evolve over time. Moreover, these blogs may not completely abide by the guidelines for AE reporting such as fulfilling the basic PRED criteria; which may not be entirely reliable. Also, they may not be validated by a trained investigator, the seriousness of the AE may not be explicitly specified, there might occur a considerable time-delay before being mentioned in the blog, they could be reported by a third-party or may have occurred concomitantly. However, the main topics of discussion in blogs of the health-related websites are medications, physiology and disorders. It has been observed that patients are concerned by medication, while physicians rather focus on illnesses [38].

Some components of the pipeline involve manual tasks. The pre-processing stage that involves data preparation contains a few manual steps. The user comments from the health-related websites were obtained using the Web-Harvest tool. This tool requires the scripts for data extraction to be written in xml. The user comments, thus obtained for each drug, were further broken down into individual records using a Perl script. PV-TPX is run on these individual records, each considered as a document. The post-processing stage, after the identification of drug and symptom or disease pairs, also involves some manual tasks such as preparing this data in a matrix form, which is the required input format for running the BCPNN algorithm. Also, the results obtained from the BCPNN algorithm were sorted based on their IC variance values and were then manually analyzed to identify the potential drug-adverse event pairs, for each drug across each of the sources.

Mining user comments from health-related websites helps avoid the time-consuming process of getting formal ethical approval for involving patients in direct primary research [39]. However, there is the issue of ethics as a concern while using data from such websites. In fact, a number of ethical considerations concerning the reporting of data obtained from the Internet have already been discussed and reported at great length by others [4042]. There is however a growing consensus among researchers that if Internet data is freely and publicly accessible, then it can be used for considered research without prior approval. Based on this, data taken from the Internet have in fact been widely used already [39]. Most often users post to health-related websites with their user-names or other handles without disclosing any personal information. Since such personal information of the reporting person such as name, age and other demographics are not used or reported as part of the results of the study, the ethical issues such as privacy should not pose a significant concern.

Spam and malicious posts could affect to the content of such health-related websites and hence bias the results of any such analysis. However, unlike most regular blogs and bulletin boards, these health-related websites have moderators looking at content posted by users and removing such content, when encountered. For example, DailyStrength has a policy against both spammers and trolls. It defines spammers and trolls as follows: a spammer is someone who posts prolifically on dailystrength and on the comment systems in order to promote links or products, often of a commercial interest while a troll is someone who posts with the intent to rile up communities, provokes others into arguments or attacks, steers discussions off-topic and prevents them from being helpful, or disrupts and pollutes a support group with negativity.

There has been an increase in the number of commercial websites developed aiming to aggregate user comments from various health-related websites to obtain potential AE pairs. Treato is an example of one such website, which automatically collects the large amount of patient-written health experiences from health-related websites and uses advanced NLP to extract relevant information and create a comprehensive picture of what people say about their medications and conditions [43]. The website displays all the AE pairs as part of the results. An important aspect of our pipeline, when compared to Treato, is the grouping of AEs based on different criteria, such as synonyms or variants of other AEs. In the absence of an ontology for normalization, this step is critical for the identification and comparative analysis of AEs in the final results. Lack of such grouping results in presenting an incorrect picture. Treato, for example, displays the results for individual AEs separately with no grouping For example, “drowsy” and “sleepy” are reported as two separate AEs for Bupropion in Treato, thus displaying a larger number of AEs, even though they are inter-related.

The statistical algorithm BCPNN, which was applied in this work, generates association rules based on frequency. Many such quantitative methods have been used on SRS databases to detect and predict potential AE pairs. For example, the FDA uses Multi-item Gamma Poisson Shrinker (MGPS) to detect potential AE signals in its MedWatch program [44]. The UK Medicines Control Agency adopts Proportional Reporting Ratio (PRR) and Chi-square statistic to identify AE signals [45]. The Netherlands Pharmacovigilance Centre Lareb uses the Reporting Odds Ratio [46] and the Uppsala Monitoring Center employs Bayesian Confidence Propagation Neural Network (BCPNN) as its signal detection method on the WHO database [47]. While all these different methods have the ability to detect potential AE pairs, BCPNN is seen to have the best performance when compared to PRR and MGPS [48]. Hence, we decided to implement and incorporate BCPNN in our pipeline.

Of course, there are some drawbacks of using BCPNN or some statistical algorithms in general. The IC value in BCPNN does not give any information about the causality of an AE combination. The positive quantitative association between the drug and the AE is likely to be high, although clinical assessment remains essential. Typically, rare associations are not frequently reported. However, BCPNN works sufficiently well as the data augmentation from blogs and MEDLINE abstracts add up for these associations, which were traditionally viewed only from FAERS as rare ones. Hence, even to detect infrequent signals from multiple sources, we propose that our pipeline can be used.

The pipeline is not a fully-automated one. Some components of the pipeline involve manual tasks. The pre-processing stage that involves data preparation contains a few manual steps. The user comments from the health-related websites were obtained using the Web-Harvest tool. This tool requires the scripts for data extraction to be written in xml. The user comments, thus obtained for each drug, were further broken down into individual records using a Perl script. PV-TPX is run on these individual records, each considered as a document. The post-processing stage, after the identification of drug and symptom or disease pairs, also involves some manual tasks such as preparing this data in a matrix form, which is the required input format for running the BCPNN algorithm. Also, the results obtained from the BCPNN algorithm were sorted based on their IC variance values and were then manually analyzed to identify the potential drug-adverse event pairs, for each drug across each of the sources.

Conclusion

We have built a semi-automated pipeline to extract the AE pairs from adverse event databases, enhanced by potential drug-adverse event pairs mined from non-traditional sources such as text from MEDLINE abstracts and user-comments from health-related websites. Testing the pipeline shows that although these non-traditional sources by themselves cannot be alternatives for AE detection, mining such sources helps substantiate the adverse event databases. They not only contain the known AEs, but also suggest unknown and unreported AEs for drugs, which can be analyzed further. While pharmaceutical companies may not want to incorporate these kinds of tools in their PV programs, the pipeline could prove to be useful for better PV by regulatory agencies, albeit with greater validations in place.

Future work

The amount of automation in the pipeline can be increased, thus extending the semi-automated pipeline used for the current study. However, manual intervention will always be required. A weighting scheme for assigning more weight to associations from FAERS over associations from unstructured text can be designed and incorporated into the system before associations are reported. Another challenge is to successfully differentiate between indications, symptoms of these indications, and known contraindications. Also, a hierarchical representation or an ontology of the AEs can be built, in order to group them for further analysis.

References

  1. Wang X, Hripcsak G, Markatou M, Friedman C: Active computerized pharmacovigilance using natural language processing, statistics, and electronic health records: a feasibility study. JAMIA. 2009, 16: 328-337.

    PubMed  PubMed Central  Google Scholar 

  2. World Health Organization: The importance of pharmacovigilance- Safety Monitoring of Medicinal Products. 2002, Geneva: World Health Organization

    Google Scholar 

  3. Wang W, Haerian K, Salmasian H, Harpaz R, Chase H, Friedman C: A drug-adverse event extraction algorithm to support pharmacovigilance knowledge mining from PubMed citations. AMIA Annual Symposium Proceedings. 2011, 1464-1470.

    Google Scholar 

  4. Holmes AB, Hawson A, Liu F, Friedman C, Khiabanian H, Rabadan R: Discovering disease associations by integrating electronic clinical data and medical literature. PLoS One. 2011, 6: e21132-10.1371/journal.pone.0021132.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. FAERS:http://www.fda.gov/Drugs/GuidanceComplianceRegulatoryInformation/Surveillance/AdverseDrugEffects/default.htm,

  6. Harpaz R, Haerian K, Chase HS, Friedman C: Statistical Mining of Potential Drug Interaction Adverse Effects in FDA’s Spontaneous Reporting System. AMIA Annual Symposium Proceedings. 2010, 281-285.

    Google Scholar 

  7. MEDLINE:http://www.ncbi.nlm.nih.gov/PubMed,

  8. Coloma P, Schuemie MJ, Trifirò G, Gini R, Herings R, Hippisley-Cox J, Mazzaglia G, Giaquinto C, Corrao G, Pedersen L, van der Lei J, Sturkenboom M, on behalf of the EU-ADR Consortium: Combining electronic healthcare databases in Europe to allow for large-scale drug safety monitoring: the EU-ADR Project. Pharmacoepidemiol Drug Saf. 2011, 20: 1-11. 10.1002/pds.2053.

    Article  PubMed  Google Scholar 

  9. Trifirò G, Pariente A, Coloma PM, Kors JA, Polimeni G, Miremont-Salamé G, Catania MA, Salvo F, David A, Moore N, Caputi AP, Sturkenboom M, Molokhia M, Hippisley-Cox J, Acedo CD, van der Lei J, Fourrier-Reglat M, EU-ADR group: Data mining on electronic health record databases for signal detection in pharmacovigilance: which events to monitor?. Pharmacoepidemiol Drug Saf. 2009, 18: 1176-1184. 10.1002/pds.1836.

    Article  PubMed  Google Scholar 

  10. Ryan PB, Madigan D, Stang PE, Overhage JM, Racoosin JA, Hartzema AG: Empirical assessment of methods for risk identification in healthcare data: results from the experiments of the observational medical outcomes partnership. Statist Med. 2012, 31: 4401-4415. 10.1002/sim.5620.

    Article  Google Scholar 

  11. Curtis LH, Weiner MG, Boudreau DM, Cooper WO, Daniel GW, Nair VP, Raebel MA, Beaulieu NU, Rosofsky R, Woodworth TS, Brown JS: Design considerations, architecture, and use of the Mini-Sentinel distributed data system. Pharmacoepidemiol Drug Saf. 2012, 21: 23-31.

    Article  PubMed  Google Scholar 

  12. Knox C, Law V, Jewison T, Liu P, Ly S, Frolkis A, Pon A, Banco K, Mak C, Neveu V, Djoumbou Y, Eisner R, Guo AC, Wishart DS: DrugBank 3.0: a comprehensive resource for ‘omics’ research on drugs. Nucleic Acids Res. 2011, 39 (Database issue): D1035-D1041.

    Article  CAS  PubMed  Google Scholar 

  13. Cimino JJ: Representation of clinical laboratory terminology in the Unified Medical Language System. Proc Annu Symp Comput Appl Med Care. 1991, 199-203.

    Google Scholar 

  14. Fiszman M, Rindflesch TC, Kilicoglu H: Abstraction summarization for managing the biomedical research literature. Proc Workshop Comp Lexical Semantics. 2004, 76-83. HLT-NAACL

    Google Scholar 

  15. Wang X, Chase HS, Li J, Hripcsak G, Friedman C: Integrating heterogeneous knowledge sources to acquire executable drug-related knowledge. AMIA Annual Symposium Proceedings. 2010, 852-856.

    Google Scholar 

  16. Gurulingappa H, Rajput AM, Roberts A, Fluck J, Hofmann-Apitius M, Toldo L: Development of a benchmark corpus to support the automatic extraction of drug-related adverse effects from medical case reports. J Biomed Inform. 2012, 45: 885-892. 10.1016/j.jbi.2012.04.008.

    Article  PubMed  Google Scholar 

  17. Gurulingappa H, Mateen-Rajput A, Toldo L: Extraction of potential adverse drug events from medical case reports. J Biomed Semantics. 2012, 3: 15-10.1186/2041-1480-3-15.

    Article  PubMed  PubMed Central  Google Scholar 

  18. van Mulligen EM, Fourrier-Reglat A, Gurwitz D, Molokhia M, Nieto A, Trifiro G, Kors JA, Furlong LI: The EU-ADR corpus: annotated drugs, diseases, targets, and their relationships. J Biomed Inform. 2012, 45: 879-884. 10.1016/j.jbi.2012.04.004.

    Article  PubMed  Google Scholar 

  19. DailyStrength: http://www.dailystrength.org/] [accessed 2012-06-06

  20. Leaman R, Wojtulewicz L, Sullivan R, Skariah A, Yang J, Gonzalez G: Towards Internet-Age Pharmacovigilance: Extracting Adverse Drug Reactions from User Posts to Health-Related Social Networks. 2010, Uppsala, Sweden ACL: Proceedings of the 2010 Workshop on Biomedical Natural Language Processing, 117-125. 7

    Google Scholar 

  21. COSTART:http://en.wikipedia.org/wiki/COSTART,

  22. Kuhn M, Campillos M, Letunic I, Jensen LJ, Bork P: A side effect resource to capture phenotypic effects of drugs. Mol Syst Biol. 2010, 6: 343-

    Article  PubMed  PubMed Central  Google Scholar 

  23. Ackroyd-Stolarz SA, MacKinnon NJ, Murphy N, Gillespie E, Zed PJ: Adverse events related to medications identified by a Canadian poison centre. J Popul Ther Clin Pharmacol. 2011, 18: e250-e256.

    CAS  PubMed  Google Scholar 

  24. Joseph T, Saipradeep VG, Raghavan GS, Srinivasan R, Rao A, Kotte S, Sivadasan N: TPX: biomedical literature search made easy. Bioinformation. 2012, 8: 578-580. 10.6026/97320630008578.

    Article  PubMed  PubMed Central  Google Scholar 

  25. Fielding RT, Taylor RN: Principled Design of the Modern Web Architecture. ACM Trans Internet Technol. 2002, 2: 115-150. 10.1145/514183.514185.

    Article  Google Scholar 

  26. SOAP: [http://en.wikipedia.org/wiki/SOAP]

  27. Smith L, Rindflesch T, Wilbur WJ: MedPost: a part-of-speech tagger for bioMedical text. Bioinformatics. 2004, 20: 2320-2321. 10.1093/bioinformatics/bth227.

    Article  CAS  PubMed  Google Scholar 

  28. Porter MF: An algorithm for suffix stripping. Program. 1980, 14: 130-137. 10.1108/eb046814.

    Article  Google Scholar 

  29. MeSH:http://www.nlm.nih.gov/mesh/MBrowser.html,

  30. Wikipedia:http://en.wikipedia.org/,

  31. MedDRA:http://www.meddra.org/,

  32. Bate A: Bayesian confidence propagation neural network. Drug Saf. 2007, 30: 623-625. 10.2165/00002018-200730070-00011.

    Article  PubMed  Google Scholar 

  33. Bate A, Lindquist M, Edwards IR, Olsson S, Orre R, Lansner A, De Freitas RM: A Bayesian neural network method for adverse drug reaction signal generation. Eur J Clin Pharmacol. 1998, 54: 315-321. 10.1007/s002280050466.

    Article  CAS  PubMed  Google Scholar 

  34. Patients Like Me. [http://www.patientslikeme.com] [accessed on 2012-06-06]

  35. MediGuard: [http://www.mediguard.org/] [accessed around 2012-06-06]

  36. Web-Harvest: [http://web-harvest.sourceforge.net] [accessed around 2012-06-06]

  37. Bupropion: [http://en.wikipedia.org/wiki/Bupropion]

  38. Denecke K, Nejdl W: How valuable is medical social media data? Content analysis of the medical web. Inf Sci. 2009, 179: 1870-1880. 10.1016/j.ins.2009.01.025.

    Article  Google Scholar 

  39. Shah SG, Robinson I: Patients’ perspectives on self-testing of oral anticoagulation therapy: content analysis of patients’ internet blogs. BMC Health Serv Res. 2011, 11: 25-10.1186/1472-6963-11-25.

    Article  PubMed  PubMed Central  Google Scholar 

  40. Eysenbach G, Till JE: Ethical issues in qualitative research on internet communities. BMJ. 2001, 323: 1103-1105. 10.1136/bmj.323.7321.1103.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  41. Sherrod RA, Ford C, Oliver J: Using data from the internet to teach ethical principles for critiquing research studies. Nurse Educ. 2010, 35: 17-19. 10.1097/NNE.0b013e3181c41f8d.

    Article  PubMed  Google Scholar 

  42. Whitehead LC: Methodological and ethical issues in Internet-mediated research in the field of health: an integrated review of the literature. Soc Sci Med. 2007, 65: 782-791. 10.1016/j.socscimed.2007.03.005.

    Article  PubMed  Google Scholar 

  43. Treato: [http://treato.com] [accessed on 2012-06-06]

  44. Szarfman A, Tonning JM, Doraiswamy PM: Pharmacovigilance in the 21st century: new systematic tools for an old problem. Pharmacotherapy. 2004, 24: 1099-1104. 10.1592/phco.24.13.1099.38090.

    Article  PubMed  Google Scholar 

  45. Evans SJW, Waller PC, Davis S: Use of proportional reporting ratios (PRRs) for signal generation from spontaneous adverse drug reaction reports. Pharmacoepidemiol Drug Saf. 2001, 6: 483-486.

    Article  Google Scholar 

  46. van Puijenbroek EP, Egberts AC, Meyboom RH, Leufkens HG: Signalling possible drug–drug interactions in a spontaneous reporting system: delay of withdrawal bleeding during concomitant use of oral contraceptives and itraconazole. Br J Clin Pharmacol. 1999, 47: 689-693.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  47. Lindquist M, Edwards IR, Bate A, Fucik H, Nunes AM, Stahl M: From association to alert–a revised approach to international signal analysis. Pharmacoepidemiol Drug Safety. 1999, 1: 15-25.

    Article  Google Scholar 

  48. Matsushita Y, Kuroda Y, Niwa S, Sonehara S, Hamada C, Yoshimura I: Criteria revision and performance comparison of three methods of signal detection applied to the spontaneous reporting database of a pharmaceutical manufacturer. Drug Saf. 2007, 30: 715-726. 10.2165/00002018-200730080-00008.

    Article  PubMed  Google Scholar 

Pre-publication history

Download references

Acknowledgements

We thank Gitanjali Rajamani from TCS for her valuable inputs and support.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Aditya Rao.

Additional information

Competing interests

All the authors are salaried employees of Tata Consultancy Services Ltd. (TCSL), where this work was done. TCSL finances the article-processing charge for this manuscript. The authors have no other competing interests.

Authors’ contributions

All the authors participated in the design of the study. SY and AR conceptualized the study, performed the statistical analysis and drafted the manuscript. TJ analyzed the results as well as draft and revise the manuscript. SY and SVG were involved in the development of all the components of the pipeline. RS reviewed the study, helped to draft the manuscript and gave final approval of the version to be published. All authors read and approved the final manuscript.

SriJyothsna Yeleswarapu, Aditya Rao contributed equally to this work.

Electronic supplementary material

12911_2013_785_MOESM1_ESM.pdf

Additional file 1:Pipeline results for some of the drugs used in the study, as well as top 10 results for each of the drugs.(PDF 305 KB)

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

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

Yeleswarapu, S., Rao, A., Joseph, T. et al. A pipeline to extract drug-adverse event pairs from multiple data sources. BMC Med Inform Decis Mak 14, 13 (2014). https://doi.org/10.1186/1472-6947-14-13

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1472-6947-14-13

Keywords