IGVgoto {SRAdb}R Documentation

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.

Author(s)

Sean Davis <sdavis2@mail.nih.gov>

References

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

See Also

startIGV, IGVload

Examples

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

[Package SRAdb version 1.48.2 Index]