Skip to main content

Investigating drug repositioning opportunities in FDA drug labels through topic modeling

Abstract

Background

Drug repositioning offers an opportunity to revitalize the slowing drug discovery pipeline by finding new uses for currently existing drugs. Our hypothesis is that drugs sharing similar side effect profiles are likely to be effective for the same disease, and thus repositioning opportunities can be identified by finding drug pairs with similar side effects documented in U.S. Food and Drug Administration (FDA) approved drug labels. The safety information in the drug labels is usually obtained in the clinical trial and augmented with the observations in the post-market use of the drug. Therefore, our drug repositioning approach can take the advantage of more comprehensive safety information comparing with conventional de novo approach.

Method

A probabilistic topic model was constructed based on the terms in the Medical Dictionary for Regulatory Activities (MedDRA) that appeared in the Boxed Warning, Warnings and Precautions, and Adverse Reactions sections of the labels of 870 drugs. Fifty-two unique topics, each containing a set of terms, were identified by using topic modeling. The resulting probabilistic topic associations were used to measure the distance (similarity) between drugs. The success of the proposed model was evaluated by comparing a drug and its nearest neighbor (i.e., a drug pair) for common indications found in the Indications and Usage Section of the drug labels.

Results

Given a drug with more than three indications, the model yielded a 75% recall, meaning 75% of drug pairs shared one or more common indications. This is significantly higher than the 22% recall rate achieved by random selection. Additionally, the recall rate grows rapidly as the number of drug indications increases and reaches 84% for drugs with 11 indications. The analysis also demonstrated that 65 drugs with a Boxed Warning, which indicates significant risk of serious and possibly life-threatening adverse effects, might be replaced with safer alternatives that do not have a Boxed Warning. In addition, we identified two therapeutic groups of drugs (Musculo-skeletal system and Anti-infective for systemic use) where over 80% of the drugs have a potential replacement with high significance.

Conclusion

Topic modeling can be a powerful tool for the identification of repositioning opportunities by examining the adverse event terms in FDA approved drug labels. The proposed framework not only suggests drugs that can be repurposed, but also provides insight into the safety of repositioned drugs.

Background

Drug repositioning (or repurposing) refers to the action of discovering new uses or indications for the existing drugs. Pharmaceutical companies, academic researchers, and government agencies have focused resources on repositioning as a way to augment the slowing drug discovery pipeline due to shorter development timelines and lower risk concerns compared to new drug development [1, 2]. Traditionally, drug repositioning mainly relied on serendipity or 'happy accidents'; the classic examples are Viagra (sildenafil) and Thalomid (thalidomide) [3]. In silico approaches that provide a systematic way to explore drug repositioning opportunities have gained acceptance [4, 5].

In silico drug repositioning seeks opportunities based on retrieving and organizing different data profiles. One rich repositioning resource is the NCGC Pharmaceutical Collection (NPC), which contains all approved small-molecule drugs and can be surveyed using ultra high-throughput screening assays to systematically explore repositioning opportunities across human diseases, particularly rare and neglected ones [6]. Kinnings et al. [7] applied a support vector machine (SVM) approach using molecular docking scores based on protein structure data from Protein Data Bank (PDB) and identified a phosphodiesterase inhibitor, Comtan, that could be potentially repurposed to target Mycobacterium tuberculosis. Dudley et al. [8] discovered the anticonvulsant topiramate's application to inflammatory bowel disease (IBD) by analyzing gene expression data from NCBI's Gene Expression Omnibus (GEO) on IBD samples and 164 small-molecule drug compounds. Electronic medical records and PubMed are also used for in silico drug repositioning via text mining [9, 10].

There are several conceptual approaches to in silico drug repositioning, which mainly focus on how similarity between the drug space and disease space is assessed and quantified [11–13]. Phenotypic data such as side effects are an informative source of similarity assessment and has been used in drug repurposing. Campillos et al. [14] investigated off-target effects by integrating side effect profiles with chemical structures and identified several new drug-target interactions. They validated 13 implied drug-target relations by in vitro binding assays, of which 11 revealed inhibition constants equal to or less than 10 mM. Lun et al. [15] detected 3175 side effect and disease relationships and applied an in silico method to predict repositioning opportunities. Brouwers et al. [16] applied a network approach to compare the relationship between side effect similarity and off-targets shared by drugs.

There are several sources to obtain the side effect data, but this effort focused primarily on U.S Food and Drug Administration (FDA) approved labels for marketed drugs. The main reason for this preference is that a label description is based on the observations in both clinical trials and post-marketing surveillance, and so it represents a more systematic and comprehensive information resource than what is available from sporadic adverse event reporting after a drug is marketed. This research focuses on three related sections of the drug label, Boxed Warning (BW), Warnings and Precautions (WP), and Adverse Reactions (AR), in order to establish a robust relationship between drugs and side effects, rather than a broader, less focused data source such as the Side Effect Resource (SIDER) [17].

Drug labels require text mining techniques to extract useful information. Mapping documents to a lower dimensional concept space for semantic analysis is a well studied subject in information retrieval and text mining [18]. Recently, topic modeling based on the graphical model Latent Dirichlet Allocation (LDA) [19] has been applied to biological research [20, 21]. Topic modeling was applied to the discovery of "topics" from textual drug labels, where a topic is a set of words that represents a specific concept. Our previous work in this field focused on whether topic modeling could cluster drugs into biologically meaningful groups from either a safety or therapeutic perspective. The topic models we developed successfully grouped drugs with similar safety concerns [22].

There are several in silico ways to detect drug repositioning opportunities. Among them, similarity based approaches have been proposed and have several successful examples [14]. Similarity measure can be based on chemical space, genomic space and clinical knowledge space. Here, we employed the side effect data and used topic modeling to search for repositioning opportunities.

In this study, we hypothesized that drugs with similar side effect profiles likely share the same indications. In contrast to our previous study [22], we wanted to discover the semantic relationship between drugs. We then used this relationship as a measure of similarity between drug pairs and used that similarity to identify potential repositioning opportunities. A flowchart of the topic modeling approach we used is shown in Figure 1. Our results suggest that this approach could find alternative drugs for a particular indication. Furthermore, safer alternatives could also be identified using this approach to potentially replace BW drugs. We also identified several therapeutic categories that were over-represented with repositioning candidates, indicating that drugs in these therapeutic categories may be more likely to be repositioning candidates.

Figure 1
figure 1

Flowchart of the study.

Materials and methods

Drug label data set

DailyMed http://dailymed.nlm.nih.gov/dailymed/, a publicly available data source, lists FDA-approved labels of marketed drugs. Because a drug is often marketed with multiple brand names associated with multiple labels, we used the most recent label according to its effective date regardless of the brand name for each drug. Only drugs that are taken orally or by injection were examined in this study.

After identifying the drugs we would use, we parsed labels with XML formats. We used the three labeling sections related to the safety concerns (BW, WP, and AR) for further analysis. Information in these three sections contains not only safety concerns, but also adverse events and precautions that should be considered in the clinical use of the drug. We filtered raw text from the labels with standardized side effect (SE) terms in the Medical Dictionary for Regulatory Activities (MedDRA) http://www.meddramsso.com/ maintaining the lowest level terms consisting of 68,259 terms from 26 organs [23]. The SE profile contained 4,822 SE terms for each drug, which we used as the input matrix for topic modeling.

Drug indication data set

One shortcoming of the drug labels is that the indication sections do not list the indications in a way that can be consistently matched with the terms in a database like MedDRA. In order to integrate pre-processed indication concepts, we utilized SIDER [17]http://sideeffects.embl.de/, which provides indications for 888 drugs. For each drug in both data sources, we integrated the side effect profile from the drug label and indication terms from SIDER. Integrating both sources resulted in 870 drugs.

Topic modeling

A topic model is a statistical model of documents. A topic model or probabilistic latent semantic index (pLSI) is not a generative model, therefore it can not fully describe the dependency of documents, topics and words [24]. In a Latent Dirichlet Allocation model (LDA) a Dirichlet prior is introduced, so that not only the model is generative for new documents, but also the inference is more convenient [19]. The underlying concept of LDA is that a document has a mixture of topics and that each word is selected with a probability given one of the document topics. For each document d, θ(d) = P(z) stands for the multinomial distribution over topics. Let P(w|z) be the probability distribution over words w given topic z. Then, document d can be generated by following two steps for each word w i (where i is the index for i-th word of document d): first, a topic j is selected with a probability of P(z i = j) based on the probability distribution P(z); second, a word w i is picked out with a probability of P(w i |z i =j). Therefore, the generative process prescribes the following distribution of words in document d:

P ( w i ) = ∑ j = 1 T P ( w i | z i = j ) P ( z i = j )
(1)

where T is the number of topics.

Determining number of topics

Like other dimension reduction methods in the literature, topic modeling aims to remove redundancy in addition to finding topics in the documents. The number of topics to be searched for is usually determined empirically or by some heuristic approaches such as seen in recent studies [25, 26]. On the other hand, topic modeling can be also seen as a matrix factorization method. In this work we suggest a different heuristic approach to determine the number of topics. We first used Principal Component Analysis (PCA) on the drug-term matrix to attain the eigenvalues and then minimized the information loss as follows:

argmin k ∑ i = 1 n e i - λ ∑ i = k + 1 n e i
(2)

where λ is a penalty, which regularizes the information loss. We found that an optimal result is often achieved when λ = 2 in our study. In this case, the number of topics k is determined as follows:

argmin k ∑ i = 1 k e i - ∑ i = k + 1 n e i
(3)

Drug distance assessment

After obtaining the topics, one of the outputs of this model is the probability distribution of topics for a given drug, i.e., P(z|d), where z and d represent the random variables for topics and drugs respectively. This conditional probability is a signature of the drug, which is used to assess the drug similarities. Ding, et al. proposed a similar signature for genes based on a distribution of topics, which is determined by a straightforward counting [27].

We used the Kullback-Leibler (K-L) divergence [28], a measure of the difference between two probability distributions P and Q, to calculate similarities between drugs based on conditional probabilities P(z|d). K-L divergence is given by:

D K L ( P | | Q ) = ∑ i P ( i )  ln P ( i ) Q ( i )
(4)

In contrast to many metric measures, K-L divergence is asymmetric. Therefore, as the pairwise distance between drug A and B, D(A, B), we computed the following to symmetrize the relation:

D A , B = D K L A | | B + D K L B | | A 2
(5)

Common indication search

Using the pairwise symmetrized K-L distance defined in equation (5), we identified the nearest neighbor for each drug in the dataset. We then examined any common indication between a drug and its nearest neighbor. In order to generate a null distribution for each drug in the dataset we randomly chose a second drug and noted any common indications. We performed this procedure 10,000 times and recorded the percentage of trials in which a common indication was successfully located.

Results

As shown in Figure 1, the study involves four steps: (1) drug label preprocessing - three sections of drug labels, BW, WP, and AR, were used and SE terms were extracted using MedDRA terminology for each drug; (2) topic number determination - PCA with an information loss criterion was employed to determine the optimal number of topics; (3) drug similarity measurement - the drug-topic conditional probability matrix was obtained by using topic modeling, based on which the drug-drug similarity matrix was obtained by calculating K-L divergence; and (4) drug-pair assessment - drug pairs were assessed from both therapeutic and safety perspectives based on their known shared indications.

Number of topics

We obtained the number of topics using PCA with an information loss criterion as described in the Materials and Methods section. Figure 2 shows how the optimal number of topics was acquired via minimizing the information loss as described in Equation (3). The information loss reaches its minimum when the topic number is equal to 52. This means the original 4,822 SE profile can be represented by 52 topics.

Figure 2
figure 2

Optimal number of topics: information loss is plotted vs. number of topics; the minimal information loss occurs when the number of topics equals 52.

Drug pairs with common indication

After assessing the distance by symmetrized K-L divergence, we identified common indications for the closest drug pairs. Using this information we calculated recall, or the ratio of the number of pairs sharing an indication to the total number of pairs. The dotted blue line in Figure 3 shows how recall values increase as the number of indications for a given drug increases. Out of 870 closest drug pairs, 569 shared at least one common indication, which corresponded to a 65% recall. We expect that drugs with only one indication have a very low chance to share that indication with other drugs. Therefore, we recalculated the recall considering only those drug pairs where at least one drug had multiple indications. As shown in Figure 3, when the drugs in the query list have more than three indications, the recall reaches 75%, and grows rapidly as the number of indications increases.

Figure 3
figure 3

Recall vs. number of indications: Drugs with a low number of indications have a lower chance to find a nearest drug with a common indication; The topic model consistently outperformed the random chance. The red dots represent the recall of drugs with one and three indications, respectively.

We repeated the same procedure for the randomly selected drug pairs as a comparison (illustrated by the green dotted line in Figure 3). The result shows that both methods generated a similar trend, however, the real model consistently outperforms the random selection by a factor of 5.

Safety issues in drug repositioning

Balancing safety and efficacy is a key goal in drug development. One of the aims of drug repositioning is to find safer drugs to replace currently prescribed drugs that may have safety concerns. A drug with a BW has been defined by the U.S. Code of Federal Regulations (21CFR201.57) to be capable of causing serious adverse reactions or even death [29, 30]. If an alternative drug with fewer safety concerns can be identified, it would be a major benefit to public health. There are 342 drugs with a BW in this dataset. We examined the drugs paired with a BW drugs for each of the 342 BW drugs. We successfully identified potential safer alternatives (candidates without a BW) for 65 drugs, indicating that the proposed method may offer a new way to search safer drugs to replace ones with safety concern for the same indication. For instance, cefazolin is prescribed for urinary tract infections and has a BW, but our research suggests that a safer alternative, cefuroxime, may be used for the same disease.

Drug repositioning opportunities for therapeutic categories

We extracted the first level term from the Anatomical Therapeutic Chemical Classification System (ATC) http://www.who.int/classifications/atcddd/en/ for drugs involved in drug pairs that shared at least one common indication. Figure 4 shows the distribution of repositioning candidates identified by therapeutic category and the corresponding p-value for 14 therapeutic categories. For each therapeutic category, we calculated the percentage of drugs with a nearest neighbor sharing one or more common indications and used a Fisher's exact test to check if the observed distribution deviates significantly from the expected distribution.

Figure 4
figure 4

The percentage of the drugs that might be repositioned and the corresponding p values for 14 therapeutic categories. Two therapeutic groups (M = Musculo-skeletal system and J = Anti-infective for systemic use, labeled with asterisk) where over 80% of the drugs have a potential replacement.

Two therapeutic categories, M (Musculo-skeletal system) and J (Anti-infective for systemic use), had the highest percentage (86% and 82%, respectively) of drug pairs sharing common indications and statistically significant Fisher's Exact tests (p-values < 0.05). This suggests that drugs in both groups are more likely to be able to be repurposed. For example, most nonsteroidal anti-inflammatory drugs (NSAIDs), e.g., ibuprofen, belong to the Musculo-skeletal system category yet ibuprofen is a COX inhibitor and can initiate pain relief. The proposed method found that the nearest neighbor of indomethacin is ibuprofen. Indomethacin has an anti-Parkinson's effect [31], suggesting that ibuprofen might be effective for Parkinson's disease as well. Animal studies and clinical trials have demonstrated that ibuprofen can reduce the development of Parkinson's disease [32]. Since ibuprofen is an over-the-counter drug, the results demonstrate that our method has the ability to find safer alternative drugs for the treatment of the same disease.

Discussion

Discovering new uses for an existing drug is challenging. Traditionally, repositioning opportunities were discovered mainly by chance or by expert opinion. An in silico approach to drug repositioning is an important contribution to the drug discovery pipeline by offering a comprehensive method for suggesting alternative therapeutic uses of existing marketed drugs.

In this work, we developed an in silico approach based on topic modeling. FDA approved drug labels were used because of their well-defined and well-structured terminology. In particular, we used topic modeling to calculate a probabilistic topic distribution of adverse event terms appearing in the sections related to safety issues for each drug. We then measured the distance between pairs of drugs by means of this probabilistic topic distribution. We considered a candidate for drug repositioning to be identified if the nearest neighboring drug shares a common indication. This method provides several notable advantages. First, with its unsupervised nature, topic modeling does not require a priori information about the drugs. Secondly, it offers clear and easily understandable criteria for determining if a drug pair contains a repositioning candidate. Lastly, even if a suggested drug pair does not share any common indications, it may be worth further investigation because one of them may have an unknown indication that could have potential application.

The advantage of topic modeling is that a document is linked to several topics and the relationship between documents is preserved via these topics. In this study, a drug is characterized by its label and the similarity between drugs is determined by the similarity in topics contained by the three sections of the labels dealing with side effects. For every drug label, the similarities captured by the topic distribution suggested a nearest neighbor. This implies that even when the content of the drug labels is not exactly the same, the topics may well be very close to each other. We compared the common indications of all closest drug pairs suggested by our model with that of random drug pairs. This analysis showed that the proposed method identified at least three times as many repositioning candidates than would be expected by chance alone The recall of this method was over 69%, while there is only a 19% chance that two randomly selected drugs will share a common indication. The difference not only demonstrates the potential success of the proposed approach, but also invites the investigation of the remaining 31% of drug pairs. For example, atomoxetine and theophylline do not appear to share a common indication given the information reported in the drug label. However, after searching the literature, we found that theophylline may also be a useful drug to treat Attention-Deficit/Hyperactivity Disorder (ADHD), as is atomoxetine [33]. Similarly imipramin and buproprion do not have any indications in common, but Jacobs et al. [34] reported that a trial of imipramin was undertaken and that it was found to be effective for smoking cessation, a new indication for buproprion, but not at a desirable level.

We also observed that some therapeutic groups appeared more frequently in the successful pairs. When those frequencies were normalized by the total frequencies for all pairs, certain ATC categories contained significantly more successful pairs than what would be expected by chance alone. This finding indicates that some therapeutic groups are more prone to have drugs with common indications, which implies that the chance of finding repositioning candidates among these drugs is high. Furthermore, the findings also suggest that drug repositioning opportunities might exist not only within the same category, but also among the higher-level groups as well.

While repositioning opportunities are being explored, safety issues cannot be neglected. In ideal circumstances, drugs with minimum risk and maximum efficacy should be the first choice for repositioning. In this regard, our approach draws attention to drug pairs that suggest a safer alternative for the same disease. The proposed approach offers a way of identifying a drug without a BW to substitute for a drug with a BW. As an example, auranofin is used to treat rheumatoid arthritis but has a BW. Our system identified a drug (meclofenamate, which does not have a BW) already known to be safer for this indication.

Drug efficacy and safety are among the most critical and challenging issues facing government agencies, pharmaceutical companies, and academic researchers. Since FDA-approved drug labels are the most comprehensive and reliable source for therapeutic and safety information about currently marketed drugs, they are critical for the development of a novel in silico drug repositioning method. As new drugs are approved, new labels are created. Additionally, after years of clinical use of drugs, updates to their drug labels may be made because knowledge about the drug may change. The dynamic nature of the drug labels also requires an appropriate text mining approach so that the temporal pattern in the drug labels can be utilized for a more powerful drug repositioning system. Although the current study only considered the most recent drug labels, drug labels can also be mined at varying time points by using a dynamic topic modeling approach. In addition to predicting repositioning opportunities, the dynamic approach may also enable the development of an alert system for pharmacovigilance purposes.

Conclusions

This study investigated drug repositioning opportunities with an additional focus on safety analysis by performing topic modeling on FDA drug labels and measuring drug similarity by the number of discovered topics representing side effects. Our results demonstrated that drugs considered to be similar by this method may often be effective for the same disease. There are several benefits of this proposed approach: it may offer opportunities to reposition drugs without a BW to replace the drugs with BW; it may successfully identify therapeutic groups with the highest chance for drug repositioning, and the proposed method could offer a promising approach for pharmacovigilance.

Disclaimer

The views presented in this article do not necessarily reflect those of the US Food and Drug Administration.

References

  1. Ashburn TT, Thor KB: Drug repositioning: identifying and developing new uses for existing drugs. Nat Rev Drug Discov 2004, 3(8):673–683. 10.1038/nrd1468

    Article  CAS  PubMed  Google Scholar 

  2. Swanson DR: Fish oil, Raynaud's syndrome, and undiscovered public knowledge. Perspectives in biology and medicine 1986, 30(1):7–18.

    Article  CAS  PubMed  Google Scholar 

  3. Yang T, Liang H: Thalidomide and Congenital Abnormalities. Lancet 1963, 1(728):552.

    Article  CAS  PubMed  Google Scholar 

  4. Sardana D, Zhu C, Zhang M, Gudivada RC, Yang L, Jegga AG: Drug repositioning for orphan diseases. Briefings in Bioinformatics 2011, 12: 346–356. 10.1093/bib/bbr021

    Article  CAS  PubMed  Google Scholar 

  5. Ekins S, Williams AJ, Krasowski MD, Freundlich JS: In silico repositioning of approved drugs for rare and neglected diseases. Drug Discovery Today 2011, 16(7–8):298–310. 10.1016/j.drudis.2011.02.016

    Article  PubMed  Google Scholar 

  6. Huang R, Southall N, Wang Y, Yasgar A, Shinn P, Jadhav A, Nguyen D-T, Austin CP: The NCGC Pharmaceutical Collection: A Comprehensive Resource of Clinically Approved Drugs Enabling Repurposing and Chemical Genomics. Science Translational Medicine 2011, 3(80):80ps16. 10.1126/scitranslmed.3001862

    Article  PubMed Central  PubMed  Google Scholar 

  7. Kinnings SL, Liu NN, Tonge PJ, Jackson RM, Xie L, Bourne PE: A Machine Learning-Based Method To Improve Docking Scoring Functions and Its Application to Drug Repurposing. Journal of Chemical Information and Modeling 2011, 51(2):408–419. 10.1021/ci100369f

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  8. Dudley JT, Sirota M, Shenoy M, Pai RK, Roedder S, Chiang AP, Morgan AA, Sarwal MM, Pasricha PJ, Butte AJ: Computational Repositioning of the Anticonvulsant Topiramate for Inflammatory Bowel Disease. Science Translational Medicine 2011, 3(96):96ra76. 10.1126/scitranslmed.3002648

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  9. Frijters R, van Vugt M, Smeets R, van Schaik R, de Vlieg J, Alkema W: Literature Mining for the Discovery of Hidden Connections between Drugs, Genes and Diseases. Plos Computational Biology 2010, 6(9):e1000943. 10.1371/journal.pcbi.1000943

    Article  PubMed Central  PubMed  Google Scholar 

  10. Ananiadou S, Pyysalo S, Tsujii J, Kell DB: Event extraction for systems biology by text mining the literature. Trends in Biotechnology 2010, 28(7):381–390. 10.1016/j.tibtech.2010.04.005

    Article  CAS  PubMed  Google Scholar 

  11. Dudley JT, Deshpande T, Butte AJ: Exploiting drug disease relationships for computational drug repositioning. Briefings in Bioinformatics 2011, 12(4):303–311. 10.1093/bib/bbr013

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  12. Xie L, Xie L, Bourne PE: Structure-based systems biology for analyzing off-target binding. Current Opinion in Structural Biology 2011, 21(2):189–199. 10.1016/j.sbi.2011.01.004

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  13. Loging W, Rodriguez-Esteban R, Hill J, Freeman T, Miglietta J: Cheminformatic/bioinformatic analysis of large corporate databases: Application to drug repurposing. Drug Discovery Today: Therapeutic Strategies (0)

  14. Campillos M, Kuhn M, Gavin A-C, Jensen LJ, Bork P: Drug Target Identification Using Side-Effect Similarity. Science 2008, 321(5886):263–266. 10.1126/science.1158140

    Article  CAS  PubMed  Google Scholar 

  15. Yang L, Agarwal P: Systematic Drug Repositioning Based on Clinical Side-Effects. PLoS ONE 2011, 6(12):e28025. 10.1371/journal.pone.0028025

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  16. Brouwers L, Iskar M, Zeller G, van Noort V, Bork P: Network Neighbors of Drug Targets Contribute to Drug Side-Effect Similarity. PLoS ONE 2011, 6(7):e22187. 10.1371/journal.pone.0022187

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  17. Kuhn M, Campillos M, Letunic I, Jensen LJ, Bork P: A side effect resource to capture phenotypic effects of drugs. Molecular Systems Biology 2010, 6: 343.

    Article  PubMed Central  PubMed  Google Scholar 

  18. Salton G, McGill MJ: Introduction to Modern Information Retrieval. McGraw-Hill, Inc.; 1986.

    Google Scholar 

  19. Blei D, Ng A, Jordan M: Latent Dirichlet Allocation. Journal of Machine Learning Research 2003, 3: 993–1022.

    Google Scholar 

  20. Wang H, Ding Y, Tang J, Dong X, He B, Qiu J, Wild DJ: Finding Complex Biological Relationships in Recent PubMed Articles Using Bio-LDA. PLoS ONE 2011, 6(3):e17243. 10.1371/journal.pone.0017243

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  21. He B, Tang J, Ding Y, Wang H, Sun Y, Shin JH, Chen B, Moorthy G, Qiu J, Desai P, et al.: Mining Relational Paths in Integrated Biomedical Data. PLoS ONE 2011, 6(12):e27506. 10.1371/journal.pone.0027506

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  22. Bisgin H, Liu Z, Fang H, Xu X, Tong W: Mining FDA drug labels using an unsupervised learning technique - topic modeling. BMC Bioinformatics 2011, 12(Suppl 10):S11. 10.1186/1471-2105-12-S10-S11

    Article  PubMed Central  PubMed  Google Scholar 

  23. Scheiber J, Jenkins JL, Sukuru SCK, Bender A, Mikhailov D, Milik M, Azzaoui K, Whitebread S, Hamon J, Urban L, et al.: Mapping Adverse Drug Reactions in Chemical Space. Journal of Medicinal Chemistry 2009, 52(9):3103–3107. 10.1021/jm801546k

    Article  CAS  PubMed  Google Scholar 

  24. Hofmann T: latent semantic indexing. Proceedings of the Twenty-Second Annual International SIGIR Conference 1999.

    Google Scholar 

  25. Broniatowski DA, Magee CL: Studying Group Behaviors: A tutorial on text and network analysis methods. Signal Processing Magazine, IEEE 2012, 29(2):22–32.

    Article  Google Scholar 

  26. David AB, Christopher LM: Analysis of Social Dynamics on FDA Panels Using Social Networks Extracted from Meeting Transcripts. In Proceedings of the 2010 IEEE Second International Conference on Social Computing. IEEE Computer Society; 2010.

    Google Scholar 

  27. Ding J, Berleant D, Xu J, Juhlin K: GeneNarrator: Mining the Literaturome for Relations Among Genes. J Proteomics Bioinform 2009, 2: 360–371. 10.4172/jpb.1000096

    Article  CAS  Google Scholar 

  28. Kullback S: Information theory and statistics. NY: John Wiley and Sons; 1959.

    Google Scholar 

  29. Willy M, Li Z: What is prescription labeling communicating to doctors about hepatotoxic drugs? A study of FDA approved product labeling. Pharmacoepidemiology and Drug Safety 2004, 13(4):201–206. 10.1002/pds.856

    Article  PubMed  Google Scholar 

  30. Chen M, Vijay V, Shi Q, Liu Z, Fang H, Tong W: FDA-approved drug labeling for the study of drug-induced liver injury. Drug Discovery Today 2011, 16(15–16):697–703. 10.1016/j.drudis.2011.05.007

    Article  PubMed  Google Scholar 

  31. Antony AS, Gudluru S, Pal B, Vadivelan R, Kumar MNS, Elango K, Suresh B: Indomethacin, Nifedipine and its Combination Produced Anti-Parkinson's Activity in 6-ohda Lesioned Rat Model. Pharmacie Globale: International Journal of Comprehensive Pharmacy 2010, 01(04):1–3.

    Google Scholar 

  32. Gao X, Chen H, Schwarzschild MA, Ascherio A: Use of ibuprofen and risk of Parkinson disease. Neurology 2011, 76(10):863–869. 10.1212/WNL.0b013e31820f2d79

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  33. Mohammadi MR, Kashani L, Akhondzadeh S, Izadian ES, Ohadinia S: Efficacy of theophylline compared to methylphenidate for the treatment of attention-deficit hyperactivity disorder in children and adolescents: a pilot double-blind randomized trial. Journal of Clinical Pharmacy and Therapeutics 2004, 29(2):139–144. 10.1111/j.1365-2710.2004.00545.x

    Article  CAS  PubMed  Google Scholar 

  34. Jacobs MA, Wohlberg GW, Spilken AZ, Knapp PH, Norman MM: Interaction of Personality and Treatment Conditions Associated with Success in a Smoking Control Program. Psychosom Med 1971, 33(6):545.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

HB is grateful to the National Center for Toxicological Research (NCTR) of U.S. Food and Drug Administration (FDA) for student support through the Oak Ridge Institute for Science and Education (ORISE).

This article has been published as part of BMC Bioinformatics Volume 13 Supplement 15, 2012: Proceedings of the Ninth Annual MCBIOS Conference. Dealing with the Omics Data Deluge. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcbioinformatics/supplements/13/S15

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Xiaowei Xu or Weida Tong.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

HB and ZC, performed all calculations and data analysis, and wrote the first draft of manuscript. WT and XX developed the methods and had the original idea and guided the data analysis and presentation of results. HF and RK contributed to the data analysis, verified the calculations, and assisted with writing the manuscript. All authors read and approved the final manuscript.

Halil Bisgin, Zhichao Liu contributed equally to this work.

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Bisgin, H., Liu, Z., Kelly, R. et al. Investigating drug repositioning opportunities in FDA drug labels through topic modeling. BMC Bioinformatics 13 (Suppl 15), S6 (2012). https://doi.org/10.1186/1471-2105-13-S15-S6

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-13-S15-S6

Keywords