Dataset Open Access

Drug Indications Extracted from FAERS

Stupp, Gregory S; Su, Andrew I

This dataset contains drug indications extracted from the FDA Adverse Event Reporting System (FAERS).

Source code here: https://github.com/stuppie/faers

Method Outline

  • Data files are extracted from zip files, parsed from csvs, and imported into a MySQL database (see parser.py).
  • Duplicate records are then de-duplicated by taking only the most recent version for each case ID (see dedupe.py).
  • Indications are normalized by matching to UMLS terms by string matching. Cross-references to Human Phenotype Ontology are pulled from UMLS and xrefs to Monarch Disease Ontology (MONDO) are pulled from MONDO using the UMLS xrefs. (See normalize_indications.py)
  • Drugs names are normalized first by applying a few simple string cleaning operations (strip, fix slashes and periods). Then they are attempted to be matched to rxnorm by exact string matching. Those that don't match are run against rxnorm's approximate matching service, and are accepted if the score is higher than 67/100. The matched rxnorm CUIs are then mapped to the their Ingredient level rxnorm ID. (See normalize_drugs.py)
  • Indications are then retrieved for each drug ingredient and filtered to require a minimum of 20 individual occurances. (See get_indications.py)
Files (242.3 kB)
Name Size
faers_indications.csv
md5:4c9d12fcbd78257622a8be91504cd741
242.3 kB Download
2,515
411
views
downloads
All versions This version
Views 2,5152,515
Downloads 411411
Data volume 99.6 MB99.6 MB
Unique views 2,3662,366
Unique downloads 385385

Share

Cite as