Skip to content

Commit 668d477

Browse files
authored
Merge pull request #51 from shahcompbio/develop
Develop
2 parents 5b55a6a + 10a8753 commit 668d477

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

resources/db/tme/SPECTRUM.rds

-636 KB
Binary file not shown.

src/global_vars.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ hne_meta_tbl <- db$he_slide %>%
204204

205205
mpif_slide_meta_tbl <- db$mpif_slide %>%
206206
# mutate(slide_id = str_replace_all(pici_id, " ", "_"),
207-
mutate(slide_id = paste0(patient_id, "_", surgery, str_replace_all(toupper(tumor_subsite), " ", "_")),
207+
mutate(slide_id = paste0(patient_id, "_", procedure, str_replace_all(toupper(tumor_subsite), " ", "_")),
208208
patient_id_short = str_remove_all(patient_id, "SPECTRUM-OV-"),
209209
sample_id_short = str_remove_all(sample_id, "OV-"),
210210
aliquot_id_short = str_remove_all(aliquot_id, "OV-"),

tables/patient_metadata.xlsx

-1 Bytes
Binary file not shown.

tables/sample_metadata.xlsx

-13.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)