Learn R Programming

SRAdb (version 1.30.0)

IGVsocket: 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.

References

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

See Also

startIGV, IGVgoto

Examples

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

Run the code above in your browser using DataLab