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

What role cut_spread_radius plays in circular sequence decomposition? #6

Open
andrewshvv opened this issue Apr 13, 2021 · 1 comment

Comments

@andrewshvv
Copy link

I am debugging why the circular sequence decomposition does not work for me, and it seems cut_spread_radius kinda plays a role in it. The documentation is lacking information about it.

Could you please share a bit of information about it?

@Zulko
Copy link
Member

Zulko commented Apr 16, 2021

Sorry for the lack of documentation. See slides 221-225 here. When you use the coarse-grain/fine-grain decomposition approach, there is a first quick sequence decomposition to find good cuts, then a refinement around these cuts, to find even better cuts. The cut_spread_radius is how many nucleotides away the better cuts can be from the good cuts.

I'm not 100% sure how this could impact circular sequence decomposition (but I understand that it could), it may depend on how you define the circularity. It's difficult to say without a minimal failing example.

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

No branches or pull requests

2 participants