.
US Food and Drug Administration (FDA) Adverse Event Reporting System (FAERS, formerly AERS) is a database that contains information on adverse event and medication error reports submitted to the FDA. The database is designed to support the FDA's post-marketing safety surveillance program for drug and therapeutic biologic products. In this issue of my blog i have used 2012 quarter 4 data to visualize adverse reactions and also compare the adverse reactions for a group of drugs (group means by ATC code). There are some very important point to note the data is submitted from countries which mean a drug can have different names (brandnames) . So you can search as "Aspirin" on the database you need to search by all the alternate brandnames of Aspirin on the database. For that I have created a brandname based dataset of all the drugbank data which i will use for this example.
For this datasets used :
For this datasets used :
- ATC drug group class data
- Drug Brandnames data
- 2012 FDA quarter 4 dataset.
R packages used
If you want the brandnames data with the ATC code classes leave a comment below with your email id or you can shoot an email.
Class Blood and blood forming organs ( Access the full charts at http://abhik1368.github.io/plots/classB.html)
Class Nervous System ( http://abhik1368.github.io/plots/classN.html)
Class Alimentary tract and metabolism (http://abhik1368.github.io/plots/classA.html)
- foreach
- doParallel
- rCharts(for visualization)
If you want the brandnames data with the ATC code classes leave a comment below with your email id or you can shoot an email.
Class Blood and blood forming organs ( Access the full charts at http://abhik1368.github.io/plots/classB.html)
Class Nervous System ( http://abhik1368.github.io/plots/classN.html)
Class Alimentary tract and metabolism (http://abhik1368.github.io/plots/classA.html)
No comments:
Post a Comment