fpbarthel / GLASS

GLASS consortium
MIT License
37 stars 13 forks source link

Clinical data release 2 #121

Closed fpbarthel closed 5 years ago

fpbarthel commented 5 years ago

Clinical related to-do's for data release 2

Sample mixups

fpbarthel commented 5 years ago

@moskalika @Kcjohnson please comment on any clinical-related to-do's here

moskalika commented 5 years ago

@fpbarthel: leaving the following cases in the dataset despite marking the associated sequencing data as deprecated, in case we ever get high quality data for these.

GLSS-MD-0019 GLSS-MD-0084 GLSS-MD-0085 GLSS-MD-0137 GLSS-MD-LP03 GLSS-MD-LP07 GLSS-MD-LP08

fpbarthel commented 5 years ago

For GLSS-MD-0027 and GLSS-MD-0095, which ID are we going to toss out?

moskalika commented 5 years ago

'GLSS-MD-0095'

fpbarthel commented 5 years ago

@moskalika can you check this to-do list https://github.com/TheJacksonLaboratory/GLASS/issues/123 if i forget anything or made a mistake

fpbarthel commented 5 years ago

@moskalika I'll leave the non-duplicated cases in the database for now and have noted that this data is deprecated in the analysis.files table. Should we ever receive quality data for these samples we can easily add it. We should take care to remove these cases from the supplement for the paper though.

fpbarthel commented 5 years ago

Since fixing all the barcodes is a bit too much work, we'll accept the fact that some of the sample_type designations are incorrect. Users can check the surgeries table for correct labels.

Kcjohnson commented 5 years ago

We caught an error with regards to tmz_treament. The clinical.surgeries table previously did not list GLSS-MD-0036-TP sample as having received TMZ, despite this sample displaying hypermutation at recurrence. I made the following database update on 2019.04.23. It is our intent to have another release with all the analyses that make their way into the final manuscript.

rs = dbSendStatement(con, "UPDATE clinical.surgeries SET treatment_tmz = '1' , treatment_tmz_cycles = '10' WHERE sample_barcode = 'GLSS-MD-0036-TP'")