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

Should we handle VDDJ rearrangements? #226

Open
psathyrella opened this issue Feb 14, 2017 · 4 comments
Open

Should we handle VDDJ rearrangements? #226

psathyrella opened this issue Feb 14, 2017 · 4 comments

Comments

@psathyrella
Copy link
Owner

Might not be too hard, and in cases where there's really two Ds it'll of course make a huge difference to annotation accuracy.

@scharch
Copy link
Contributor

scharch commented Feb 14, 2017 via email

@psathyrella
Copy link
Owner Author

ooh, excellent, thanks for the tip.

I also just realized this should be easy to implement -- we just need smith-waterman to look for them during parameter caching, and if it finds any it just adds the smooshed-together double D to the germline set that gets passed to the hmm.

@scharch
Copy link
Contributor

scharch commented Apr 30, 2018

Would that work? There would typically be N-nucleotides inserted between the two D genes...

@psathyrella
Copy link
Owner Author

huh, no, not if there's insertions between the Ds. I don't think there's much chance of adding two Ds to the hmm, that'd be crazy complicated. But the sw annotations are only a little less accurate than the hmm ones, anyway, so we could just look for double Ds there.

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