Skip to content

Commit

Permalink
new line in the end of script introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaGomoryova committed Jan 6, 2025
1 parent 0f1fdda commit 93c531a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scp/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ plot_heatmap <- function(scp, i){
heatmap_bin <- ifelse(heatmap_mat > 0, 1, 0)
colnames(heatmap_bin) <- gsub("Reporter.intensity.", "", colnames(heatmap_bin))
heatmap(heatmap_bin, scale = "none", col = c("white", "black"), labRow = FALSE, margins = c(10, 5), cexCol = 0.5)
}
}

0 comments on commit 93c531a

Please sign in to comment.