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

ingest SIDER for hackathon for KS #3

Open
realmarcin opened this issue Apr 18, 2018 · 4 comments
Open

ingest SIDER for hackathon for KS #3

realmarcin opened this issue Apr 18, 2018 · 4 comments

Comments

@realmarcin
Copy link

No description provided.

@andrewsu
Copy link

andrewsu commented Apr 18, 2018

FYI, looks like mychem.info ingests SIDER. Example query:

http://mychem.info/v1/chem/KWHRDNMACVLHCE-UHFFFAOYSA-N

{
  "_id": "KWHRDNMACVLHCE-UHFFFAOYSA-N",
  "_version": 1,
  "pubchem": {
    ...
  },
  "sider": [
    {
      "_license": "https://goo.gl/8b7ZCQ",
      "meddra": {
        "type": "LLT",
        "umls_id": "C0042029"
      },
      "side_effect": {
        "frequency": "0.448%",
        "name": "Urinary tract infection",
        "placebo": false
      },
      "stitch": {
        "flat": "CID116156130",
        "stereo": "CID016157882"
      }
    },
    {
      "_license": "https://goo.gl/8b7ZCQ",
      "meddra": {
        "type": "PT",
        "umls_id": "C0041912"
      },
      "side_effect": {
        "frequency": "9.04%",
        "name": "Upper respiratory tract infection",
        "placebo": false
      },
      "stitch": {
        "flat": "CID116156130",
        "stereo": "CID016157882"
      }
    },
    ...
}

To query by drugname: http://mychem.info/v1/query?q=drugbank.name:imatinib
To query by drugbank ID: http://mychem.info/v1/query?q=drugbank.drugbank_id:DB02968

@cmungall
Copy link
Member

Nice, I think the mapping to ontology terms should be straightforward. @pnrobinson or @drseb is there anything of your work we can reuse here?

@pnrobinson
Copy link

pnrobinson commented Apr 18, 2018 via email

@cmungall
Copy link
Member

I would suggest just using and evaluating the UMLS to HPO mapping

good point. We can also use UMLS to MONDO, since some of these will more clearly map to disease entities?

Last time I looked, about 5% of the data in SIDR was erroneous, and so additional curation might be needed for medical use

I believe the use case here will tolerate this as it's statistical and no one will actually be making clinical recommendations. But it is good to know these stats, build them in as priors etc

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

5 participants