IGVcollapse {SRAdb} | R Documentation |
Using the remote command port of IGV, this function collapses tracks in the IGV.
IGVcollapse(sock)
sock |
A socket connection to IGV. |
Jack Zhu <zhujack@mail.nih.gov>
http://www.broadinstitute.org/igv/PortCommands
## Not run: sock <- IGVsocket() IGVcollapse(sock) ## End(Not run)