Learn R Programming

mrMLM (version 5.0.1)

inputData: 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.

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab