Learn R Programming

SRAdb (version 1.30.0)

IGVgenome: Set the IGV genome.

Description

Set the IGV genome via the remote command port.

Usage

IGVgenome(sock, genome="hg18")

Arguments

sock
A socket connection to IGV.
genome
String representing a genome that IGV knows about.

References

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

See Also

startIGV

Examples

Run this code
## Not run: 
# sock <- IGVsocket()
# IGVgenome(sock, genome='hg18')
# ## End(Not run)

Run the code above in your browser using DataLab