Description Usage Arguments Details Value Author(s) See Also Examples
Plots results of 2D analysis produced by
scan.glm.2D
or scan.haplo.2D
1 2 |
x |
object of type |
y |
this argument is not used |
... |
additional arguments to be passed to plot |
df |
Whether 1, 2, or "all" d.f.s should be plotted. Note that for
|
Now plots only "allelelic" results. This is fine for scan.haplo.2D
as only alleic tests are produced; however, scan.glm.2D
also
produces "genotypic" results.
No value returned.
Yurii Aulchenko
scan.gwaa.2D-class
,
scan.glm.2D
,
scan.haplo.2D
1 2 3 4 5 6 7 | require(GenABEL.data)
data(srdta)
a <- scan.glm.2D("qt3~CRSNP",data=srdta,snps=c(1:10))
# "allelic" results
plot(a)
# to plot "genotypic" results:
filled.contour(x=a$map,y=a$map,z=-log10(a$P2df))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.