de novo variant SNP calling from barcoded single-cell data
1
1
Entering edit mode
5.9 years ago
dominicdhall ▴ 40

I have a BAM file containing sorted, aligned reads from a number of single cells. Each read has an associated cell barcode (CB tag). I would like to consider all aligned reads and produce a VCF file of SNP variants from my single cell data. I have looked over the documentation for bcftools mpileup and found useful options such as --ignore-RG to ignore the readgroup when assigning a genotype probability. I therefore wanted to run something like:

bcftools mpileup -Ou --ignore-RG --no-reference -b <input.bam> | bcftools call -mv -Oz -o calls.vcf

My question is: will mpileup group reads by barcode when calculating genotype probability? Will this method successfully output SNP variants present within my aligned reads?

RNA-Seq vcf single-cell • 2.1k views
ADD COMMENT
1
Entering edit mode

Are you sure you have enough depth do to variant calling?

ADD REPLY
0
Entering edit mode

I didn't produce the data set but I have been assured that there is the necessary depth to work out a sample of variant SNPs present within each cell.

ADD REPLY
0
Entering edit mode
4.9 years ago
niklas.lang ▴ 50

This Post was deleted.

ADD COMMENT

Login before adding your answer.

Traffic: 1876 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6