This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Convert Bam To Ped/Map File

Can anyone suggest me how to convert a BAM allignment file to a PED and a MAP file format??

Thank you

conversion

Your previous thread asked the same question.

1 answer

BAM is an alignment format and does not describe genotypes. You will need to call genotypes on your samples using a tool such as samtools mpileup. The output from that will be VCF format. From the answer to your other related question,

[?]

Log in to answer this question.