Closed pgasperowicz closed 5 years ago
@pioters Good suggestion. It's a busy week so I may not get to this till the weekend. But get to it I will!
@pioters It took me longer to get around to this than I predicted. But save to svg is now supported:
saveToSVG(igv, filename)
Let me know if it does what you need.
Awsome! I'll get to it at the weekend.
Perfect. Works like a charm. Thank you!
@paul-shannon Hi! I would like to save localhost to .png or .svg. The recorded image should contain all the displayed information: navigation panel, chromosome image, refseq, all tracks. Best solution would be to make a screenshoot.
I tried the
webshot
package but unfortunately it does not recognize localhost. I also tried to import the content back to Rstudio Viewer Pane but nothing came of it either.I know that you can save each track by RMB on a given track and save as .png or .svg. but it's about saving it automatically after being generated.
Best!