| pqtl2dplotly {gap} | R Documentation |
2D pQTL plotly
pqtl2dplotly(d, chrlen = gap::hg19)
d |
Data in pqtl2dplot() format. |
chrlen |
Lengths of chromosomes for specific build: hg18, hg19, hg38. |
A plotly figure.
## 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)