-
Notifications
You must be signed in to change notification settings - Fork 11
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
Generating Single VCF file for Each scRNA-Seq Sample #125
Comments
Hi, thanks for the question. Yes, you can call the variants in a pseudobulk manner on the cellranger BAM file. However, it is recommended to subset the BAM file first, to filter the reads from invalid cells with poor sequencing qualities. I quote the manual:
|
Thank you for your reply. I will filter the barcodes. Thank you |
The FASTA file the same as cellranger reference is good for |
Hello,
I am relatively new in variant calling using scRNA-Seq. I have 17 datasets from 17 patients. I want to call the variants for each patient. I only need the list of variants in each sample.
Can I use cellranger output bam file "possorted_genome_bam.bam" as pseudobulk as suggested in manual:
# 10x scRNA-seq sample in a pseudo-bulk manner cellsnp-lite -s $BAM -O $OUT_DIR -p 10 --minMAF 0.1 --minCOUNT 20 --cellTAG None --UMItag UB --gzip
Thank you in advance
The text was updated successfully, but these errors were encountered: