IGVcollapse {SRAdb}R Documentation

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.

Author(s)

Jack Zhu <zhujack@mail.nih.gov>

References

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

See Also

startIGV, IGVload

Examples

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

[Package SRAdb version 1.44.0 Index]