-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Multiomics EHR Risk KP Update #113
Comments
Hello! |
@GitHubbit thank you for the information! |
@erikyao Hello Yao! Apologies for the confusion. Earlier, I had requested that we pause this update because I thought that we were going to provide new TSVs. We have decided that we need to do a significant amount of work before we are able to generate new TSVs. Given the urgency of TRAPI 1.4 migration requirements, may I ask that you deploy this as before? The TSVs are thus what we previously used, and the only major change is the addition of the source provenance. Please let me know! |
@GitHubbit @colleenXu API updated! |
Heads-up: (1) BTE probably isn't hooked up to this API properly due to the changes. To get BTE hooked up properly, the currently registered SmartAPI yaml needs updates. I can meet with you if needed to go through some examples and get you started. The updates that I can think of off the top of my head are...
(2) Once (1) is done, you'll probably also want the TRAPI 1.4 source data stuff working correctly. To support this, similar to the ClinicalTrials KP API, a separate yaml will need to be created (in a branch or fork) with the |
@GitHubbit @colleenXu API updated again |
It looks like the basics of this issue were addressed:
|
{ "_id": "UNII:25ADE2236L_HP:0000360_08401321539277617_08401321539277617", "subject": { "UNII": "25ADE2236L", "id": "UNII:25ADE2236L", "name": "thrombin", "type": "biolink:ChemicalSubstance" }, "association": { "predicate": "associated_with_increased_likelihood_of", "edge_attributes": [ { "attribute_type_id": "biolink:has_supporting_study_result", "value": "We train a large collection of multivariable, binary logistic regression models on EHR data for each specific condition/disease/outcome. Features include labs, medications, and phenotypes. Directed edges point from risk factors to specific outcomes (diseases, phenotype, or medication exposure).", "attributes": [ { "attribute_type_id": "biolink:supporting_study_method_type", "value": "STATO:0000149", "description": "Binomial logistic regression for analysis of dichotomous dependent variable (in this case, for having this particular condition/disease/outcome or not)" }, { "attribute_type_id": "biolink:update_date", "value": "2022-05-18" }, { "attribute_type_id": "biolink:p_value", "value": 0.9367666401584368, "description": "p-value for the feature's coefficient" }, { "attribute_type_id": "STATO:0000209", "value": 0.8401321539277617, "description": "AUC-ROC of the logistic regression model" }, { "attribute_type_id": "STATO:0000565", "value": 4.558176672832635, "description": "log_odds_ratio" }, { "attribute_type_id": "biolink:supporting_study_cohort", "value": "age < 18 excluded" }, { "attribute_type_id": "biolink:supporting_study_date_range", "value": "2020-2022 (future prediction)" }, { "attribute_type_id": "biolink:supporting_study_size", "value": "10100000", "description": "total_sample_size" } ] }, { "attribute_type_id": "biolink:primary_knowledge_source", "value": "infores:biothings-multiomics-ehr-risk", "value_type_id": "biolink:InformationResource", "value_url": "http://smart-api.info/registry?q=d86a24f6027ffe778f84ba10a7a1861a", "description": "The EHR Risk KP is created and maintained by the Multiomics Provider team from the Institute for Systems Biology in Seattle, WA. Through a partnership with Providence/Swedish Health Services and Institute for Systems Biology, we analyze over 26 million EHRs. We use these records to train a large collection of interpretable machine learning models which are integrated into a single large Knowledge Graph, with directed edges pointing from risk factors to specific outcomes (diseases, phenotype, or medication exposure)." }, { "attribute_type_id": "biolink:supporting_data_source", "value": "infores:providence-st-joseph-ehr", "value_type_id": "biolink:InformationResource", "value_url": "https://github.com/NCATSTranslator/Translator-All/wiki/EHR-Risk-KP", "description": "A partnership with Providence/Swedish Health Services and Institute for Systems Biology allows analysis of 26 million EHRs from patients in seven states in the US, including Alaska, California, Montana, Oregon, Washington, Texas, and New Mexico. Please email data-access@isbscience.org for more information." } ] }, "object": { "HP": "0000360", "id": "HP:0000360", "name": "Tinnitus", "type": "biolink:PhenotypicFeature" }, "source": { "edge_sources": [ { "resource_id": "infores:biothings-multiomics-ehr-risk", "resource_role": "primary_knowledge_source" }, { "resource_id": "infores:providence-st-joseph-ehr", "resource_role": "supporting_data_source" } ] } }
The text was updated successfully, but these errors were encountered: