Skip to content
Snippets Groups Projects
Commit 99fd30d8 authored by Xavier Grand's avatar Xavier Grand
Browse files

Typo dans src/.docker_modules/r-bolero/1.2/HBV_RNAs_count.R

parent 77ffd261
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,8 @@ ggplot(count_species,
geom_col() +
scale_fill_manual(values = count_species$teinte) +
labs(fill = element_blank()) +
xlab(label = element_blank())+
xlab(label = element_blank()) +
ylab(label = "Percent") +
scale_colour_Publication() + theme_Publication() +
theme(axis.text.x = element_text(angle = 45, hjust=1))
......@@ -236,6 +237,7 @@ ggplot(count_species_clear,
theme(axis.text.x = element_text(angle = 45)) +
labs(fill = "RNA species & spliced-variants") +
xlab(label = "RNA species & spliced-variants") +
ylab(label = "Percent") +
scale_colour_Publication() + theme_Publication()
ggsave(file = paste0(opt$barcode, "_count_RNAs_species_clear.png"),
......@@ -282,7 +284,7 @@ ggplot(count_clear, aes(x = nom,
theme(axis.text.x = element_text(angle = 45)) +
labs(fill = "spliced-variants") +
xlab(label = "spliced-variants") +
ylab(label = "percent") +
ylab(label = "Percent") +
scale_colour_Publication() + theme_Publication()
ggsave(file = paste0(opt$barcode, "_SP_clear_proportion.png"),
......@@ -301,7 +303,7 @@ ggplot(count_species_SPxx, aes(x = "species",
scale_fill_manual(values = count_species_SPxx$teinte) +
labs(fill = "TSS") +
ylab(label = "TSS usage") +
xlab(label = "percent") +
xlab(label = "Percent") +
scale_colour_Publication() + theme_Publication()
ggsave(file = paste0(opt$barcode, "_count_RNAs_species_piechart.png"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment