[Genabel-commits] r2083 - pkg/MultiABEL/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Feb 9 10:22:28 CET 2019
Author: shenxia
Date: 2019-02-09 10:22:28 +0100 (Sat, 09 Feb 2019)
New Revision: 2083
Modified:
pkg/MultiABEL/man/MultiLoad.Rd
pkg/MultiABEL/man/Multivariate.Rd
Log:
Modified: pkg/MultiABEL/man/MultiLoad.Rd
===================================================================
--- pkg/MultiABEL/man/MultiLoad.Rd 2019-02-09 09:21:36 UTC (rev 2082)
+++ pkg/MultiABEL/man/MultiLoad.Rd 2019-02-09 09:22:28 UTC (rev 2083)
@@ -46,7 +46,7 @@
DatABEL format input, individual IDs in \code{phenofile} and \code{genofile} have to match!
}
\examples{
-
+\dontrun{
## loading example gwaa.data in GenABEL
require(GenABEL)
data(ge03d2ex.clean)
@@ -55,7 +55,6 @@
loaded <- MultiLoad(gwaa.data = ge03d2ex.clean, trait.cols = c(5, 6, 8),
covariate.cols = c(2, 3))
-\dontrun{
## converting the same dataset into DatABEL format files
require(DatABEL)
write.table(phdata(ge03d2ex.clean), 'pheno.txt', col.names = TRUE, row.names = TRUE,
Modified: pkg/MultiABEL/man/Multivariate.Rd
===================================================================
--- pkg/MultiABEL/man/Multivariate.Rd 2019-02-09 09:21:36 UTC (rev 2082)
+++ pkg/MultiABEL/man/Multivariate.Rd 2019-02-09 09:22:28 UTC (rev 2083)
@@ -34,7 +34,7 @@
DatABEL format input, individual IDs in \code{phenofile} and \code{genofile} have to match!
}
\examples{
-
+\dontrun{
## loading example gwaa.data in GenABEL
require(GenABEL)
data(ge03d2ex.clean)
@@ -45,8 +45,8 @@
## running the multivariate GWAS
res <- Multivariate(loaded)
-
}
+}
\references{
Shen X, Klaric L, Sharapov S, Mangino M, Ning Z, Wu D,
Trbojevic-Akmacic I, Pucic-Bakovic M, Rudan I, Polasek O,
More information about the Genabel-commits
mailing list