Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

QTL.gCIMapping (version 3.4)

Readdata: 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

Run this code
# NOT RUN {
data(F2data)
Readdata(file=F2data,fileFormat="GCIM",
method="GCIM-QEI",filecov=NULL,
MCIMmap=NULL,MultiEnv=TRUE)
# }

Run the code above in your browser using DataLab