diff QDNAseq.R @ 68:68a090cffb6f draft

Uploaded
author stef
date Tue, 26 Aug 2014 07:49:13 -0400
parents 2d939f4c23fe
children b4477584bb03
line wrap: on
line diff
--- a/QDNAseq.R	Tue Aug 26 07:38:40 2014 -0400
+++ b/QDNAseq.R	Tue Aug 26 07:49:13 2014 -0400
@@ -298,8 +298,8 @@
 		## COPYNUMBER PLOT
 		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 )
+			plot( copyNumbersSmooth[ ,sample ], main=paste(sample, ": CopyNumbers", sep="") ) 
+			mtext( paste( binSizeString, " bins" sep=""), 3 )
 			abline( h=c(-2,-1,1,2,3,4), lty=1, lwd=0.5, col="grey" )
 		dev.off()