IGVsnapshot | R Documentation |
From the IGV documentation: "Saves a snapshot of the IGV window to an image file. If filename is omitted, writes a .png file with a filename generated based on the locus. If filename is specified, the filename extension determines the image file format, which must be .png or .eps."
IGVsnapshot(sock, fname = "", dirname=getwd())
sock |
A socket connection to IGV. |
fname |
The filename to save. Alternatively, if not specified, IGV will create a filename based on the locus being viewed. |
dirname |
The directory name as a string for where to save the snapshot file. |
Sean Davis <sdavis2@mail.nih.gov>
http://www.broadinstitute.org/igv/PortCommands
startIGV
## Not run: ## Create a snapshot of the current IGV window, which is usually the first launched IGV with listen port 60151 open sock <- IGVsocket() IGVsnapshot(sock) dir() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.