OHDSI COVID-19 Studyathon: International coronavirus disease (COVID) - angiotensin converting enzyme (ACE) Receptor Inhibition Utilization and Safety (ICARIUS) studies: susceptibility and severity
- Analytics use case(s): Population-Level Estimation
- Study type: Clinical Application
- Tags: Study-a-thon, COVID-19
- Study lead: Marc A. Suchard, Seng Chan You, Mitchell M. Conover
- Study lead forums tag: msuchard, SCYou, Conovermitch
- Study start date: March 26, 2020
- Study end date: -
- Protocol: PDF
- Publications: -
- Results explorer: Shiny app
This study will evaluate the effect of ACE inhibitor or ARB exposure on the risk of contracting COVID-19 infection and the risk of experiencing respiratory failure, pneumonia, acute kidney injury, and death in hypertensive patients following contracting COVID-19 infection. The analysis will be undertaken across a federated multi-national network of electronic health records and administrative claims from primary care and secondary care that have been mapped to the Observational Medical Outcomes Partnership Common Data Model in collaboration with the Observational Health Data Sciences and Informatics (OHDSI) and European Health Data and Evidence Network (EHDEN) initiatives. These data reflect the clinical experience of patients from six European countries (Belgium, Netherlands, Germany, France, Spain, and Estonia) the United Kingdom, the United States of America, South Korea, and Japan as data becomes available. We will use a prevalent user cohort design to estimate the relative risk of each outcome using an on-treatment analysis of monotherapy only and monotherapy or combo-therapy comparisons. In the analysis of respiratory failure, pneumonia, acute kidney injury, and death, we will conduct separate analyses assessing prevalent use of antihypertensives at the time of any diagnosis with COVID-19 or at the time of an inpatient admission with COVID-19 diagnosis. Data driven approaches will be used to identify potential covariates for inclusion in matched or stratified propensity score models identified using regularized logistic regression. Large-scale propensity score matching and stratification strategies that allow balancing on a large number of baseline potential confounders will be used in addition to negative control outcomes to allow for evaluating residual bias in the study design as a whole as a diagnostic step.
This study is part of the OHDSI 2020 COVID-19 study-a-thon.
- A database in Common Data Model version 5 in one of these platforms: SQL Server, Oracle, PostgreSQL, IBM Netezza, Apache Impala, Amazon RedShift, or Microsoft APS.
- R version 3.5.0 or newer
- On Windows: RTools
- Java
- 25 GB of free disk space
See this video for instructions on how to set up the R environment on Windows.
-
This study consists of two analyses: Susceptibility and Severity
-
You will ultimately build two separate libraries for these analysis:
Covid19IncidenceRasInhibitors
(the Susceptibility study) andCovid19ComplicationsRasInhibitors
(the Severity study). Each Analysis folder has specific instructions on how to install the study library.
Note: If you encounter errors in devtools pulling the study packages, you may find it easier to download the repo zip locally and uploading it through your RStudio console. Instructions to upload packages are provided in The Book of OHDSI.
- When completed, the output will exist as a .ZIP file in the
export
directory in theoutput
folder location. This file contains the results to submit to the study lead. To do so, please use the function below. You must supply the directory location to where you have saved the<study key name>.dat
file to theprivateKeyFileName
argument. You must contact the study coordinator to receive the required private key.
keyFileName <- "<directory location of where you saved the study key name.dat>"
userName <- "study-data-site-covid19"
OhdsiSharing::sftpUploadFile(privateKeyFileName = keyFileName,
userName = userName,
remoteFolder = "Covid19Icarius",
fileName = "<directory location of outputFolder/export>")
If you are unable to utilize the OhdsiSharing
package, you may utilize a SFTP client of your choosing (e.g. FileZilla) and upload through that tool. If you have questions, contact the study coordinator.
max_connections = 40
shared_buffers = 64GB
effective_cache_size = 192GB
maintenance_work_mem = 2GB
checkpoint_completion_target = 0.9
wal_buffers = 16MB
default_statistics_target = 500
random_page_cost = 4
effective_io_concurrency = 2
work_mem = 209715kB
min_wal_size = 4GB
max_wal_size = 16GB
max_worker_processes = 8
max_parallel_workers_per_gather = 4
max_parallel_workers = 8
The Covid19IncidenceRasInhibitors
(the Susceptibility study) and Covid19ComplicationsRasInhibitors
(the Severity study) packages are licensed under Apache License 2.0