pqtl2dplotly {gap}R Documentation

2D pQTL plotly

Description

2D pQTL plotly

Usage

pqtl2dplotly(d, chrlen = gap::hg19)

Arguments

d

Data in pqtl2dplot() format.

chrlen

Lengths of chromosomes for specific build: hg18, hg19, hg38.

Value

A plotly figure.

Examples


## Not run: 
INF <- Sys.getenv("INF")
d <- read.csv(file.path(INF,"work","INF1.merge.cis.vs.trans"),as.is=TRUE)
r <- pqtl2dplotly(d)
htmlwidgets::saveWidget(r,file=file.path(INF,"INF1.pqtl2dplotly.html"))
r

## End(Not run)

[Package gap version 1.2.3-6 Index]