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

Update cds-model-props.yml to update the tumor_stage_clinical_t and tumor_grade ENUM data #107

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions model-desc/cds-model-props.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5130,13 +5130,14 @@ PropDefinitions:
- G2
- G3
- G4
- GX
- GB
- GX
- High Grade
- Intermediate Grade
- Low Grade
- Unknown
- Not Applicable
- Not Reported
- Unknown
Term:
- Origin: caDSR
Original Source: DSS
Expand All @@ -5146,6 +5147,7 @@ PropDefinitions:
tumor_stage_clinical_t:
Desc: Extent of the primary cancer based on evidence obtained from clinical assessment parameters determined prior to treatment.
Enum:
- Not Reported
- T0
- T1
- T1a
Expand Down Expand Up @@ -5174,14 +5176,14 @@ PropDefinitions:
- T4c
- T4d
- T4e
- TX
- T5
- Ta
- Tis
- Tis (DCIS)
- Tis (LCIS)
- Tis (Paget's)
- TX
- Unknown
- Not Reported
Term:
- Origin: caDSR
Original Source: TCGA
Expand Down