Mercurial > repos > artbio > mutational_patterns
diff mutational_patterns.R @ 26:af5c65ad5317 draft
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mutational_patterns commit bc7fab3050541155f0c3e15b7f448a1802155670
author | artbio |
---|---|
date | Tue, 12 Jul 2022 17:44:09 +0000 |
parents | b00fef2b1c2c |
children | 9a33a5a90a2c |
line wrap: on
line diff
--- a/mutational_patterns.R Wed Jul 06 11:43:09 2022 +0000 +++ b/mutational_patterns.R Tue Jul 12 17:44:09 2022 +0000 @@ -489,7 +489,9 @@ # xlim(rev(levels(factor(cos_sim_ori_rec$sample)))) + theme_bw() + theme(panel.grid.minor.y = element_blank(), - panel.grid.major.y = element_blank()) + + panel.grid.major.y = element_blank(), + axis.text.x = element_text(angle = 90, vjust = 0.5, hjust = 1) + ) + # Add cut.off line geom_hline(aes(yintercept = .95)) grid.arrange(p9, top = textGrob("Similarity between true profiles and profiles reconstructed with elementary signatures", gp = gpar(fontsize = 12, font = 3)))