IGVsocket: Create a Socket Connection to IGV.

View source: R/IGVapi.R

IGVsocketR Documentation

Create a Socket Connection to IGV.

Description

Create a Socket Connection to IGV by a specified port and host.

Usage

IGVsocket(host='localhost', port=60151)

Arguments

host

The name of remote host where IGV is running.

port

The port to connect to/listen on.

Author(s)

Sean Davis <sdavis2@mail.nih.gov>

References

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

See Also

startIGV, IGVgoto

Examples

  ## Not run: 
  ## Create a socket connection to IGV
  sock <- IGVsocket()
  
## End(Not run)

zhujack/SRAdb documentation built on Oct. 26, 2022, 7:32 a.m.