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

Spurious breakpoint filtering #1

Closed
dubssieg opened this issue Jan 14, 2025 · 0 comments
Closed

Spurious breakpoint filtering #1

dubssieg opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dubssieg
Copy link
Owner

Following a remark by Adam Novak, I add with the release v0.1.3 support for discarding of spurious breakpoints.

Screenshot from 2024-02-21 16-14-28

Spurious breakpoints

Spurious breakpoints are a position in between a couple of nodes (x,y) which are contiguous in at least one path.
Formally, deg⁺(x) = deg⁻(y) = 1

Those do not represent a meaningful biological information. They are induced by graph construction process, and does not does not imply existence of the end of an homology block. Moreover, with formats like .gbz, nodes are splitted and this could mitigate the issue.

I added to the command-line a -s flag to tell pancat to filter out such breakpoints.

@dubssieg dubssieg added the enhancement New feature or request label Jan 14, 2025
@dubssieg dubssieg self-assigned this Jan 14, 2025
@dubssieg dubssieg pinned this issue Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant