Skip to content

Commit

Permalink
Merge pull request #8 from d3b-center/rjcorb/06-write-surv-metadata
Browse files Browse the repository at this point in the history
write survival metadata table
  • Loading branch information
rjcorb committed Jun 4, 2024
2 parents 8e7432c + 529fc40 commit 86f80ae
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analyses/braf-fusions/02-imaging-cluster-survival.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ image_clusters <- image_clusters %>%
breakpoint_group == "15:9" ~ "15:09",
breakpoint_group == "16:9" ~ "16:09",
TRUE ~ breakpoint_group
))
)) %>%
write_tsv(file.path(results_dir, "imaging-clustering-cohort-subtype-survival.tsv"))
```

Frequency of molecular subtypes in imaging clusters
Expand Down
Loading

0 comments on commit 86f80ae

Please sign in to comment.