Combine columns from multiple scanone permutation results
Concatenate the columns from different runs of
scanone
with n.perm > 0
.
## S3 method for class 'scanoneperm' cbind(..., labels)
... |
A set of objects of class |
labels |
A vector of character strings, of length 1 or of the same
length as the input |
The concatenated input, as a scanoneperm
object. If
different numbers of permutation replicates were used, those columns
with fewer replicates are padded with missing values (NA
).
Karl W Broman, broman@wisc.edu
data(fake.f2) fake.f2 <- calc.genoprob(fake.f2) operm1 <- scanone(fake.f2, method="hk", n.perm=10, perm.Xsp=TRUE) operm2 <- scanone(fake.f2, method="em", n.perm=5, perm.Xsp=TRUE) operm <- cbind(operm1, operm2, labels=c("hk","em")) summary(operm)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.