subset.scantwoperm {qtl} | R Documentation |
Pull out results for a specified set LOD columns from
permutation results from scantwo
.
## S3 method for class 'scantwoperm': subset(x, lodcolumn, ...)
x |
Permutation results from
scantwo , run with n.perm >0. |
lodcolumn |
A vector specifying which LOD columns to keep (or, if
negative), omit. These should be between 1 and the number of LOD
columns in the input x . |
... |
Ignored at this point. |
The input scantwo
permutation results, but with only the specified
subset of the data.
Karl W Broman, kbroman@biostat.wisc.edu
summary.scantwoperm
,
scantwo
, c.scantwoperm
,
cbind.scantwoperm
,
rbind.scantwoperm
data(fake.bc) fake.bc <- calc.genoprob(fake.bc, step=0) operm <- scantwo(fake.bc, method="hk", pheno.col=1:2, n.perm=5) operm2 <- subset(operm, lodcolumn=2)