Skip to content
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

connecting to ICEES Asthma #305

Closed
colleenXu opened this issue Sep 22, 2021 · 4 comments
Closed

connecting to ICEES Asthma #305

colleenXu opened this issue Sep 22, 2021 · 4 comments

Comments

@colleenXu
Copy link
Collaborator

colleenXu commented Sep 22, 2021

This is an issue to collect issues related to ingesting ICEES Asthma and COVID APIs. At the moment, issues are not expected for BTE's ingestion....instead there are issues regarding the other team's APIs.

At the moment:

@colleenXu
Copy link
Collaborator Author

colleenXu commented Sep 22, 2021

@karafecho Here are some issues known for BTE connecting to the other ICEES APIs.

I've closed the other issue here, noting what was going on regarding the ICEES DILI instance

@colleenXu
Copy link
Collaborator Author

on-hold because it depends on fixes from another team

@colleenXu
Copy link
Collaborator Author

colleenXu commented Oct 12, 2021

TDLR: the server url issues seem to be fixed. However, there are still other issues with the APIs...

For example, I've noticed the following issues with the ICEES COVID API (https://covid.icees.renci.org/query):

  • The provenance edge attribute says "icees-asthma", which seems incorrect
  • There seems to be outdated terms like ChemicalSubstance (semantic type), PUBCHEM (should be PUBCHEM.COMPOUND), UMLSCUI (should be UMLS)

--

This is a query that should get results back from ICEES Asthma (sometimes there are timeouts for the sub-queries sent to the API). It seems to be working as-expected...

Asthma query
{
    "message": {
        "query_graph": {
            "edges": {
                "e00": {
                    "subject": "n00",
                    "object": "n01",
                    "predicates": ["biolink:has_real_world_evidence_of_association_with"]
                }
            },
            "nodes": {
                "n00": {
                    "ids": ["MONDO:0004766"],
                    "categories": ["biolink:Disease"]
                },
                "n01": {
                    "categories": ["biolink:Disease"]
                }
            }
        }
    }
}

This is a query that should get results back from ICEES COVID (not the Jan 2021 instance)

uses COPD as starting point query
{
    "message": {
        "query_graph": {
            "edges": {
                "e00": {
                    "subject": "n00",
                    "object": "n01",
                    "predicates": ["biolink:has_real_world_evidence_of_association_with"]
                }
            },
            "nodes": {
                "n00": {
                    "ids": ["MONDO:0011751"],
                    "categories": ["biolink:Disease"]
                },
                "n01": {
                    "categories": ["biolink:ChemicalEntity"]
                }
            }
        }
    }
}

@colleenXu colleenXu changed the title connecting to ICEES Asthma, COVID APIs connecting to ICEES Asthma Oct 29, 2021
@colleenXu
Copy link
Collaborator Author

I've received news that we are not expected to connect to the ICEES COVID APIs, and that they are not actively funded right now and may break.

Since ICEES Asthma and ICEES DILI now seem to be incorporated into BTE, we can close this issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant