[Genabel-commits] r1237 - pkg/GenABEL/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 30 13:48:44 CEST 2013


Author: lckarssen
Date: 2013-05-30 13:48:43 +0200 (Thu, 30 May 2013)
New Revision: 1237

Modified:
   pkg/GenABEL/R/export.plink.R
Log:
In GenABEL's export.plink(): of course the warning message is no longer needed now that bug #2055 is fixed. 
I do think it is a good idea to keep .tped as the default output format as it is more efficient for large data sets. 


Modified: pkg/GenABEL/R/export.plink.R
===================================================================
--- pkg/GenABEL/R/export.plink.R	2013-05-30 11:37:04 UTC (rev 1236)
+++ pkg/GenABEL/R/export.plink.R	2013-05-30 11:48:43 UTC (rev 1237)
@@ -53,8 +53,7 @@
   }
 
   if (!transpose) {
-    warning("Setting transpose=TRUE in export.plink() can lead to problems, ",
-            "especially for large data sets")
+    ## Export to .ped and .map
     pedf <- paste(filebasename, ".ped", sep="")
     mapf <- paste(filebasename, ".map", sep="")
 



More information about the Genabel-commits mailing list