Learn R Programming

SRAdb (version 1.30.0)

IGVcollapse: Collapse tracks in the IGV

Description

Using the remote command port of IGV, this function collapses tracks in the IGV.

Usage

IGVcollapse(sock)

Arguments

sock
A socket connection to IGV.

References

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

See Also

startIGV, IGVload

Examples

Run this code
  ## Not run: 
#   sock <- IGVsocket()
#   IGVcollapse(sock)
#   ## End(Not run)

Run the code above in your browser using DataLab