Description Usage Arguments Details Author(s) Examples
The function offers informative plots for an qtlRes
object.
1 2 3 4 |
x |
Object of class |
which |
Specifies for which phenotypes the plot should be created. |
sig |
Chosen significance level. |
verbose |
Logical, extended feedback of the function. |
log |
Logical, y-axis scale is log(base=10)-scaled. |
genome |
Data frame with Chromosome names and lengths. |
pch |
Plot symbol to by used. |
... |
Additional plotting parameters. |
This function plots the test results of an qtlRes
object as a Manhattan plot. In case only an qtlRes
object is provided, then the genome information
are estimated from this object. Alternatively, a data frame with genome information can be provided. In this case genone
has to be a data.frame with the
two columns chr
and length
, indicating the Chromosome names (similar as the ones given in qtlRes
) and the corresponding lengths. The information
for the human genome, Ensembl build 68, is also included can be used with using the option genome="Human68"
.
Daniel Fischer
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.