Closed Trandamere closed 4 years ago
What does "SNP expression" mean?
Hi Just like this: Allele-specific splitting of alignments between genomes with known SNP genotypes. I just want to know if samtools can calculate the number and type of bases at a SNP site
If I understand the question correctly, you probably want to determine the number of reference vs alternate bases at a site. This can be done by adding the FORMAT/AD field during variant calling bcftools mpileup -a FORMAT/AD
. See also http://samtools.github.io/bcftools/howtos/variant-calling.html
Hi: I want to know if samtools can use RNA-Seq to calculate the SNP expression in VCF files.