changeset 66:823791a3d7e1 draft

Uploaded
author stef
date Wed, 20 Aug 2014 11:22:43 -0400
parents 46161d4fb9cb
children 2d939f4c23fe
files QDNAseq.R
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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()