iplotScantwo within R Markdown

This document serves to test the R/qtlcharts function iplotScantwo.

set.seed(69891250)
library(qtl)
library(qtlcharts)
data(grav)
grav <- calc.genoprob(grav, step=5)
out2 <- scantwo(grav, pheno.col=32, method="hk", verbose=FALSE)
iplotScantwo(out2, grav, pheno.col=32)


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.