rtmill / Data-Quality-Analysis

The PEDSnet Data Quality Assessment Toolkit (OMOP CDM)
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Data Quality Assessment in PEDSnet

Objective

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.

Contents

Required Downloads

JDK

Java version 5

If using OSX, download here

Note: version 5 must be installed, even if a higher version of Java is installed

R

R version 3.1.x or above, 64-bit (Comprehensive R Archive Network)

R Packages

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")

For troubleshooting with install_github("ohdsi/SqlRender"), please see here.

Note: if previously installed, run update.packages() to get the latest version of each library