Description Usage Arguments Details See Also Examples
Plot of unstandardized iHS within frequency bins.
1 2 3 4 5 6 7 8 9 10 11 |
x |
data (output of function |
spectrum |
logical. If |
main |
an overall title for the plot. |
xlab |
a title for the x axis. |
ylab |
a title for the y axis. |
xlim |
the x coordinate range of the plot. |
ylim |
the y coordinate range of the plot. |
pch |
plotting 'character' see |
... |
further arguments to be passed to plot resp. points. |
The plot shows the mean and the quantiles calculated by
function ihh2ihs
for the unstandardized iHS in each frequency bin.
Note that the standardization of iHS is performed bin-wise in order
to reduce the frequency-dependence of
iHS values (expected under neutrality).
An implicit assumption of this procedure is that each bin is dominated
by neutral markers.
1 2 3 4 5 6 | library(rehh.data)
data(wgscan.cgu)
#results from a genome scan (44,057 SNPs)
#see ?wgscan.eut and ?wgscan.cgu for details
wgscan.cgu.ihs <- ihh2ihs(wgscan.cgu)
freqbinplot(wgscan.cgu.ihs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.