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

Complex SV intervals support #8521

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Complex SV intervals support #8521

wants to merge 1 commit into from

Conversation

mwalker174
Copy link
Contributor

  • Complex (CPX) SV records no longer use END2/CHR2 INFO fields and instead are defined by CPX_INTERVALS in addition to normal coordinates.
  • Adds new class SVCallRecord.ComplexEventInterval for storing complex event intervals, which are associated with a particular SV type.
  • SV clustering now takes into account CPX subtype and intervals, requiring intervals to match on type and interval similarity as defined by the clustering parameters (e.g. minimum reciprocal overlap).
  • Improved reciprocal translocation (CTX) record handling. In particular, these records are now treated similarly to BNDs for clustering purposes.
  • Added unit tests for new CPX cases.

Cpx clustering support with testing

Fix complex subtype check

Complex event intervals
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

Successfully merging this pull request may close these issues.

None yet

1 participant