Skip to content

Commit

Permalink
Update 02-heatmaps.R
Browse files Browse the repository at this point in the history
  • Loading branch information
aadamk authored Oct 9, 2024
1 parent 2c296fb commit df88e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses/post_clustering_associations/02-heatmaps.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dir.create(plots_dir, showWarnings = F, recursive = T)
# feature-level heatmaps using top 10 most representative features per modality

# expression
cat('Plotting top intNMF expression features')
cat('Plotting top intNMF expression features \n')
feature_scores_rna <- read_tsv(opt$feature_scores_rna)
feature_scores_rna <- feature_scores_rna %>%
as.data.frame() %>%
Expand Down

0 comments on commit df88e83

Please sign in to comment.