Description Usage Arguments Details Value Author(s) Examples
Plots CAnD p-values for each chromosome/chromosomal region
1 2 |
set |
An object of class |
title |
A character string containing the title of the plot. Default is "", a blank title. |
xlab |
A character vector with the label for the x-axis on
the plot. Default is |
ylab |
A character vector holding the label for the y-axis
on the plot. Default is |
... |
Further arguments to be passed to the plotting methods, such as graphical parameters. |
Creates a plot of all p-values for each chromosome or chromosomal region.
Creates a plot.
Caitlin McHugh mchughc@uw.edu
1 2 3 4 | data(ancestries)
euroEsts <- ancestries[,c(seq(from=2,to=24))]
res <- CAnD(euroEsts)
#plotPvals(res,main="CAnD P-Values")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.