|
My variant caller reported two separate SNVs a couple of bases apart. Both are Why are they merged, and which amino acid should I trust: the two the caller |
Replies: 1 comment
|
Because the amino acid depends on the codon as a whole, and not on either Take a codon reading
An annotator that takes each substitution separately reports a cysteine and a Merging is per codon and nothing else. Two changes in neighbouring codons stay One thing the merged row does not claim on its own is that both changes sit on |
Because the amino acid depends on the codon as a whole, and not on either
change on its own.
Take a codon reading
CGT, which codes arginine:CGTC>TTGTG>CCCTTCTAn annotator that takes each substitution separately reports a cysteine and a
proline. Neither of those happens. The protein carries a serine, and that is
what the merged row is telling you: the row is a codon, not a position.
Merging is per codon and nothing else. Two changes in neighbouring codons stay
two rows, however close together they are.
One thing the merged row does not claim on its own is that both ch…