lmekin
function from
package coxme
is used.
lmepack.batch.imputed(phenfile, genfile, pedfile, phen, kinmat, covars = NULL,
outfile, col.names = T, sep.ped = ",", sep.phe = ",", sep.gen = ",")
phenfile
phenfile
outfile
.beta
beta
not equal to zerolmepack.batch
function but here the SNP data contains imputed genotypes (allele dosages)
that are continuous and range from 0 to 2. In addition, the user specified genetic model argument is not available.
Abecasis, G. R., Cardon, L. R., Cookson, W. O., Sham, P. C., & Cherny, S. S. Association analysis in a variance components framework. Genet Epidemiol, 21 Suppl 1, S341-S346 (2001).
## Not run:
# lmepack.batch.imputed(phenfile="simphen.csv",genfile="simgen.csv",pedfile="simped.csv",
# phen="SIMQT",kinmat="simkmat.Rdata",outfile="simout.csv",covars=c("age","sex"),
# sep.ped=",",sep.phe=",",sep.gen=",")
# ## End(Not run)
Run the code above in your browser using DataLab