ipleiotropy within R Markdown

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

knitr::opts_chunk$set(fig.width=9, fig.height=6)
set.seed(69891250)
library(qtl)
library(qtlcharts)
data(grav)
grav <- calc.genoprob(grav, step=1)
out.hk <- scanone(grav, pheno.col=c(156, 241), method="hk")
ipleiotropy(grav, out.hk, lodcolumn=1:2, pheno.col=c(156, 241), chr=1)
ipleiotropy(grav, pheno.col=c(156, 241), chr=1)
ipleiotropy(grav, out.hk, lodcolumn=1:2, pheno.col=c(156, 241), chr=1,
            interval=c(53,68))


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.