Terminology for "amino acid frame"
5
0
Entering edit mode
9.2 years ago
bravetang8 ▴ 10

I'm writing a small script which does the following:

  1. Takes an amino acid sequence (ex. GVGP...) and a nucleotide length k
  2. Represent amino acid sequence as triplets of amino acid residues (ex. GGGVVVGGGPPP...)
  3. Run a sliding window across it with length k (ex. if k=5 we have GGGVV, GGVVV, etc)
  4. Count the number of times each unique sequence from (3) occurs in the entire sequence. Also, count the number of synonymous nucleotide sequences that can code for each.

I'm writing a description of this script. I feel that there should be a more clear and concise way to describe this in a couple sentences, or a term that describes the sequences in (3).

Has it been defined before in literature? If not, is there a concise pseudocode that can describe the process? I'm quite new to writing papers in bioinformatics/CS so forgive me if this is an obvious question.

codon • 2.4k views
ADD COMMENT
2
Entering edit mode
9.2 years ago
Siva ★ 1.9k
"k-mers which code for the same amino acid"

"synonymous nucleotide sequence"

"synonymous codon fragment"

ADD COMMENT
1
Entering edit mode

It looks like there is no accepted terminology. "synonymous codon fragment" sounds pretty good. Though I will probably need to give a proper detailed definition in my text after all.

ADD REPLY
0
Entering edit mode
9.2 years ago
Ram 43k

What you're doing looks like a simplified version of k-mer counting used for de novo assemblies. I have one question though - Why?

ADD COMMENT
0
Entering edit mode

This is used as a part of a codon optimization algorithm (for gene synthesis) which uses a sliding window to calculate an objective function. I needed to calculate a k value that allowed for enough "diversity" of codon substitutions to achieve the minimum objective.

Perhaps "k-mers which code for the same amino acid" works? Still seems a bit ambiguous to me so maybe it needs to be explicitly defined.

ADD REPLY
0
Entering edit mode

Sounds interesting. k-mers that code for same amino acids is a slightly convoluted term for synonymous codons, no?

ADD REPLY
0
Entering edit mode

If you meant k-mers that code for the same peptide sequence, perhaps synonymous codon-mers might work :)

ADD REPLY
0
Entering edit mode
9.2 years ago
fred.s.kremer ▴ 110

Why not "synonymic translation's k-mer"?

ADD COMMENT
0
Entering edit mode
9.2 years ago

synonymous k-codon?

ADD COMMENT

Login before adding your answer.

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