[Patchwork-commits] r199 - pkg/patchwork/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 13 16:28:31 CET 2013


Author: sebastian_d
Date: 2013-12-13 16:28:31 +0100 (Fri, 13 Dec 2013)
New Revision: 199

Modified:
   pkg/patchwork/R/karyotype.r
Log:
changed seq(from=1,to=22... to seq(from=1,to=22...

Modified: pkg/patchwork/R/karyotype.r
===================================================================
--- pkg/patchwork/R/karyotype.r	2013-12-09 10:21:15 UTC (rev 198)
+++ pkg/patchwork/R/karyotype.r	2013-12-13 15:28:31 UTC (rev 199)
@@ -449,7 +449,7 @@
     
     #Add axis to the left,right and below of AI. The below axis is the chromosome numbers 1-24.
     axis(side=2,tck=-0.04,at=seq(from=0,to=1,by=0.2),cex.axis=0.6,pos=0,las=1)
-    axis(side=1,at=pre,pos=0,labels=c(seq(from="1",to="22"),"X","Y"),cex.axis=0.55,lty=0)#,tck=0,col.ticks='#00000000')
+    axis(side=1,at=pre,pos=0,labels=c(seq(from=1,to=22),"X","Y"),cex.axis=0.55,lty=0)#,tck=0,col.ticks='#00000000')
     axis(side=4,tck=-0.04,at=seq(from=0,to=1,by=0.2),cex.axis=0.6,pos=max(mpos),las=1) #
     mtext("Allelic imbalance",side=2,line=0)
     mtext("Chromosomes",side=1,line=1.5,adj=0.4)



More information about the Patchwork-commits mailing list