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

How to model Cancer stage #37

Open
pnrobinson opened this issue Nov 28, 2023 · 4 comments
Open

How to model Cancer stage #37

pnrobinson opened this issue Nov 28, 2023 · 4 comments

Comments

@pnrobinson
Copy link
Member

CDA seems to have general terms such as Stage IV.

NCIT also has more detailed stages, e.g. Differentiated Thyroid Gland Carcinoma 55 Years and Older AJCC v8 Stage. We can add an unlimited list of ontology terms to the disease object in GA4GH phenopackets (https://phenopacket-schema.readthedocs.io/en/latest/disease.html).

If available, should we add say both "Stage IV" and "Differentiated Thyroid Gland Carcinoma 55 Years and Older AJCC v8 Stage" to indicate Stage IV according to this AJCC staging system?

@justaddcoffee
Copy link
Member

If available, should we add say both "Stage IV" and "Differentiated Thyroid Gland Carcinoma 55 Years and Older AJCC v8 Stage" to indicate Stage IV according to this AJCC staging system?

Yes, I think this is the way to go if possible - sort of compose the correct stage info using general info ("Stage IV") and more detailed stage info if available and parsable (eg. "Differentiated Thyroid Gland Carcinoma....")

Obviously one challenge here is figure out a coherent way to map to all the various detailed stages in NCIT

The NCI folks can probably help and advice us, and also we have some GPT tooling that might be useful, e.g.
https://github.com/monarch-initiative/gpt-mapping-manuscript

@monicacecilia
Copy link

@mbrush and others looked at this issue quite extensively in the context of modeling for CCDH. You can see some of that information at https://cancerdhc.github.io/ccdhmodel/v1.1/CancerStageObservationSet/
Maybe Matt has some insight.

@mbrush
Copy link
Member

mbrush commented Dec 5, 2023

also look at the slides in the deck starting here: https://docs.google.com/presentation/d/1B1Lc_Qn8F97P9T5hk-lS_i073wkL8f-bZYCem30fs48/edit#slide=id.g214bfceb3ba_0_2877

@msierk
Copy link
Collaborator

msierk commented Dec 12, 2023

I don’t know if this is useful to us, but this demo notebook has some examples converting GDC data to the CCDH data model. Possibly some useful examples here. See the create_stage_from_gdc function.

https://github.com/cancerDHC/example-data/blob/main/GDC%20to%20CCDH%20conversion.ipynb
@pnrobinson @justaddcoffee

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

No branches or pull requests

5 participants