Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Fix join
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclyn-taroni committed Feb 1, 2020
1 parent 8860856 commit e8d4148
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion analyses/molecular-subtyping-embryonal/04-table-prep.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ subtypes_df <- bind_rows(
subtypes_df <- all_data_df %>%
select(contains("ID")) %>%
left_join(subtypes_df) %>%
full_join(subtypes_df) %>%
replace_na(list(molecular_subtype = "CNS Embryonal, NOS"))
```

Expand Down
41 changes: 23 additions & 18 deletions analyses/molecular-subtyping-embryonal/04-table-prep.nb.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ PT_NBY8PZR9 7316-871 BS_Z9NCH2XA NA CNS Embryonal, NOS
PT_FZHGKJ0H 7316-4033 BS_NHMPQ8Q1 BS_JBGZ7HHZ CNS Embryonal, NOS
PT_VBG3Z18B 7316-512 NA BS_ZQKGJD70 CNS Embryonal, NOS
PT_00G007DM 7316-272 BS_K07KNTFY BS_QWNBZ9RJ ETMR, C19MC-altered
PT_80NVYCBS 7316-765 NA BS_KSKZ9J7J CNS HGNET-MN1

0 comments on commit e8d4148

Please sign in to comment.