Description Usage Arguments Details Author(s) References See Also Examples
Summaries and up to four plots showing loci found in MCMC samples for a chromosome.
1 2 3 4 5 6 |
qbObject |
Object of class |
x,object |
Object of class |
chr |
Identifier for one chromosome. |
cutoff |
Smallest posterior probability for |
nqtl |
Number of QTL on chromosome (inferred by default). |
amount |
Amount to |
cex |
Character expansion of plot symbols. |
split |
Split plots into four panels on one page if
|
contour |
Contour plot overlaid on pairs if |
weight |
Inversely weight loci in density plot by number of QTL
if |
merge |
Merge across number of QTL if |
... |
Parameters to |
Find multiple loci in MCMC samples for chromosome chr
. The
number of QTL, nqtl
is inferred from the histogram as the
largest number of QTL above the percent cutoff
.
The generic plot
command produces the following plots: (1)
density plot of main QTL grouped by QTL; (2) histogram of number of
QTL; (3) density plot of epistatic pairs; (4) scatter plot of pairs of
QTL. The density plots are divided into nqtl
groups. The
scatter plot shows pairs of main loci below diagonal and epistatic
pairs above using codes corresponding to the number of QTL per sample;
note that 3 QTL have 3 pairs, 4 QTL have 6, etc., and that solitary
QTL are displayed along the diagonal.
split
and merge
control the manner of plotting. Setting
merge
to FALSE
yields only density plots for main loci
conditioned on the number of QTL per sample. Setting split
to
FALSE
or to numbers between 1 and 4 yields plots on separate
pages.
Brian S. Yandell, yandell@stat.wisc.edu
plot.qb
, qb.scantwo
, qb.mainmodes
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.