ReadData {mrMLM} | R Documentation |
read raw data
Description
read raw data which have not been transformed
Usage
ReadData(fileGen,filePhe,fileKin,filePS,fileCov,Genformat)
Arguments
fileGen |
genotype matrix. |
filePhe |
phenotype matrix. |
fileKin |
kinship matrix. |
filePS |
population structure matrix. |
fileCov |
Covariate matrix. |
Genformat |
genotype format. |
Author(s)
Zhang Ya-Wen, Wang Jing-Tian, Li Pei, Zhang Yuan-Ming
Maintainer: Yuan-Ming Zhang<soyzhang@mail.hzau.edu.cn>
Examples
G1=data(Gen)
P1=data(Phe)
result=ReadData(fileGen=Gen,filePhe=Phe,fileKin=NULL,filePS =NULL,
fileCov=NULL,Genformat=1)
[Package mrMLM version 5.0.1 Index]