Skip to content

Address data issues that are causing the MSK-IMPACT studies to fail validation#1293

Draft
jamesqo wants to merge 5 commits into
masterfrom
cvr-data-fixes
Draft

Address data issues that are causing the MSK-IMPACT studies to fail validation#1293
jamesqo wants to merge 5 commits into
masterfrom
cvr-data-fixes

Conversation

@jamesqo
Copy link
Copy Markdown
Contributor

@jamesqo jamesqo commented Feb 2, 2026

  • Use NA instead of blanks in CNA, gene panel, clinical sample data

@jamesqo jamesqo marked this pull request as draft February 2, 2026 20:44
for (String gene : genes) {
StringBuilder line = new StringBuilder(gene);
for (String sample : samples) {
String cnaValue = "0";
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: consider whether "0" or "NA" should be the default value in such cases

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In both cases (diploid / NA) there isn't a record added to the database, so they're equivalent.

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

Successfully merging this pull request may close these issues.

1 participant