-
Notifications
You must be signed in to change notification settings - Fork 1
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
[GEN-1468] overwrite tier1 variable #156
Changes from 8 commits
a473710
1435a93
ca3d92a
886d754
39e04ee
fbe906c
38592da
2396bbd
4d95807
c9472ed
d94d535
e8a3a0c
02117cc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"BLADDER": "syn26721150", | ||
"NSCLC2": "syn51318735", | ||
"CRC2": "syn52943208", | ||
"RENAL": "syn59474241" | ||
"RENAL": "syn59474241", | ||
"OVARIAN": "syn64042751" | ||
}, | ||
"irr":{ | ||
|
@@ -18,10 +18,14 @@ | |
"BLADDER": "syn26721151", | ||
"NSCLC2": "syn51318736", | ||
"CRC2": "syn52943210", | ||
"RENAL": "syn59474249" | ||
"RENAL": "syn59474249", | ||
"OVARIAN": "syn64042773" | ||
}, | ||
"main_genie_release_version": "16.6-consortium", | ||
"tier1a_replacement_mapping":{ | ||
"patient_characteristics_tier1a_replacement_mapping_table": "syn64331052", | ||
"cancer_panel_test_tier1a_replacement_mapping_table": "syn64331055" | ||
}, | ||
"main_genie_release_version": "17.4-consortium", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Chelsea-Na do we want to keep this at 17.2? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good question! If we are ready to test the output, we should test it out on 17.4-consortium. We will eventually need to also test on 17.6-consortium once its out. Do we know what happens if a main GENIE value is missing? Or if the sample/patient is missing? Or if it adds to a log if there is a mismatch between the upload and the replaced value? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Chelsea-Na This is a hard replacement so I didn't check GENIE value missingness. I checked with Rixing that we think all BPC samples/patients should be in Main GENIE referring to BPC project description. I'm happy to add a check for sample/patient missingness. Moreover, it doesn't log for the discrepancies between uploaded and replaced values. I'm happy to add a function for it if it's helpful. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I forgot to address your question: "Do we know what happens if a main GENIE value is missing? Or if the sample/patient is missing? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Chelsea-Na Two functions have been added to check for sample/patient missingness and log the discrepancies between uploaded and replaced values. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's push the version to 17.6-consortium |
||
"main_genie_data_release_files": "syn16804261", | ||
"main_genie_sample_mapping_table": "syn7434273" | ||
} |
danlu1 marked this conversation as resolved.
Show resolved
Hide resolved
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I ask what these tables are for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
patient_characteristics_tier1a_replacement_mapping_table
andcancer_panel_test_tier1a_replacement_mapping_table
track how original bpc codes are mapped to NAACCR code. This is added to address Chelsea's request: "adds to a log if there is a mismatch between the upload and the replaced value".