This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Frequency of a trinucleotide normalized by synonymous codons

Hi there! Any of the friends have done or used any similar to this? The Frequency of a trinucleotide normalized by synonymous codons as a genome signature How could I do that? Well I think is like :

TCT= TCT / sum(TCC,TCA,TCG)

Any tip would be appreciated.

Paulo

synonymous codons

1 answer

It should be simple to determine this quantity once you have codon frequencies.

https://codonw.sourceforge.net/

I think your formula may need to be:

TCT = TCT / sum(TCA,TCC,TCG,TCT)

I almost edit to that, but ...Thank you by your support. Paulo

Log in to answer this question.