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
• 5,757 views
•
link
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,
[?]
• 0 views
•
link
Log in to answer this question.
Your previous thread asked the same question.