This toolkit has been designed for conducting data quality assessments on clinical datasets modeled using the OMOP common data model. The toolkit includes a wide variety of data quality checks and a GitHub-based issue reporting mechanism. The toolkit is being routinely used by the PEDSnet CDRN.
Java version 5
If using OSX, download here
Note: version 5 must be installed, even if a higher version of Java is installed
R version 3.1.x or above, 64-bit (Comprehensive R Archive Network)
install.packages(c("DBI","yaml","ggplot2","RJDBC","devtools","futile.logger","plyr","dplyr","dbplyr","lubridate"))
install.packages("RPostgres")
library(devtools)
install_github("ohdsi/SqlRender")
install_github("ohdsi/DatabaseConnector")
install_github("baileych/ohdsi-argos")
RPostgres
package is not required if PostgreSQL is not the target database typeROracle
package should be installedFor troubleshooting with install_github("ohdsi/SqlRender")
, please see here.
Note: if previously installed, run update.packages()
to get the latest version of each library