rel2qtl | R Documentation |
Convert the data for a QTL mapping experiment from the QTLRel format to that used by R/qtl (http://www.rqtl.org).
rel2qtl(gdat, pdat, gmap)
gdat |
Genotype data |
pdat |
Phenotype data |
gmap |
Genetic map |
Pedigree information is ignored, and X chromosome data is omitted.
The data are treated as an intercross.
A cross object for the R/qtl package (http://www.rqtl.org).
Karl W Broman, kbroman@biostat.wisc.edu
qtl2rel
data(miscEx)
f8 <- rel2qtl(gdatF8, pdatF8, gmapF8)
summary(f8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.