[Genabel-commits] r1892 - pkg/MultiABEL/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Nov 26 06:51:02 CET 2014


Author: shenxia
Date: 2014-11-26 06:51:01 +0100 (Wed, 26 Nov 2014)
New Revision: 1892

Modified:
   pkg/MultiABEL/R/Multivariate.R
Log:


Modified: pkg/MultiABEL/R/Multivariate.R
===================================================================
--- pkg/MultiABEL/R/Multivariate.R	2014-11-18 12:13:25 UTC (rev 1891)
+++ pkg/MultiABEL/R/Multivariate.R	2014-11-26 05:51:01 UTC (rev 1892)
@@ -68,7 +68,7 @@
         GenABEL <- FALSE
         cat(' OK\n')
     } else if (!is.null(gwaa.data)) {
-        pheno <- gwaa.data at phdata
+        if (!is.null(phenofile)) pheno <- read.table(phenofile, header = TRUE) else pheno <- gwaa.data at phdata
         GenABEL <- TRUE
         cat(' OK\n')
     } else {



More information about the Genabel-commits mailing list