IGVcollapse: Collapse tracks in the IGV

View source: R/IGVapi.R

IGVcollapseR 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)

zhujack/SRAdb documentation built on Oct. 26, 2022, 7:32 a.m.