Last chance! 50% off unlimited learning
Sale ends in
scanone
with n.perm > 0.
"c"(...)
"rbind"(...)scanoneperm. (This can
also be a list of scanoneperm objects.) These are
the permutation results from scanone (that is,
when n.perm > 0). These must all have the same number of
columns. (That is, they must have been created with the same number
of phenotypes, and it is assumed that they were generated in
precisely the same way.)scanoneperm object.scanone, to assist with
the case that such permutations are done on multiple processors in
parallel.
summary.scanoneperm,
scanone, cbind.scanoneperm,
c.scantwoperm data(fake.f2)
fake.f2 <- calc.genoprob(fake.f2)
operm1 <- scanone(fake.f2, method="hk", n.perm=100, perm.Xsp=TRUE)
operm2 <- scanone(fake.f2, method="hk", n.perm=50, perm.Xsp=TRUE)
operm <- c(operm1, operm2)
Run the code above in your browser using DataLab