IGVgenome {SRAdb} | R Documentation |
Set the IGV genome via the remote command port.
IGVgenome(sock, genome="hg18")
sock |
A socket connection to IGV. |
genome |
String representing a genome that IGV knows about. |
Sean Davis <sdavis2@mail.nih.gov>
http://www.broadinstitute.org/igv/PortCommands
## Not run: sock <- IGVsocket() IGVgenome(sock, genome='hg18') ## End(Not run)