Effect Of Mutation On Codon
5
0
Entering edit mode
11.2 years ago
Gvj ▴ 470

Hi All, Do you know any general scoring method/matrix which can give a score to a mutation based on its probability to change amino acids and the nature of changes (eg: acid to basic or vice versa is more lethal than basic to basic changes ) it makes ? This is on a genome scale and truly based on codon rather than the genomic location.

Eg: A to G change (Transition) will affect all codons containing A, but degeneracy of the codon will maintain same amino acids (eg: UUA and UUG produces Leucine). So considering all the changes one mutation could make, I want to give a score to each changes and compare between different mutations. Is there any scoring matrix/method exists for this ?

Thanks in advance,

codon mutation • 3.4k views
ADD COMMENT
0
Entering edit mode

Do you want to do that on a specific organism or on the genetic code?

ADD REPLY
1
Entering edit mode
11.2 years ago
Jordan ★ 1.3k

I'm not quite clear about the question. But there are general scoring matrices such as BLOSUM and PAM which give a score for amino acid substitutions. You have different scores for different levels of evolution as well (i.e., based on evolutionary distance, like PAM1 for closely related sequences and PAM250 for distantly related sequences).

But if you just want to predict if the sequence is synonymous/non-synonymous mutation we can use, markov chains. I 'think' Forward algorithm might work, because you are trying predict the observations (in this case synonymous(S) and non-synonymous(N)).

ADD COMMENT
0
Entering edit mode
11.2 years ago
biorepine ★ 1.5k

Try SIFT

ADD COMMENT
0
Entering edit mode

Thanks, but as far as I understood, SIFT is to find the effect of mutation on a "particular protein" by aligning similar protein to it. What I need is the effect of one type of mutation on genomic scale. In other words, a score for a mutation based on the number of amino acid changes it could make (based on codons) and the impact of each amino acid changes based on its physicochemical properties. Once I have a score for each type of mutation, then I could say one kind of mutation (eg A to T) is more severe than another kind (eg :A to G). I hope I am clear

ADD REPLY
0
Entering edit mode

I don't understand what you mean by "the effect of one type of mutation on genomic scale." Nonsynonymous nucleotide changes are constrained by the codon and the gene in which they are found. Any attempt to conclude whether one mutation is more severe than another will be based upon the biology of the specific protein. Therefore, SIFT, polyphen, etc will be the algorithms that will most helpfully determine this -- barring getting into specific protein-based experiments.

ADD REPLY
0
Entering edit mode
11.2 years ago
Vivek ★ 2.7k

If the mutation is non synonymous coding, you can find the mutation effect scores across different prediction tools from dbNSFP for different alternate alleles and protein changes.

https://sites.google.com/site/jpopgen/dbNSFP

ADD COMMENT
0
Entering edit mode
11.2 years ago
AsoInfo ▴ 300

You can try polyphen, mutation taster, provean for the amino acid substitution changes.

ADD COMMENT
0
Entering edit mode
11.2 years ago
Gvj ▴ 470

I was looking for a matrix like Grantham matrix . Your replies helped me to find this paper and some other related articles.

Thanks for help

ADD COMMENT

Login before adding your answer.

Traffic: 2372 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