how can i find frequent to rare codon from a nucleotide sequence? The frequent codons are those which are having the highest value for a particular amino acid in the codon table and the rare codons are those which are having the lowest value for the same amino acid.
For eg:
In Codon usage table of human: for the amino acid F, TTC -> TTT is the change from frequent to rare codon in the sequence
TTC=(0.54) and TTT= (0.46)
so, TTC is the frequent codon and TTT is the rare codon.
Can anyone tel me the concept behind finding solution to this problem. I ve been trying for long but couldn't get the solution for this problem.
actually from a given sequence after finding the synonymous SNP, from the Synonymous SNP what are the changes which are from frequent to rare i need to find out.