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

Downsample to the same coverage as the lower coverage sample #69

Open
tleonardi opened this issue Apr 5, 2019 · 2 comments
Open

Downsample to the same coverage as the lower coverage sample #69

tleonardi opened this issue Apr 5, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@tleonardi
Copy link
Owner

Very different coverage between samples might causes troubles during GMM clustering.
At the moment we can downsample to a fixed coverage level, but it would be great to downsample each reference independently so that the sample with higher coverage is brought down to the same level as the sample with lower coverage.

@tleonardi tleonardi added the enhancement New feature or request label Apr 5, 2019
@a-slide
Copy link
Collaborator

a-slide commented Apr 5, 2019

Are you thinking of doing it on a position per position fashion ?

@a-slide
Copy link
Collaborator

a-slide commented Apr 9, 2019

I would actually suggest to move the reference level downsampling from Whitelist directly to txComp at position level. The advantage of having it in the whitelist is that is saves time as we don't read the data discarded by the downsampling.

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

2 participants