inputData {mrMLM} | R Documentation |
Input data which have been transformed
Description
Input all the dataset which have been transformed
Usage
inputData(readraw,Genformat,method,trait,PopStrType)
Arguments
readraw |
genotype matrix. |
Genformat |
genotype format. |
method |
which method to analysis. |
trait |
which trait to analysis. |
PopStrType |
The type of population structure. |
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)
Readraw=ReadData(fileGen=Gen,filePhe=Phe,fileKin=NULL,filePS =NULL,
fileCov=NULL,Genformat=1)
result=inputData(readraw=Readraw,Genformat=1,method="mrMLM",trait=1,
PopStrType=NULL)
[Package mrMLM version 5.0.1 Index]