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

Rarely outputs of correct_barcode_nano.py #9

Open
Ckenen opened this issue Jul 12, 2023 · 1 comment
Open

Rarely outputs of correct_barcode_nano.py #9

Ckenen opened this issue Jul 12, 2023 · 1 comment

Comments

@Ckenen
Copy link

Ckenen commented Jul 12, 2023

I am no sure there is any problem in correct_barcode_nano.py LINE70 and LINE81-LINE92?

LINE70 will over estimate the pass reads. Because 1 read will be counting twice or more when it is similary (distance <= 4) to multiple whitelist barcode.

LINE81-LINE92 will resulting the discard of expected pass reads. The output is indeed little.

@Acribbs
Copy link
Owner

Acribbs commented Jul 12, 2023

We realised subsequently that correcting for a distance of 4 is not recommended because of barcode clashing issues. We recommend 2 or less distance now.

FYI in our latest version of our beads we no longer use a dimer barcode as the ONT chemistry is now substantially accurate to perform whitelisting without dimers.

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