-
Notifications
You must be signed in to change notification settings - Fork 6
Workflow 4: Green/Gamma Implementation of Modules 1-4 & 5-8 #44
Comments
Scroll down for updates to plan Plan for implementation of Workflow 4:
Note that other paths are possible and may be attempted.
Note re ICEES: We will need to capture directionality as part of the output for the workflow. By "directionality", I mean that we need to capture which strata is "enriched" for a given phenotype (i.e., has a higher percentage of patients with XXX). The Chi Square statistic that ICEES provides informs one of differences between groups or bins, but it does not provide any information on the directionality of the differences. Relative risks and odds ratios may suffice. A. ICEES example query Input: Feature variables: AvgDailyPM2.5Exposures < 3, TotalEDInpatientVisits < 2 Output:* +----------------------------+------------------------------+-------------------------------+---------+ B. COHD example queries Input: Asthma (ID #317009) and Black or African American (ID #8516) Output: Input: Asthma (ID #317009) and White (ID #8527) Output: C. Clinical Profiles links |
See Green/Gamma TranQL implementation of Workflow 5, which is related to Workflow 4, here. |
WORKFLOW INPUT: See ICEES_FeatureVariables and ICEES_Identifiers here for diagnoses. Note that these docs are updated as new variables are added to the ICEES integrated feature tables. WORKFLOW (Gamma) QUESTION TEMPLATE: Note that the second gene hop was added per ROBOKOP Neo4J constraints. If we can avoid this, great; if not, that's fine, too. { |
ROBOKOP queries and RTX queries are being pre-computed for this workflow using all available ICEES phenotypes/diagnoses. Example ICEES queries are included below as an FYI: curl -k -XPOST https://localhost:8080/1.0.0/patient/2010/cohort/COHORT:22/associations_to_all_features -H "Content-Type: application/json" -d '{"feature":{"TotalEDInpatientVisits":{"operator":"<", "value":2}},"maximum_p_value":0.1}' -H "Accept: application/json" curl -k -XPOST https://localhost:8080/1.0.0/patient/2010/cohort/COHORT:22/associations_to_all_features -H "Content-Type: application/json" -d '{"feature":{"ur":{"operator":"=", "value":"U"}},"maximum_p_value":0.1}' -H "Accept: application/json" curl -k -XPOST https://localhost:8080/1.0.0/patient/2010/cohort/COHORT:22/associations_to_all_features -H "Content-Type: application/json" -d '{"feature":{"Sex2":{"operator":"=", "value":"Male"}},"maximum_p_value":0.1}' -H "Accept: application/json" |
Green/Gamma initial plan is to refine end-to-end execution of WF4 using TranQL, with ICEES/COHD/Clinical Profiles for execution of modules 1-4 input and ROBOKOP/RTX/mediKanren for execution of modules 5-8. |
Mini-hackathon was held on Friday, April 12, 12-4 pm ET. Topic: Unified Translator-compliant Clinical Knowledge Source API. Attendees: Hao Xu, Richard Zhu, Casey Ta, Steve Cos, and Kara Fecho. Event was successful. Team developed a plan of action and is moving forward with execution of the plan. The unified Translator Clinical Knowledge Source API will foster efforts on Workflows 4 and 5, as well as any efforts related to COHD, Clinical Profiles, and ICEES. |
This issue relates to Green/Gamma's efforts on Workflow 4.
The text was updated successfully, but these errors were encountered: