-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consider arriba visualization #24
Comments
thanks for showing this! we discussed visualization recently and made a couple of decisions:
do you think that your code can be easily adapted for different formats of fusion calls? what are the necessary pieces of information to run it? |
This visualization uses the final merged and/or arriba fusion calls in the same format as it currently exists in the pipeline. It can handle bedpe formats without much difficulty either. For plotting the fusions as is, I only need the bam file and the list of fusions. |
This sounds like it would integrate pretty well! I think once we have figured out how final fusions will be merged/presented, that would be a good time to start putting it in. To implement we'd need a) a docker/singularity container with all necessary packages/softwares and b) a copy of the custom script(s) to maintain within the repo. If we could work on having those ready by then that would be awesome! |
I'll try to put those together! |
singularity image we are using for arriba also contains
/usr/local/bin/draw_fusions.R
. We might consider to use this script to add a visualization output for fusions that are found by arriba.The text was updated successfully, but these errors were encountered: