[Rcolony-commits] r34 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Apr 29 19:25:55 CEST 2009


Author: jonesor
Date: 2009-04-29 19:25:55 +0200 (Wed, 29 Apr 2009)
New Revision: 34

Modified:
   pkg/R/build.colony.input.R
Log:
Tidied up code a bit, added prompts for next bit to be done..

Modified: pkg/R/build.colony.input.R
===================================================================
--- pkg/R/build.colony.input.R	2009-04-29 17:03:54 UTC (rev 33)
+++ pkg/R/build.colony.input.R	2009-04-29 17:25:55 UTC (rev 34)
@@ -954,9 +954,19 @@
 write("",name,append=TRUE)
 }
 
+#######################################################
 #Other outputs
+#######################################################
+
 #MarkerTypeErrorRate.txt
+#AlleleFrequency.txt 
 #OffspringGenotype.txt
+#MaleGenotype.txt
+#FemaleGenotype.txt
+#KnownPaternity.txt
+#KnownMaternity.txt
+#ExcludedPaternity.txt
+#ExcludedMaternity.txt
 
 #Produce summary information text file.
 write.table(paste("Output file path & name : ",wd,name,"\n",
@@ -990,8 +1000,4 @@
 
 #This could be useful at some point.
 #return(colonyfile)
-
-
-
-
 }    
\ No newline at end of file



More information about the Rcolony-commits mailing list