IGVgenome: Set the IGV genome.

Description Usage Arguments Author(s) References See Also Examples

View source: R/IGVapi.R

Description

Set the IGV genome via the remote command port.

Usage

1
IGVgenome(sock, genome="hg18")

Arguments

sock

A socket connection to IGV.

genome

String representing a genome that IGV knows about.

Author(s)

Sean Davis <sdavis2@mail.nih.gov>

References

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

See Also

startIGV

Examples

1
2
3
4
5
## Not run: 
sock <- IGVsocket()
IGVgenome(sock, genome='hg18')

## End(Not run)

seandavi/SRAdb documentation built on May 29, 2019, 4:33 p.m.