I almost edit to that, but ...Thank you by your support. Paulo
• 0 views
•
link
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
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.