This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Read position bias (RPB and PV4) fields from samtools mpileup: how to get them?

Hi all,

How does anyone get the RPB and the PV4 into their VCF file? I can't ask for them in mpileup -t <tags> and I can't ask for them anywhere else (or so I think).

Here are the supported samtools mpileup tags at the moment: http://www.htslib.org/doc/samtools-1.0.html#mpileup

Can someone help me?

mpileup variant snp call rpb

2 answers

Here it the latest version of samtools manual: http://www.htslib.org/doc/samtools.html PV4 field disappears.

Note: PV4 seems to be supported /appear only when you call the variants with -c parameter in bcftools

Log in to answer this question.