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

Extracting duplex reads for multiplexed samples #45

Open
dpaudel-tb opened this issue Apr 27, 2023 · 2 comments
Open

Extracting duplex reads for multiplexed samples #45

dpaudel-tb opened this issue Apr 27, 2023 · 2 comments

Comments

@dpaudel-tb
Copy link

Since barcoding is still under development in darado, I was wondering what alternative approach would be a proper way to extract duplex reads for multiplexed samples? I am thinking along the lines of the following:

  1. Multiplex using Guppy - to get read ids associated with each barcode
  2. Extract sequences from duplex_orig.sam [step 3 of duplex-tools (Stereo basecall all the reads)] for reads that match the read ids associated with each barcode (from step 1 above)
    Can you please suggest?
    Thanks
@ollenordesjo
Copy link
Contributor

Hi @dpaudel-tb, thanks for the question

Yes, I think that is one sensible approach you could use at the moment.

Ideally you'll have the same barcode classification for both template and complement read (if TP rate is high enough). You would have to decide whether you're ok with support from one of the reads, or whether you need barcode classification support for both reads. I think just looking at the template barcode classification might be easiest to start with.

@dpaudel-tb
Copy link
Author

Thank you @ollenordesjo !

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