Closed lavauxt closed 3 years ago
Can you elaborate a little on the use case, so I can get a better understanding of what would need to be done? There are many many possibilities.
Some thoughts:
draw_fusions.R
script). It takes several seconds to generate a plot and up to a minute of overhead to fire up the script. You could cache the overhead in memory, but there would still be a noticeable delay in generating the plots dynamically, which would be annoying to users. So I don't think there is a way around pre-rendering the plots.thks for those answers, the conversion to vcf will be a good addition. the pdf to svg conversion is also a good point, i should have think of it before asking my question for the interactive part indeed it's beyond the arriba project, i was thinking of a way to display the graphs in a shiny R interface for ex, but it can be a silly idea ;-) because of the delay to compute the graphs
thks for those answers, the conversion to vcf will be a good addition. the pdf to svg conversion is also a good point, i should have think of it before asking my question for the interactive part indeed it's beyond the arriba project, i was thinking of a way to display the graphs in a shiny R interface for ex, but it can be a silly idea ;-) because of the delay to compute the graphs
Hello,
I think this link (https://github.com/senzhaocode/FuSViz) maybe interesting for you - a shiny app to show SVs interactively, by combining RNA-seq and DNA-seq data together.
Just a suggestion for improvement, do you think it can be possible to integrate a dynamic view of the results with a Shiny R application ? Like for exemple, with some interactions : choose a sample results from a list, download graphs in svg format, make annotation interactive, you name it...