Description Usage Arguments Details Author(s) References See Also Examples
Subset Bayesian interval mapping iterations on number of QTL and/or chromosome pattern of QTL, using exact match or inclusive subsetting.
1 2 3 |
x |
object of class |
nqtl |
subset on number of QTL |
pattern |
subset on chromosome pattern of QTL |
exact |
subset on exact pattern or number of QTL if true |
chr |
subset of chromosomes to plot (numerical indices, logical or chromosome names) |
region |
list containing |
offset |
indicates that |
restrict.pair |
Restrict |
pheno.col |
Numeric or character identifier for phenotype. Useful eventually for multiple traits. |
... |
additional arguments to |
Subset to include only iterations with at least nqtl
number of
QTL and at least the pattern
across chromosomes. pattern
is a vector of chromosome identices, with repeats for
multiple linked QTL on a chromosome. If exact=FALSE
, then all
iterations with at least the given pattern
and nqtl
are
included. nqtl
will be reset to length(pattern)
if it is
smaller than this value. Note that pattern
should be number
codes corresponding to those used in the x
object. Further
subsets to only include QTL from these iterations that are on
chromosomes chr
.
Brian S. Yandell, yandell@stat.wisc.edu
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.