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

Refactoring/optimization of IsoformPlot #88

Open
jsaquing opened this issue Oct 5, 2021 · 1 comment
Open

Refactoring/optimization of IsoformPlot #88

jsaquing opened this issue Oct 5, 2021 · 1 comment
Labels
design high-level design ideas, brainstorming plotting Related to plotting and visualization postponed This should be handled in the future, but is low priority right now

Comments

@jsaquing
Copy link
Contributor

jsaquing commented Oct 5, 2021

Goals:

  • more control over visual format of plotted objects
    • i.e. need to better separate code that handles adding objects (abstract) to plot from code that actually adds Artists (concrete) to Figure
  • make it faster to generate multiple plots, potentially involving the same underlying set of transcript isoforms
    • try to reuse Artists and Axes between plots if possible
@jsaquing jsaquing added postponed This should be handled in the future, but is low priority right now design high-level design ideas, brainstorming plotting Related to plotting and visualization labels Oct 5, 2021
@jsaquing
Copy link
Contributor Author

jsaquing commented Nov 3, 2021

Idea: create JSON-based format for representing all information in a plot (i.e. tracks, genomic coords of each region/marker, formatting, text) and "plotters" for different backends (e.g. Matplotlib, Bokeh) that create plots based on the JSON objects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design high-level design ideas, brainstorming plotting Related to plotting and visualization postponed This should be handled in the future, but is low priority right now
Projects
None yet
Development

No branches or pull requests

1 participant