Frequency of a trinucleotide normalized by synonymous codons
1
0
Entering edit mode
15 months ago
schlogl ▴ 160

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 • 536 views
ADD COMMENT
2
Entering edit mode
15 months ago
Mensur Dlakic ★ 27k

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)
ADD COMMENT
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

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