Bundles and CDM
Space shortcuts
Space Tools
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

A Digital Twin is a concise, current, and true representation in silicoof a functioning real-world entity. With origins in industry manufacturing and design, it can be used to assist the assembly of many complex and interacting parts prior to an analysis. In healthcare, the creation of a Digital Twin of a person consists of assembling data from many sources and calculating the assembled result to obtain an accurate representation of an individual. That representation can then be used with the assembles of other persons to run in silicostudies. The Digital Twin makes possible more accurate population studies based upon real world data (RWD). Performing an extra layer of data reconciliation in the form of producing Digital Twins allows a population study based in Digital Twins to arrive at more accurate conclusions than when using raw data.

This bundle, distributed in a beta version, will allow i2b2 administrators to try the i2b2 Digital Twin Tools:

1) Loyalty Cohorts: Determination that data completeness is sufficient for creation of a Digital Twin. This is done through calculation of a “loyalty cohort” to assured that most of the care is received in the hospital systems producing the data set that is used for calculation of the twin. This step will provide the logic to exclude the conditions the individual does NOT have, as well as assure there is sufficient data to calculate the conditions that the individual does have.

2) Computational Phenotypes: We have previously found that half of patients with an ICD-9 or ICD-10 diagnosis code in the electronic health record (EHR) for Type 2 Diabetes (T2DM) do not actually have the disease. The code for T2DM thus has low "precision" for predicting the patient's true condition or "phenotype". Most diagnosis codes have this problem to varying degrees. One consequence of this is that clinical trials overestimate the number of eligible patients from the EHR. As a result, the trials have low yield in recruiting patients and are slow or unable to meet enrollment targets.


Installation: 

The Digital Twin tools are in the i2b2-digitaltwin repository: https://github.com/i2b2/i2b2-digitaltwin. Steps for installation:

1) Download a copy of the repository. In the Release_1-8/NewInstall/Crcdata directory, edit the db.properties file as is done to install other i2b2 data components. Note that the project should be set to act, as some components require the ENACT ontology.

2) Run the following ant targets to install both loyalty cohorts and computational phenotypes.

Linux Run Command
ant -f data_build.xml create_crcdata_digitaltwin_tables_release_1-8
ant -f data_build.xml create_crcdata_digitaltwin_procedures_release_1-8
ant -f data_build.xml db_digitaltwin_load_data

Windows Run Command
%ANT_HOME%\bin\ant.bat -f data_build.xml create_crcdata_digitaltwin_tables_release_1-8
%ANT_HOME%\bin\ant.bat -f data_build.xml create_crcdata_digitaltwin_procedures_release_1-8
%ANT_HOME%\bin\ant.bat -f data_build.xml db_digitaltwin_load_data


This will create several new tables in your i2b2 CRC database:

SQL TableToolDescription
dt_keser_concept_childrenKESERStores hierarchical relationships between concepts identified by KESER.
dt_keser_concept_featureKESERContains features associated with concepts identified by KESER.
dt_keser_embeddingKESERHolds embedding vectors for various concepts used in KESER for phenotype analysis.
dt_keser_featureKESERStores features extracted from EHR data for phenotype computation by KESER.
dt_keser_feature_cooccurKESERContains data on the co-occurrence of features within patient records identified by KESER.
dt_keser_feature_cooccur_tempKESERTemporary table for storing intermediate co-occurrence data during KESER processing.
dt_keser_feature_countKESERHolds counts of various features across the patient cohort identified by KESER.
dt_keser_import_concept_featureKESERStores imported features associated with concepts for use in KESER phenotype computation.
dt_keser_patient_partitionKESERContains partitions of patients for parallel processing of data in KESER.
dt_keser_patient_period_featureKESERFeatures extracted from specific periods of patient records by KESER.
dt_keser_phenotypeKESERContains phenotype definitions identified by KESER.
dt_keser_phenotype_featureKESERLinks features to their corresponding phenotypes in KESER.
dt_komap_base_cohortKOMAPBase cohort of patients for the KOMAP program.
dt_komap_patient_featureKOMAPFeatures extracted from patient records for use in the KOMAP program.
dt_komap_phenotypeKOMAPPhenotype definitions used in the KOMAP program.
dt_komap_phenotype_covarKOMAPCovariates used in the phenotype analysis for the KOMAP program.
dt_komap_phenotype_covar_innerKOMAPIntermediate covariate data used during KOMAP phenotype analysis.
dt_komap_phenotype_feature_coefKOMAPCoefficients for features used in KOMAP phenotype computation.
dt_komap_phenotype_feature_dictKOMAPDictionary of features used in KOMAP phenotype analysis.
dt_komap_phenotype_gmmKOMAPGaussian Mixture Model results used in KOMAP phenotype clustering.
dt_komap_phenotype_gold_standardKOMAPGold standard phenotypes used for validating KOMAP computational phenotype models.
dt_komap_phenotype_patientKOMAPLinks patients to their computed phenotypes in KOMAP.
dt_komap_phenotype_sampleKOMAPSampled patient data for KOMAP phenotype analysis.
dt_komap_phenotype_sample_featureKOMAPFeatures extracted from sampled patient data for KOMAP.
dt_komap_phenotype_sample_resultsKOMAPResults of KOMAP phenotype analysis on sampled data.
DT_LOYALTY_CHARLSONLOYALTYCharlson Comorbidity Index data for loyalty cohort analysis.
DT_LOYALTY_PATHSLOYALTYPathways data for determining patient care paths in the loyalty cohort.
DT_LOYALTY_PSCOEFFLOYALTYCoefficients for propensity score calculation in the loyalty cohort analysis.
DT_LOYALTY_RESULTLOYALTYResults of loyalty cohort analysis.
DT_LOYALTY_RESULT_CHARLSONLOYALTYResults of Charlson Comorbidity Index analysis for the loyalty cohort.
DT_LOYALTY_RESULT_SUMMARYLOYALTYSummary results of the loyalty cohort analysis.



  • No labels