Skip to content

Commit

Permalink
changd ylim for MA plot
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanheld committed Sep 23, 2018
1 parent 37a72c6 commit 8a7322b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/RSnakeChunks/R/rna-seq_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ knitr::opts_chunk$set(
alpha = parameters$DEG$thresholds$padj,
log2FC.threshold = log2(parameters$DEG$thresholds$FC),
legend.cex = 0.7,
ylim = c(-3,3),
ylim = c(-4,4),
legend.corner = "topright")
}
par(mfrow = c(1,1))
Expand Down

0 comments on commit 8a7322b

Please sign in to comment.