Description Usage Arguments Value Author(s) References Examples
Produces density plots of models showing epsistasis (qb.epistasis
)
or GxE interactions (qb.intcov
). The vertical axis
shows magnitude of effect, horizontal axis shows chromosomes in
epistatic pairs or covariate by chromosome. Paralell plots are produced
for each of the entries in the effects
parameter.
1 2 3 4 5 6 7 8 9 10 | qb.epistasis(qbObject, effects = c("aa", "ad", "da", "dd"),
cutoff = 1, maxpair = 5, pairs, ...)
qb.intcov(qbObject, covar, effects = c("add","dom"),
cutoff = 1, nmax = 5, cov.chr, ...)
## S3 method for class 'qb.epistasis'
plot(x, effects, cex = 0.5, main, ... )
## S3 method for class 'qb.epistasis'
print(x, ... )
## S3 method for class 'qb.epistasis'
summary(object, ... )
|
qbObject |
An object of class |
object |
Object of class |
x |
Object of class |
cutoff |
The |
maxpair |
Maximum number of epistatic pairs shown. |
pairs |
A character vector of chromosome pairs to examing for epistatic pairs. Chromosome names are separated by a dot. |
covar |
Covariate(s) to include; default is |
nmax |
Maximum number of covariate chromosomes shown. |
cov.chr |
A character vector of covariate by chromosome pairs to examing for GxE effects. Covariate names and chromosome names are separated by a dot. |
effects |
Character string of model effects. |
cex |
Horizontal expansion factor for characters in the plot.
See |
main |
Main titles for plots; default is |
... |
Arguments passed to generic |
Returns a table of counts of epistatic pairs with counts above the cutoff value.
Brian S. Yandell, yandell@stat.wisc.edu
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.