Skip to content

This project will describe how to pass a clinical report format to omop and import data from omop to that report

License

Notifications You must be signed in to change notification settings

GitHubbit/omics_to_omop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OMICS to OMOP

Convert MultiOmics data into formats compatible with OMOP CDM

Contributors

  • Nicholas Giangreco - Lead
  • Meghana Tandon
  • Kamileh Narsinh
  • Sal Volpe

Background

Clinical applications of sequencing and -omics data remain an underutilized resource for patient care in the push for precision medicine. Clinicians can learn valuable patient-specific information from sequencing data, including PRSs (polygenic risk scores), SVs (structural variants), SNPs, TCR repertoire profiling, etc. Unfortunately, this crucial information is often buried in -omics databases that are impractical for clinical use. Furthermore, the multitude of biological silos housing this data do not conform to the same naming conventions, formatting, etc. Standardization is overall lacking. Bioinformaticians, clinical informaticists, computational biologists, and other stakeholders aim to provide clinicians with diagnostically relevant genetic information in a manner that is interpretable and useful at the point of care. To do this, we map select OMICs data to the Observational Medical Outcomes Partnership Common Data Model (OMOP CDM) to enforce standardization, and facilitate clinical decision support.

Goal

To transform the genomic data output of several bioinformatics pipelines...

...into a format compatible with the ROMOPOmics package (https://github.com/ngiangre/ROMOPOmics), which further standardizes the data according the [OMOP CDM] (https://www.ohdsi.org/data-standardization/the-common-data-model/) specifications. This project thus extends the existing OMOP CDM to accommodate genomic information.

Methodology Flowchart

flowchart

Installation

devtools::install_github("collaborativebioinformatics/omics_to_omop",force=T) 

Implementation

Inputs

Note that there are many potentially clinically relevant fields available from these bioinformatics pipelines. Only a few are currently implemented for demonstration purposes.

  • PRS:
    • Disease
    • PRS Score
    • Disease Log Odds Ratio
  • SV
    • Gene
    • Variant
    • Start
    • End
    • Variant Type
    • Size
  • TCR
    • V segment expressed
    • Junction amino acid
    • number of times TCR gene expressed
  • Expressed Variants & Annotations
    • Patient
    • Tissue source
    • SRA run

Output

  • One SQLite database per input that maps input fields to the OMOP CDM

About

This project will describe how to pass a clinical report format to omop and import data from omop to that report

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%