Last chance! 50% off unlimited learning
Sale ends in
An efficient multi-locus mixed model framework for the detection of small and linked QTLs in F2
WenF(pheRaw,genRaw,mapRaw1,yygg1,cov_en,WalkSpeed,CriLOD,dir)
phenotype matrix.
genotype matrix.
linkage map matrix.
the transformed covariate matrix .
raw covariate matrix.
Walk speed for Genome-wide Scanning.(WalkSpeed=1).
Critical LOD scores for significant QTL (CriLOD=2.5).
file path in your computer.
# 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