diff --git a/src/.docker_modules/r-bolero/1.1/HBV_RNAs_count.R b/src/.docker_modules/r-bolero/1.1/HBV_RNAs_count.R index e45c1651e44f2236a9b9f9f9c7ee856d9cad8297..c7489e56134b26d00fdf8dfa86f0c6e1a30d4adf 100644 --- a/src/.docker_modules/r-bolero/1.1/HBV_RNAs_count.R +++ b/src/.docker_modules/r-bolero/1.1/HBV_RNAs_count.R @@ -93,7 +93,7 @@ if (length(countSP$nom) != 0) { fill = nom)) + geom_col() + coord_polar("y") + - scale_fill_manual(values = countSP$teinte) + + scale_fill_manual(name="",values = countSP$teinte) + labs(fill = "spliced-variants") + xlab(element_blank()) + ylab(element_blank()) + scale_colour_Publication() + theme_Publication() + @@ -103,7 +103,7 @@ if (length(countSP$nom) != 0) { axis.ticks = element_blank()) ggsave(file = paste0(opt$barcode, "_SP_proportion_piechart.png"), - scale = 2, + scale = 1.5, width = 1920, height = 1080, units = "px", @@ -111,14 +111,14 @@ if (length(countSP$nom) != 0) { ggplot(countSP, aes(x = nom, y = proportion, fill = nom)) + geom_col() + - scale_fill_manual(values = countSP$teinte) + + scale_fill_manual(name="", values = countSP$teinte) + theme(axis.text.x = element_text(angle = 45)) + - xlab("Position on HBV genome.") + ylab(element_blank()) + + xlab("") + ylab(element_blank()) + scale_colour_Publication() + theme_Publication() + theme(axis.text.x = element_text(angle = 45, hjust=1)) ggsave(file = paste0(opt$barcode, "_SP_proportion.png"), - scale = 2, + scale = 1.5, width = 1920, height = 1080, units = "px", @@ -216,7 +216,7 @@ ggplot(count_species, theme(axis.text.x = element_text(angle = 45, hjust=1)) ggsave(file = paste0(opt$barcode, "_count_RNAs_species.png"), - scale = 2, + scale = 1.5, width = 1920, height = 1080, units = "px", @@ -236,14 +236,14 @@ ggplot(count_species_clear, y = percent, fill = nom)) + geom_col() + - scale_fill_manual(values = count_species_clear$teinte) + + scale_fill_manual(name="", values = count_species_clear$teinte) + labs(fill = element_blank()) + xlab(label = element_blank()) + scale_colour_Publication() + theme_Publication() + theme(axis.text.x = element_text(angle = 45, hjust = 1)) ggsave(file = paste0(opt$barcode, "_count_RNAs_species_clear.png"), - scale = 2, + scale = 1.5, width = 1920, height = 1080, units = "px", @@ -267,7 +267,7 @@ if(nrow(count_clear)!=0){ fill = nom)) + geom_col() + coord_polar("y") + - scale_fill_manual(values = count_clear$teinte) + + scale_fill_manual(name="",values = count_clear$teinte) + labs(fill = element_blank()) + scale_colour_Publication() + theme_Publication() + @@ -277,7 +277,7 @@ if(nrow(count_clear)!=0){ axis.ticks = element_blank()) ggsave(file = paste0(opt$barcode, "_SP_clear_proportion_piechart.png"), - scale = 2, + scale = 1.5, width = 1920, height = 1080, units = "px", @@ -287,7 +287,7 @@ ggplot(count_clear, aes(x = nom, y = proportion, fill = nom)) + geom_col() + - scale_fill_manual(values = count_clear$teinte) + + scale_fill_manual(name="", values = count_clear$teinte) + labs(fill = element_blank()) + xlab(label = element_blank()) + ylab(label = "percent") + @@ -295,7 +295,7 @@ ggplot(count_clear, aes(x = nom, theme(axis.text.x = element_text(angle = 45, hjust=1)) ggsave(file = paste0(opt$barcode, "_SP_clear_proportion.png"), - scale = 2, + scale = 1.5, width = 1920, height = 1080, units = "px", @@ -307,7 +307,7 @@ ggplot(count_species_SPxx, aes(x = "species", fill = nom)) + geom_col() + coord_polar("y") + - scale_fill_manual(values = count_species_SPxx$teinte) + + scale_fill_manual(name="", values = count_species_SPxx$teinte) + labs(fill = element_blank()) + ylab(label = element_blank()) + xlab(label = element_blank()) + @@ -318,7 +318,7 @@ ggplot(count_species_SPxx, aes(x = "species", axis.ticks = element_blank()) ggsave(file = paste0(opt$barcode, "_count_RNAs_species_piechart.png"), - scale = 2, + scale = 1.5, width = 1920, height = 1080, units = "px",