Description Usage Arguments Details Value Author(s) References See Also Examples
Covariates used in gene mapping may be correlated with covariates. These routines examine the pattern of confounding.
1 2 3 4 5 6 7 |
qbObject |
Object of class |
x |
Object of class |
object |
Object of class |
covar |
Index to covariate |
ylim |
Limits for |
main |
Title for plot. |
... |
Additional parameters passed alone. |
This examines possible confounding between a covariate and pseudomarkers across the genome. Confouding, evidenced by large correlation with a marker, would raise suspicions about mapping in a genomic region, unless of course the covariate is a marker in that region. Blue curves are correlation with additive effect; red curves are correlation with dominance effect. Dashed lines at 5 percent significance limits.
qb.confound
returns a matrix with columns for:
coradd |
Correlation with additive pseudomarker effect. |
cordom |
Correlation with dominance pseudomarker effect (if F2). |
chr |
Chromosome identifier. |
The object inherits from scanone
objects.
Brian S. Yandell
http://www.qtlbim.org
1 2 3 4 | data(qbExample)
temp <- qb.confound(qbExample)
plot(temp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.