View source: R/getCurTrackViewport.R
getCurTrackViewport | R Documentation |
Get current track viewport for addGuideLine
getCurTrackViewport(curViewerStyle, start, end)
curViewerStyle |
an object of |
start |
start position of current track |
end |
end position of current track |
an object of viewport
See Also as addGuideLine
vp <- getCurTrackViewport(trackViewerStyle(), 10000, 10200)
addGuideLine(c(10010, 10025, 10150), vp=vp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.