Last chance! 50% off unlimited learning
Sale ends in
scanone
.## S3 method for class 'scanone':
c(\dots, labels)
## S3 method for class 'scanone':
cbind(\dots, labels)
scanone
. (This can also
be a list of scanone
objects.) These are
the results from scanone
(with n.perm=0
),
generally run with differescanone
object.scanone
, generally for
different phenotypes and/or methods, to be used in parallel with
summary.scanone
.summary.scanone
,
scanone
, cbind.scanoneperm
data(fake.f2)
fake.f2 <- calc.genoprob(fake.f2)
fake.f2 <- subset(fake.f2, chr=18:19)
out.hk <- scanone(fake.f2, method="hk")
out.np <- scanone(fake.f2, model="np")
out <- c(out.hk, out.np, labels=c("hk","np"))
plot(out, lod=1:2, col=c("blue", "red"))
Run the code above in your browser using DataLab