Readdata: Read raw data

View source: R/Readdata.R

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

QTL.gCIMapping documentation built on March 18, 2022, 5:54 p.m.