Description Usage Arguments Author(s) References See Also Examples
Create a Socket Connection to IGV by a specified port and host.
1 | IGVsocket(host='localhost', port=60151)
|
host |
The name of remote host where IGV is running. |
port |
The port to connect to/listen on. |
Sean Davis <sdavis2@mail.nih.gov>
http://www.broadinstitute.org/igv/PortCommands
1 2 3 4 5 | ## Not run:
## Create a socket connection to IGV
sock <- IGVsocket()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.