Skip to content
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

Disable red lines in pdf plots #10

Open
messersc opened this issue Nov 21, 2018 · 2 comments
Open

Disable red lines in pdf plots #10

messersc opened this issue Nov 21, 2018 · 2 comments

Comments

@messersc
Copy link

Hi,

I got some plots from fusions we believe to be real. Very nice.

However, with the red vertical lines, the plots can look quite busy sometimes. Is there a way to disable these?

Thanks!
Clemens

@breons
Copy link
Contributor

breons commented Nov 21, 2018

Hi Clemens,

That's great to hear! I do hope you get some utility out of the visualisations.

Not through a parameter currently, I will include this feature in the next release.

If you would like a manual solution, you can make this change to plotit/fst_plot.r

change line 623
tracks <- list(orig_coords_track, axis, highlights, sashimi_plot)
to
tracks <- list(orig_coords_track, axis, coverage, gene_track, domain_track, transcript_track, sashimi_plot)

Let me know if you run into any issues :).

@messersc
Copy link
Author

Thanks, it just occured to me that I should also increase the read support parameter so that I only get well supported junctions, which makes the plot much easier on the eyes.

But I will also try your suggestion!
Clemens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants