IGVgoto | R Documentation |
Using the remote command port of IGV, go to a specified region.
IGVgoto(sock, region)
sock |
A socket connection to IGV. |
region |
Scrolls to a locus. Use any text that is valid in the IGV search box. |
Sean Davis <sdavis2@mail.nih.gov>
http://www.broadinstitute.org/igv/PortCommands
startIGV
, IGVload
## Not run: sock <- IGVsocket() IGVgoto(sock, 'chr1:1-10000') IGVgoto(sock, 'TP53') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.