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

How to handle such "duplicate" calls? #15

Closed
SHuang-Broad opened this issue Feb 9, 2020 · 3 comments
Closed

How to handle such "duplicate" calls? #15

SHuang-Broad opened this issue Feb 9, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@SHuang-Broad
Copy link

SHuang-Broad commented Feb 9, 2020

Hi,

I am using Clair on my raw ONT reads (human), and found the following two calls that I don't know how to handle. They essentially differ by 1 base. So I hope there's a "merge" module in Clair to post process such "duplicated" calls.

chr1	25808786	.	GGAGGTGAGGACAGCTGGGGTGCGACGTGGGGCCCCTCC	G	691	.	.	GT:GQ:DP:AF	0/1:691:31:0.2258
chr1	25808787	.	GAGGTGAGGACAGCTGGGGTGCGACGTGGGGCCCCTCCGC	G	582	.	.	GT:GQ:DP:AF	0/1:582:31:0.3548

Screen Shot 2020-02-09 at 5 16 59 PM

Unfortunately, I cannot share the data.

Thanks!

@aquaskyline aquaskyline added the enhancement New feature or request label Feb 10, 2020
@aquaskyline
Copy link
Member

Will investigate and find a method to distinguish homoployer error induced duplication and real overlapped variants.

A quick workaround would be to retain only one copy (preferably the leftmost) of overlapping variants.

@SHuang-Broad
Copy link
Author

Thanks!

Yes, that's a quick workaround, although one can imagine some kind of threshold need to be defined for which two variants are to be considered "should be the same".
The case will be more complicated when insertions are involved, as one need to compare the inserted sequence as well.

@chaklim
Copy link
Collaborator

chaklim commented Apr 16, 2020

We now added a simple way to deal with those variants, can check on https://github.com/HKU-BAL/Clair/blob/master/docs/POST_PROCESSING.md#handle-overlapping-variants

@chaklim chaklim closed this as completed Apr 16, 2020
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

3 participants