IGVgoto: Go to a specified region in IGV.

Description Usage Arguments Author(s) References See Also Examples

View source: R/IGVapi.R

Description

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

Usage

1
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

1
2
3
4
5
6
  ## Not run: 
  sock <- IGVsocket()
  IGVgoto(sock, 'chr1:1-10000')
  IGVgoto(sock, 'TP53')
  
## End(Not run)

SRAdb documentation built on Nov. 8, 2020, 6:49 p.m.