Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
likelet committed Sep 10, 2018
1 parent 1b0711e commit 571a52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/IDEA/GlobalFunction/PlotFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ MAplot<-function(data,DEmethod=c("DESeq","edgeR"),pcutoff=0.05,ylim=4){
geom_point(alpha=0.9, size=1.5) +
theme_bw()+
theme(legend.position="none")+
# scale_x_log10()+
scale_x_log10()+
# scale_y_continuous(limits = c(-ylim, ylim))+
xlab("Mean of normalized counts") + ylab("LogFC")+
plotDefaultTheme+
Expand Down

0 comments on commit 571a52e

Please sign in to comment.