obtain reference and base from read in a region from a bam file
Hi
I want to obtain the reference base and the base of the reads that align in a certain region from a bam file. And get something like this:
Reference Read1 Read2
A A indel or mismatch
C G C
T T T
Do you know if there is a software to do it? samtools?
• 1,720 views
•
link
1 answer
• 0 views
•
link
Log in to answer this question.
i guess you are asking for either gvcf or vcf. shinken123