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

plot customisation #6

Open
Ollipolli1909 opened this issue Jan 7, 2025 · 0 comments
Open

plot customisation #6

Ollipolli1909 opened this issue Jan 7, 2025 · 0 comments

Comments

@Ollipolli1909
Copy link

Hi James,
Happy New Year, and sorry for being a pain, again...
I made some progress and most things are working now, i managed to get everything running in 'command line' as well. One thing I haven't been able to work out it some customisations of plots. The app allows e.g. manipulating the arc heights etc. How would I do the same when calling PlotSashimi. ATM I am doing this:

plotSashimi(
gene,
show = c("coverage", "junction", "junctionLabels"), # leave in what you like
coord_method = c("none"),
fill_scheme = "sample_id"
junc_color = alpha2col("black", 0.8),
junc_fill = alpha2col("black", 0.9),
junc_alpha = 0.5,
junc_accuracy = 1
)

Is there a way to add arc parameters here?
Many thanks,
Oliver

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

No branches or pull requests

1 participant