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

How to partially render a suffix tree from db #38

Open
learner-long-life opened this issue Jul 24, 2024 · 1 comment
Open

How to partially render a suffix tree from db #38

learner-long-life opened this issue Jul 24, 2024 · 1 comment
Assignees
Labels

Comments

@learner-long-life
Copy link
Contributor

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?

@learner-long-life
Copy link
Contributor Author

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)

https://github.com/brenden/ukkonen-animation

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

No branches or pull requests

2 participants