IGVsocket: Create a Socket Connection to IGV.

Description Usage Arguments Author(s) References See Also Examples

View source: R/IGVapi.R

Description

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

Usage

1
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

1
2
3
4
5
  ## Not run: 
  ## Create a socket connection to IGV
  sock <- IGVsocket()
  
## End(Not run)

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