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

Basic progress monitor for mappings #12

Open
4 tasks
matentzn opened this issue Mar 3, 2022 · 3 comments
Open
4 tasks

Basic progress monitor for mappings #12

matentzn opened this issue Mar 3, 2022 · 3 comments
Assignees
Labels

Comments

@matentzn
Copy link
Contributor

matentzn commented Mar 3, 2022

We need a way to understand how far we are along the mapping process and how far we still need to go.

Functional requirements:

  • We have statistics and tables about:
    • Number of ICD terms (100%)
    • ICD terms that are
      • not mapped
        • unmapped-in-scope: but in scope (it is a disease)
        • unmapped-excluded: but excluded (because out of scope)
      • mapped.
    • unmapped-in-scope, unmapped-excluded and mapped add up to 100%.

Inputs to analysis:

Output:

  • a table with all ICD codes that have a column category that is either unmapped-excluded, mapped or unmapped-in-scope
  • Summary summary statistics across

### Example Table:

code category
ICD10CM:ABC unmapped-in-scope
ICD10CM:A12 unmapped-excluded

Non-functional requirements:

  • We need to be able to do the same for any incoming ontology - the code should be agnostic to which ontology, mappingset etc it takes as an input
  • Should be delivered as a Makefile goal here
analysis/icd10cm-mapping-progress.tsv: mirror/icd10cm.owl exclusions/icd10.tsv mappings/icd10cm.sssom.tsv
     python........
@joeflack4
Copy link

Oh, you got to making an issue for this. And it is detailed. Thank you Nico!

There's a chance I can start this today or tomorrow. Otherwise I can start next Thursday.

@joeflack4
Copy link

@hrshdhgd Can you link ICD10CM exact matches?

@hrshdhgd
Copy link
Contributor

@hrshdhgd Can you link ICD10CM exact matches?

https://raw.githubusercontent.com/monarch-initiative/mondo/45f95c89d96d38db3d10b69cbb88a514afe01bff/src/ontology/mappings/mondo_exactmatch_icd10cm.sssom.tsv

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

No branches or pull requests

3 participants