josiahseaman / FluentDNA

FluentDNA allows you to browse sequence data of any size using a zooming visualization similar to Google Maps. You can use FluentDNA as a standalone program or as a python module for your own bioinformatics projects.
65 stars 7 forks source link

Graph Genomes: ODGI Matrix layout in FluentDNA #85

Closed josiahseaman closed 4 years ago

josiahseaman commented 5 years ago

Graph Genomes: ODGI Matrix layout in FluentDNA

This issue is a roadmap for what it would take to update FluentDNA to process Graph Genomes. Pixel rendering will bypass the need for binning and the limit of SVG objects in the browser.

Useful Resources

Needs to be Implemented (Development Order

Optional Support Features

Downsides

josiahseaman commented 5 years ago

External Dependencies

  1. ODGI will sort the columns to minimize the number of link columns
  2. ODGI, Tubeify or FluentDNA could identify all the links that are just spanning gaps. ODGI #48
  3. OpenSeadragon Plugin extension for handling X Zoom #227
josiahseaman commented 4 years ago

This is now the path not taken.