# NOT RUN {
data(fake.f2)
# take out several QTLs and make QTL object
qc <- c(1, 6, 13)
qp <- c(25.8, 33.6, 18.63)
fake.f2 <- subset(fake.f2, chr=qc)
# }
# NOT RUN {
fake.f2 <- calc.genoprob(fake.f2)
qtl <- makeqtl(fake.f2, qc, qp, what="prob")
qtl <- reorderqtl(qtl, c(2,3,1))
qtl
qtl <- reorderqtl(qtl)
qtl
# }
Run the code above in your browser using DataLab