You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: