c.scanoneperm {qtl} | R Documentation |
Concatenate the data for multiple runs of scanone
with n.perm > 0
.
## S3 method for class 'scanoneperm' c(...) ## S3 method for class 'scanoneperm' rbind(...)
... |
A set of objects of class |
The aim of this function is to concatenate the results from multiple
runs of a permutation test scanone
, to assist with
the case that such permutations are done on multiple processors in
parallel.
The concatenated input, as a scanoneperm
object.
Karl W Broman, kbroman@biostat.wisc.edu
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)