Description Usage Arguments Details Author(s) References See Also Examples
Multidimensional scaling and hierarchical clustering of most common patterns of genetic architecture.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | qb.best(...)
qb.BestPattern(qbObject, epistasis = TRUE,
category = c("pattern", "nqtl"), cutoff, score.type =
c("sq.atten","attenuation","variance","recombination","distance"),
include = c("nested","all","exact"),
center = c("median","mean"), level = 5, ...)
## S3 method for class 'qb.BestPattern'
plot(x, type = c("mds", "hclust"),
main, xlab, method = "complete", cluster = 3, cexmax = 5,
colmax = 75, cex, col,
symbol = c("pattern","nqtl","cluster","c@n","c@p","n@p","c@n@p"), ...)
## S3 method for class 'qb.BestPattern'
summary(object, method = "complete",
cluster = 3, n.best = 1, ...)
|
qbObject |
Object of class |
x,object |
Object of class |
epistasis |
Include epistasis in patterns if |
category |
Distances indexed by |
cutoff |
Percent cutoff for pattern inclusion in model
selection. Default is 0.25 (0.5) if |
score.type |
Type of score to use as distance. See
|
type |
Plot dendrogram for |
main |
Main plot title as character string. |
xlab |
Character string for horizontal (x) axis. |
method |
Method for hierarchical clustering. |
cluster |
Number of clusters desired. |
n.best |
Number of better models to display. |
cexmax |
Maximum font size (minimum is set to 1); patterns are
displayed in |
colmax |
Maximum number of colors. |
cex |
Manual override of font size for |
col |
Colors for plotting. |
symbol |
Plot symbol for |
include |
Action for model averaging of chromosome-specific locus
and explained variance:
use |
center |
Method of estimating the center for |
level |
Confidence level as percent between 0 and 100 for loci and variance contributions. |
... |
Parameters to methods. |
This uses the closeness measure from qb.close
to
compute a similarity matrix among patterns whose posterior probabilities
exceed cutoff
. Distance = 1 - similarity is used for hierarchical
clustering or multidimensional scaling.
The best
pattern is chosen as the one with highest posterior
mean; all other patterns are compared to that pattern in terms of the
score.type
. This best pattern is a natural target
for qb.close
.
Brian S. Yandell, yandell@stat.wisc.edu
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.