This project contains several components to create and test a new and adaptable Common Data Model (CDM) based on the OMOP CDM standard.
This directory contains common data models that can be used as a basis for creating a new and adaptable CDM.
This directory includes all standard tables of the OMOP CDM, made available through the eunomia package for R software.
This directory holds mock data for testing the insertion and functionality of the newly created tables.
This directory is where the output of the new adapted common data model is stored.
This script is used to create new tables as per the OMOP CDM standard.
This script inserts mock data to test the functionality of the tables.
This script generates the new adapted CDM using the DatabaseConnector and dplyr libraries.
This script generates some charts from the mock data to briefly test the quality of the tables.
- R
- DatabaseConnector package
- dplyr package
- eunomia package
- Use
script_table_creation.R
to create new tables according to the OMOP CDM standard. - Use
script_inserting_data.R
to insert mock data and test table functionalities. - Use
script_generating_a_new_cdm.R
to create the new adapted CDM. - Use
script_some_charts.R
to generate charts and test the quality of the tables.
This project is licensed under the MIT License.
- OMOP CDM
- eunomia package
- DatabaseConnector package
- dplyr package
- oxford-pharmacoepi/PETDiagnostics package
https://github.com/OHDSI/Eunomia
https://github.com/oxford-pharmacoepi/PETDiagnostics