Description Usage Arguments Details Value Author(s) References See Also Examples
Determine HPD region across genome, including position of posterior mode.
1 2 3 4 5 6 7 8 |
qbObject |
Object of class |
object |
Object of class |
x |
Object of class |
level |
Value between 0 and 1 of HPD coverage. |
scan |
Elements to scan; usually one of |
smooth |
Degree of smoothing. |
chr |
Chromosomes to include; default determined by HPD region. |
effects |
Effects are |
profile |
Objective profile for plot; default is |
digits |
Number of digits for |
... |
Extra parameters passed along to plot. |
Determine 100*level
percent HPD region. Subset chromosomes based
on HPD region. Create genome scans for profile
and effects
.
qb.hpdone
is a list with a hpd.region
summary matrix and
qb.scanone
objects for the profile
and
effects
. A summary of a qb.hpdone
object yields a matrix
with columns for
chr |
chromosome number |
n.qtl |
estimated number of QTL on chromosome |
pos |
estimated position of QTL |
lo.nn% |
lower nn% HPD limit |
hi.nn% |
upper nn% HPD limit |
profile |
Peak of profile, identifed by the profile type. |
effects |
Columns for the effects, appropriately labeled. |
Brian S. Yandell
http://www.qtlbim.org
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.