-
Notifications
You must be signed in to change notification settings - Fork 8
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
[FEATURE] Call/Confirm SVs with read depth information #179
Comments
There are two ways I'm considering for the read depth:
|
Since we assume with 1 that our breakpoints are probably very fuzzy, I would prefer version 2. In addition to insertions and deletions, there are also duplications (which are basically insertions aswell). |
I would say using just read depth would be not very accurate. But if you use it in combination with the other methods, then the fuzzy breakends don't matter too much since they'll be supported by things like split reads which have much more precision. |
Okay, then I would say we go with version 1 and then see if our F1 score in the benchmarks suffers or benefits. 👍 |
No description provided.
The text was updated successfully, but these errors were encountered: