You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Ukkonen visualizer is open source, feel free to borrow and adapt code from it.
Instead of visualizing a suffix tree from a user-entered input string, we want to visualize a suffix tree that is read from the database. Let's keep track of questions that come up here, such as, what parameters we need to specify for a partial suffix tree, and how to show where the partial suffix tree is in the bigger suffix tree (e.g. a mini-map)
Right now the suffix trees produced from the whole genome of 400m characters are too large to be displayed entirely at once in the web UI.
How do we query the DB to get just part of the suffix tree to render?
Starting at which subtree node ID and ending where?
The text was updated successfully, but these errors were encountered: