IGVcollapse: Collapse tracks in the IGV

Description Usage Arguments Author(s) References See Also Examples

View source: R/IGVapi.R

Description

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

Usage

1

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

1
2
3
4
5
  ## Not run: 
  sock <- IGVsocket()
  IGVcollapse(sock)
  
## End(Not run)

SRAdb documentation built on Nov. 8, 2020, 6:49 p.m.