Learn R Programming

SRAdb (version 1.30.0)

IGVgoto: Go to a specified region in IGV.

Description

Using the remote command port of IGV, go to a specified region.

Usage

IGVgoto(sock, region)

Arguments

sock
A socket connection to IGV.
region
Scrolls to a locus. Use any text that is valid in the IGV search box.

References

http://www.broadinstitute.org/igv/PortCommands

See Also

startIGV, IGVload

Examples

Run this code
  ## Not run: 
#   sock <- IGVsocket()
#   IGVgoto(sock, 'chr1:1-10000')
#   IGVgoto(sock, 'TP53')
#   ## End(Not run)

Run the code above in your browser using DataLab