-
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
New package idea, facilitate easily: genomic ranges |> filter_by_overlaps(window) |> plotgardener or Gviz #5
Comments
I can sketch this out a bit more in a few days
Input is GRanges, output is a plot of those ranges in context of genes.
So it’s basically some sensible defaults and options to make this easy and
part of EDA. You don’t want to have to go thru the level of detail laying
out the plot as you do when making a journal figure
|
That sounds fun. |
I am happy to give a try on this one. |
Sure feel free to assign yourself and start a repo, post URL here. I’m happy to give feedback |
Is anyone working on this? @tbrittoborges @mikelove |
I'm not, I can give a few pointers to anyone that wants to |
@tbrittoborges, if you don't want to work on this, I can give it a shot. Although, I am not much experienced. Thanks. |
@mikelove can you kindly provide the pointers? Thanks. |
Hi, @nahid18, sorry I am in a different time-zone it seems. Please go ahead. |
Sure, so often it is useful to quickly plot some ranges. I'm imagining of a function
And would allow some simple customization. What might go on inside the function is:
While plotgardener is great for laying out plots for manuscripts, I'm thinking there is an in-between use case for interactive plotting of ranges, where you wouldn't have to specify the absolute positions, but that would be handled by this convenience function. @nekramer @EricSDavis any other thoughts or suggestions? |
Please also consider a more transcript level view. |
Sorry, I should have been more clear, you can also easily plot transcripts with plotgardener instead of genes. This would be good to support here. |
@mikelove just started a repo for this https://github.com/nahid18/easyplot |
Love the idea of a convenience function for this! The only other thing I would add to consider when building this is adjusting things like |
Thank you so much! I need to go through the documentation thoroughly. |
Tagging also @dphansti and @EricSDavis |
Hi, just wanted to check whats the status on this so far? Looks interesting and like something I might like to try my hand at - but I'm not very experienced with package development. |
See here for an example of plotgardener for ranges:
https://tidybiology.github.io/tidy-ranges-tutorial/gene-plots.html
It would be nice to hide away some of the layout code in a function, so this could be more a part of an EDA workflow.
The text was updated successfully, but these errors were encountered: