IGVsort: Sort an alignment track by the specified option.

Description Usage Arguments Author(s) References See Also Examples

View source: R/IGVapi.R

Description

Using the remote command port of IGV, Sorts an alignment track by the specified option. Recognized values for the option parameter are: base, position, strand, quality, sample, and readGroup.

Usage

1
IGVsort(sock, option)

Arguments

sock

A socket connection to IGV.

option

Recognized values for the option parameter are: base, position, strand, quality, sample, and readGroup.

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
6
7
  ## Not run: 
  sock <- IGVsocket()
  IGVsort(sock, 'position')
  IGVsort(sock, 'base')
  IGVsort(sock, 'sample')
  
## End(Not run)

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