Published September 28, 2018 | Version 2018q2
Dataset Open

Drug Indications Extracted from FAERS

  • 1. The Scripps Research Institute

Description

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

faers_indications.csv

Files (242.3 kB)

Name Size Download all
md5:4c9d12fcbd78257622a8be91504cd741
242.3 kB Preview Download

Additional details

Funding

Gene Wiki: expanding the ecosystem of community-intelligence resources 2R01GM089820-06
National Institutes of Health