50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


QTL.gCIMapping.GUI (version 2.1.1)

WenF: To perform QTL mapping with Wen method

Description

An efficient multi-locus mixed model framework for the detection of small and linked QTLs in F2

Usage

WenF(pheRaw,genRaw,mapRaw1,yygg1,cov_en,WalkSpeed,CriLOD,dir)

Arguments

pheRaw

phenotype matrix.

genRaw

genotype matrix.

mapRaw1

linkage map matrix.

yygg1

the transformed covariate matrix .

cov_en

raw covariate matrix.

WalkSpeed

Walk speed for Genome-wide Scanning.(WalkSpeed=1).

CriLOD

Critical LOD scores for significant QTL (CriLOD=2.5).

dir

file path in your computer.

Examples

Run this code
# NOT RUN {
data(genf2)
data(phef2)
data(mapf2)
wf<-WenF(pheRaw=phef2,genRaw=genf2,mapRaw1=mapf2,
yygg1=NULL,cov_en=NULL,WalkSpeed=1,CriLOD=2.5,dir=tempdir())
# }

Run the code above in your browser using DataLab