tests/htmltest/iplotScantwo.R

grav <- calc.genoprob(grav, step=5)
out2 <- scantwo(grav, pheno.col=32, method="hk", verbose=FALSE)

theplot <- iplotScantwo(out2)
htmlwidgets::saveWidget(theplot, file="iplotScantwo_noeff.html", selfcontained=FALSE)

theplot <- iplotScantwo(out2, grav, pheno.col=32)
htmlwidgets::saveWidget(theplot, file="iplotScantwo_eff.html", selfcontained=FALSE)

Try the qtlcharts package in your browser

Any scripts or data that you put into this service are public.

qtlcharts documentation built on Jan. 8, 2022, 1:06 a.m.