igvShiny
igvShiny copied to clipboard
an htmlwidget version of igv, for RStudio and Shiny apps
Hello developer, Greetings! Thank you for developing such an intriguing tool. I encountered an issue while using it: How can I import some tracks during initialization? I noticed that igvShiny...
There appears to be some debugging/testing code left in [Shiny\.addCustomMessageHandler\("fubar",](https://github.com/paul-shannon/igvShiny/blob/96d73672be10356e5dacc9a3df4b6be51fd69032/inst/htmlwidgets/igvShiny.js#L511) which is responsible for rewriting the url to a hardcoded value, as can be seen in the javascript console: _(text...
@vjcitn - new issue to ease tracking. emulate these parameters in igvR: ``` track
reviewing the documentation, tests, and demos, I can find no example of providing values for the `tracks` option to `igvShiny` function. Its documentation reads: ``` tracks: a list of track...
Hi @paul-shannon! Last year, I pointed you out an issue about a color bug for GWAS tracks in igvR (the whole story [here](https://github.com/paul-shannon/igvR/issues/24)). It is still there in igvShiny. As...
Reduce the complexity of the examples in the vignette by adding a folder argument for predetermined files in `parseAndValidateGenomeSpec`.
Hi - I have been trying to load my own files using igvShiny but it hasnt been working. So I tried a few examples igvShinyDemo-customGenome-http.R, igvShinyDemo-customGenome-localFiles.R and none of them...
First, I would like to thank the developers for their excellent work on igvShiny. It has worked really well for me in the past. I am currently trying to implement...
Hello! I have a new issue :) When I try to add a GWAS track, using the 1.0.5 version, a Not Found error is raised: If I check the tracks...