# HG changeset patch # User stef # Date 1408548163 14400 # Node ID 823791a3d7e12e2dd2fcc4784afabb97c0bb63f4 # Parent 46161d4fb9cb6f43fb66e1bfccf18c2c73c1288e Uploaded diff -r 46161d4fb9cb -r 823791a3d7e1 QDNAseq.R --- a/QDNAseq.R Wed Aug 20 11:16:52 2014 -0400 +++ b/QDNAseq.R Wed Aug 20 11:22:43 2014 -0400 @@ -299,7 +299,7 @@ png( img_file_path, width=PLOT_WIDTH, height=PLOT_HEIGHT, res=PLOT_RES ); par( PAR_SET ) plot( copyNumbersSmooth[ ,sample ], main=paste(sample, ": CopyNumbers", sep="") ); - mtext( paste( "(", binSizeString, " bins)" sep=""), 3 ) + mtext( paste( "(", binSizeString, " bins)", sep=""), 3 ) abline( h=c(-2,-1,1,2,3,4), lty=1, lwd=0.5, col="grey" ) dev.off() @@ -314,7 +314,7 @@ png( img_file_path, width=PLOT_WIDTH, height=PLOT_HEIGHT, res=PLOT_RES ); par( PAR_SET ) plot( copyNumbersSegmented[ ,sample ], main=paste(sample, ": CopyNumbers and Segments", sep="") ); - mtext( paste( "(", binSizeString, " bins)" sep=""), 3 ) + mtext( paste( "(", binSizeString, " bins)", sep=""), 3 ) abline( h=c(-2,-1,1,2,3,4), lty=1, lwd=0.5, col="grey" ) dev.off()