ReadData: read raw data

View source: R/mrMLM.R

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

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

Related to ReadData in mrMLM...