Skip to content

Commit

Permalink
Update 01-compare-classes.R
Browse files Browse the repository at this point in the history
  • Loading branch information
aadamk authored Oct 9, 2024
1 parent ecbd17e commit 2c296fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses/post_clustering_associations/01-compare-classes.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dir.create(output_dir, showWarnings = F, recursive = T)
mm_clusters <- read_tsv(file = opt$cluster_file)

# combine Multi-modal clusters with RNA-derived molecular subtypes
cat('Comparing multi-omic clusters to known subtypes')
cat('Comparing multi-omic clusters to known subtypes \n')
anno_file_rna <- read_tsv(file = opt$histology_file) %>%
dplyr::select(Kids_First_Biospecimen_ID, molecular_subtype, CNS_region) %>%
dplyr::rename("Kids_First_Biospecimen_ID_RNA" = "Kids_First_Biospecimen_ID") %>%
Expand Down

0 comments on commit 2c296fb

Please sign in to comment.