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

Antibody features in raw 10x Bam Files provided in the repository link #25

Open
GAgafencu opened this issue Jan 8, 2021 · 0 comments
Open

Comments

@GAgafencu
Copy link

Thank you for freely providing these datasets and analysis scripts.
I've tried to recover the gene expression and antibody features data from an original 10X bam file (sample GSM4138874) and even though I could get the the gene expression data from this file, I can't recover the antibody features reads from the raw 10X bam files.

I've tried extracting the reads using the following one liner:
samtools view original10X.bam | LC_ALL=C grep -F fb:Z | samtools view -b -o original10X_ADT.bam
The one liner is from an official 10X Genomics support page: https://kb.10xgenomics.com/hc/en-us/articles/360022448251-Is-there-way-to-filter-the-BAM-file-produced-by-10x-pipelines-with-a-list-of-barcodes-
It did not generate any output and at a read inspection I could not find reads with the fb:Z flag that is used to mark reads pertaining the antibody features.

Has anyone encountered the same issue when they tried to retrieve antibody features data from in raw 10x Bam Files from this publication? Thank you for your help!

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

1 participant