addGuideLine.Rd
A function to add lines for emphasizing the positions
addGuideLine(guideLine, col = "gray", lty = "dashed", lwd = 1, vp = NULL)
The genomic coordinates to draw the lines
A vector for the line color
A vector for the line type
A vector for the line width
A Grid viewport object. It must be output of viewTracks
See Also as getCurTrackViewport
, addArrowMark
,
viewTracks
vp <- getCurTrackViewport(trackViewerStyle(), 10000, 10200)
addGuideLine(c(10010, 10025, 10150), vp=vp)