Would this level of base pair mismatch suggest the data is inaccurate?
0
0
Entering edit mode
8 days ago
Lou11 • 0

On viewing a bam file there frequently appears to be a large amount of base-pair mismatch such as this. Should this data be disregarded or is it in any way possible for this to be accurate data?

enter image description here

enter image description here

accuracy data base-pair mismatch alignment • 227 views
ADD COMMENT
0
Entering edit mode

Are you using the right reference (genome build/organism) to view the data in IGV? It is possible that your sample has several changes compared to the reference (windows above are 25kb).

ADD REPLY
0
Entering edit mode

I believe it is the right reference. The alternative (hg19) gives a hugely worse-looking result.

ADD REPLY
0
Entering edit mode

If you did not create the BAM yourself, check the header of the BAM for clues to see what genome build was used. Generally the alignment command should give you an indication. Use something like.

samtools view -H your.bam | grep "CL"
ADD REPLY

Login before adding your answer.

Traffic: 2084 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6