inputData: Input data which have been transformed

View source: R/mrMLM.R

inputDataR 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)

mrMLM documentation built on March 27, 2022, 9:05 a.m.

Related to inputData in mrMLM...