pqtl3dplotly {gap}R Documentation

3D pQTL plot

Description

3D pQTL plot

Usage

pqtl3dplotly(d, chrlen = gap::hg19, zmax = 300)

Arguments

d

Data in pqtl2d() format.

chrlen

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

zmax

Maximum -log10p to truncate, above which they would be set to this value.

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 <- pqtl3dplotly(d,zmax=300)
htmlwidgets::saveWidget(r,file=file.path(INF,"INF1.pqtl3dplotly.html"))
r

## End(Not run)

[Package gap version 1.2.3-6 Index]