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

Barcode demultiplexing on the long-reads alignment? #417

Open
ShaowenJ opened this issue Mar 21, 2024 · 4 comments
Open

Barcode demultiplexing on the long-reads alignment? #417

ShaowenJ opened this issue Mar 21, 2024 · 4 comments

Comments

@ShaowenJ
Copy link

Hi,
I was wondering if I could use this method to help me quantify my Nanopore library with barcode sequence?
I have already demultiplexed the ONT library to each individual barcode by using some other tools and generated a meta table with matched barcode and readID.
It would be great if you guys have any ideas on how can I generate a barcode-gene count matrix from it.
My current workflow is aligning via minimap2 and subset the bam file to each barcode by matching the readID, and use Salmon or other tools to quantify the counts, and compile the matrix together. But it took a very long time and memory.
Maybe there's another more efficient way.

Thanks!
Shaowen

@andredsim
Copy link
Collaborator

Hi Shaowen,
How many barcodes do you have?
Kind Regards,
Andre Sim

@ShaowenJ
Copy link
Author

Hi Andre,

I have almost 200,000 barcodes. It's similar to single-cell but not the same sequence structure as 10X

Thanks,
Shaowen

@andredsim
Copy link
Collaborator

Hi Shaowen,

With that amount of barcodes/bam files, using the current version of Bambu, you will encounter some computational resource issues. We are currently working on a way to handle this, preferably in a way where you do not need to subset the bam file. I hope to be able to update you on its progress in the coming month.
Are your barcodes stored in the read name/the BC tag in the bam file or only in a seperate metadata file?

Kind Regards,
Andre Sim

@ShaowenJ
Copy link
Author

ShaowenJ commented Mar 25, 2024 via email

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