geteffects | R Documentation |
Estimate QTL effect at each genomic position for each of multiple phenotypes. However, this function uses a simple regression based method to predict the effect. It is recommended to use the fitqtl function referring to a package vignette to predict the effects of QTL.
geteffects(cross, pheno.cols)
cross |
An object of class 'cross'. See 'read.cross' for details. |
pheno.cols |
phenotype columns to be used |
A matrix of coefficients. (i,j)th item is a coefficient of jth position as a qtl of ith observation.
Karl W Broman, Il-Youp Kwak, <email: ikwak2@stat.wisc.edu>
plotlod
data(simspal) simspal <- calc.genoprob(simspal) phe <- 1:nphe(simspal) eff <- geteffects(simspal, pheno.cols=phe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.