This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to distinguish between insertion and assembly error in transcripts?

I have some coding sequences of the ppc gene family from plant species. The sequences were translated into amino acids and aligned by Clustal. I found a region in the amino acid alignment where only one sequence seems to have a piece of insertion, but I'm not sure if that reflects a real insertion or it is from assembly error (for example chimera). This sequence seems alright otherwise, it has both start and stop codon for the cds.

I have a image for part of the alignment: https://drive.google.com/open?id=1gAgweM_1conDUa3vKAwKE0if2Ow6s8gp

Anybody have idea how to distinguish between an insertion and assembly error? Thanks!

rna-seq assembly sequence

1 answer

One way to check this is to align your input reads back to the assembled transcripts and inspect the coverage. If the coverage of the 'inserted' part is deviating much from the surroundings it might indeed be an artefact .

However you most likely will never be a 100% sure as it could just as well be an rare isoform you're picking up. But it will at least give you some indication what's going on.

I think I understand your point. That's useful suggestion, thank you!

Log in to answer this question.