faers
R interface for FDA Adverse Event Reporting System
Bioconductor version: 3.23 · Package version: 1.8.0
The FDA Adverse Event Reporting System (FAERS) is a database used for the spontaneous reporting of adverse events and medication errors related to human drugs and therapeutic biological products. faers pacakge serves as the interface between the FAERS database and R. Furthermore, faers pacakge offers a standardized approach for performing pharmacovigilance analysis.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("faers") Details
| Maintainer | Yun Peng <yunyunp96@163.com> |
| Author | Yun Peng [aut, cre] (ORCID: <https://orcid.org/0000-0003-2801-3332>), YuXuan Song [aut], Caipeng Qin [aut], JiaXing Lin [aut] |
| License | MIT + file LICENSE |
| Bug Reports | https://github.com/WangLabCSU/faers |
| Downloads rank | 274 |
| Source branch | RELEASE_3_23 |
| biocViews | BiomedicalInformatics, DataImport, Pharmacogenomics, Software |
Documentation
Download
Dependencies
Depends: R (>= 3.5.0)
Imports: BiocParallel, brio, cli, curl (>= 6.0.0), data.table, httr2 (>= 1.0.0), MCMCpack, methods, openEBGM, rlang, rvest, tools, utils, vroom, xml2
Suggests: BiocStyle, countrycode, knitr, rmarkdown, testthat (>= 3.0.0)