# HG changeset patch # User artbio # Date 1657647810 0 # Node ID 6d49ca8648665fd52c0e2f453d2cf283e8ae3949 # Parent a4e26bcf285c1f1ae7784e8927a551ac18abd659 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mutational_patterns commit bc7fab3050541155f0c3e15b7f448a1802155670 diff -r a4e26bcf285c -r 6d49ca864866 mutational_patterns.R --- a/mutational_patterns.R Wed Jul 06 11:42:28 2022 +0000 +++ b/mutational_patterns.R Tue Jul 12 17:43:30 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))) diff -r a4e26bcf285c -r 6d49ca864866 mutational_patterns.xml --- a/mutational_patterns.xml Wed Jul 06 11:42:28 2022 +0000 +++ b/mutational_patterns.xml Tue Jul 12 17:43:30 2022 +0000 @@ -1,4 +1,4 @@ - + from genomic variations in vcf files bioconductor-mutationalpatterns diff -r a4e26bcf285c -r 6d49ca864866 test-data/cosmic_output1.pdf Binary file test-data/cosmic_output1.pdf has changed diff -r a4e26bcf285c -r 6d49ca864866 test-data/cosmic_output_v3.pdf Binary file test-data/cosmic_output_v3.pdf has changed diff -r a4e26bcf285c -r 6d49ca864866 test-data/denovo_1.RData Binary file test-data/denovo_1.RData has changed diff -r a4e26bcf285c -r 6d49ca864866 test-data/denovo_output1.pdf Binary file test-data/denovo_output1.pdf has changed diff -r a4e26bcf285c -r 6d49ca864866 test-data/spectrum_output1.pdf Binary file test-data/spectrum_output1.pdf has changed diff -r a4e26bcf285c -r 6d49ca864866 test-data/user_output.pdf Binary file test-data/user_output.pdf has changed