Skip to content

Commit

Permalink
fix left-padding spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Nov 7, 2023
1 parent d5c59ab commit 4930690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/mageck/graphrra.nf
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ process MAGECK_GRAPHRRA {
gdata <- transform(gdata, Rank = rank(Score))
png(filename = paste0("$meta.treatment","_vs_","$meta.reference","_rank.png"), width = 6, height = 4, units = "in", res = 300)
p1 = ScatterView(gdata, x = "Rank", y = "Score", label = "id",
top = 5, auto_cut_y = TRUE, ylab = "Log2FC",
groups = c("top", "bottom"))
top = 5, auto_cut_y = TRUE, ylab = "Log2FC",
groups = c("top", "bottom"))
print(p1)
dev.off()
Expand Down

0 comments on commit 4930690

Please sign in to comment.