Learn R Programming

mrMLM (version 5.0.1)

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

Examples

Run this code
# NOT RUN {
G1=data(Gen)
P1=data(Phe)
result=ReadData(fileGen=Gen,filePhe=Phe,fileKin=NULL,filePS =NULL,
fileCov=NULL,Genformat=1)
# }

Run the code above in your browser using DataLab