Readdata {QTL.gCIMapping}R Documentation

Read raw data

Description

Read raw data

Usage

Readdata(
  file = NULL,
  fileFormat = NULL,
  method = NULL,
  filecov = NULL,
  MCIMmap = NULL,
  MultiEnv = FALSE
)

Arguments

file

Dataset input

fileFormat

Format of dataset.

method

Method "GCIM" or method "GCIM-QEI"

filecov

Covariate file of QTLIciMapping or QTLNetwork.

MCIMmap

Map file of QTLNetwork.

MultiEnv

Whether to perform multi-environment analysis

Value

a list

Examples

data(F2data)
Readdata(file=F2data,fileFormat="GCIM",
method="GCIM-QEI",filecov=NULL,
MCIMmap=NULL,MultiEnv=TRUE)

[Package QTL.gCIMapping version 3.4 Index]