IGVsort | R Documentation |
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.
IGVsort(sock, option)
sock |
A socket connection to IGV. |
option |
Recognized values for the option parameter are: base, position, strand, quality, sample, and readGroup. |
Jack Zhu<zhujack@mail.nih.gov>
http://www.broadinstitute.org/igv/PortCommands
startIGV
, IGVload
## Not run: sock <- IGVsocket() IGVsort(sock, 'position') IGVsort(sock, 'base') IGVsort(sock, 'sample') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.