Question

In: Biology

Genetic Code: Using the standard genetic code, write a sequence encoding the peptide "MASTERMIX" How many...

Genetic Code:

Using the standard genetic code, write a sequence encoding the peptide "MASTERMIX"

How many different sequences can encode this peptide?

How many genetic codes have been described? (Hint: search NCBI Genetic Codes)

How, in a general way, do these alternative codes tend to differ from the standard genetic code?

How is selenocysteine encoded?

Solutions

Expert Solution

Using the Standard Genetic Coe, the Peptide MASTERMIX has the mRNA sequence:

5'-AUGGCUUCUACUGAACGUAUGAUUUAA-3'

The DNA sequence for this peptide is:
5'-ATGGCTTCTACTGAACGTATGATTTAA-3'

The Amino acid M is coded for by 1 codon, A is coded for by 4 codons, S is coded for by 6 codons, T is coded for by 4 codons, E is coded for by 2 codons, R is coded for by 6 codons, I is coded for by 3 codons and X (Stop Codon) is encoded for by 3 codons.

So, the number of different sequences that can code for the peptide 'MASTERMIX' is 1 * 4 * 6 * 4 * 2 * 6 * 1 * 3 * 3 =10,368

The NCBI Genetics codes website described 25 Genetic codes, which primarily differ in their Stop codon usage and changed codon usage, where some Amino acids that are coded for by one codon in the Standard Genetic code, code for other Amino acids.

For example, in the Vertebrate Mitochondrial code, AGA is a stop codon, whereas AGA codes for Arginine in the Standard code. Also in the Vertebrate Mitochondrial code, UGA codes for Tryptophan, which is a Stop codon in the Standard Code.

Selenocysteine is coded for by UGA, which is normally a stop codon. However, the presence of a Selenocysteine Insertion Sequence (SECIS) signal following the UGA codon directs the insertion of Selenocysteine at loci where UGA occurs.


Related Solutions

translation: Genetic code; codon. How many codons are there? How many code for amino acids? What...
translation: Genetic code; codon. How many codons are there? How many code for amino acids? What do the others do? What is the genetic code? tRNA; anticodon; aminoacyl-tRNA synthetase. What key role do aminoacyl-tRNA synthetases play in translation? Why is there more than one? Ribosome structure. What are ribosomes made of? Where are they made? Why are there 3 tRNA binding sites? Translation initiation complex Why wouldn't a transcribed mRNA not be translated immediately? Elongation & translocation in translation. In...
Explain the meaning of genetic code, and describe how the genetic code functions. a. Explain the...
Explain the meaning of genetic code, and describe how the genetic code functions. a. Explain the one gene-one polypeptide theory. b. The DNA sequence of a gene determines the sequence of amino acids in a polypeptide chain. What studies have demonstrated this relationship? c. In what molecule are codons found? How many nucleotides are in each codon? How many nucleotides are available to make up each codon? How many different types of codons are possible? How many amino acids are...
2. How many seven – letter code words can be formed using a standard 26 letter...
2. How many seven – letter code words can be formed using a standard 26 letter alphabet (12 points) a.         if repetition is allowed? b.         if repetition is not allowed? c.         if the first letter has to be a C and the rest of the letters are different? d.         if the first two letters have to be a vowel and the rest of the letters are different?
Write RTL code to design a sequence generator which will generate the sequence : 0,0,1,0,1,1 and...
Write RTL code to design a sequence generator which will generate the sequence : 0,0,1,0,1,1 and repeat .  (FSM shouldn't be used in RTL) 
Show what occurs with the control hazards in the following code sequence. Using forwarding. Write out...
Show what occurs with the control hazards in the following code sequence. Using forwarding. Write out the instructions one at a time, not every instruction is executed, pay attention to following which instruction is fetched, the order is not in sequence. Assume Taken. J label A Add r1, r2, r3 Add r4, r5, r6 Add r7, r8, r9 Add r10, r11, r12 Add r13, r14, r15 Label B Add r16, r7, r18 Add r19, r20, r21 J end Add r22,...
How is the genetic code used in gene expression?
How is the genetic code used in gene expression?
(Full Program)Write code that shows how deadlocks work. Then write code that shows a fix using...
(Full Program)Write code that shows how deadlocks work. Then write code that shows a fix using semaphores. (Full program)Write code showing the elevator algorithm. c++ Language
JAVA I need to write a code that calculates mean and standard deviation using arrays and...
JAVA I need to write a code that calculates mean and standard deviation using arrays and OOP. This is what I have so far. I'm close but my deviation calculator method is throwing errors. Thanks so much :) import java.util.Scanner; import java.util.Arrays; public class STDMeanArray { private double[] tenUserNums = new double[10];//Initialize an array with ten index' private double mean; private double deviation; Scanner input = new Scanner(System.in);//create new scanner object /*//constructor public STDMeanArray(double tenUserNum [], double mean, double deviation){...
Explain how the genetic code is used to make protein.
Explain how the genetic code is used to make protein.
*****IN JAVA***** A run is a sequence of adjacent repeated values. Write a code snippet that...
*****IN JAVA***** A run is a sequence of adjacent repeated values. Write a code snippet that generates a sequence of 20 random die tosses in an array and that prints the die values, marking the runs by including them in parentheses, like this: 1 2 (5 5) 3 1 2 4 3 (2 2 2 2) 3 6 (5 5) 6 (3 3) Use the following pseudocode: inRun = false for each valid index i in the array If inRun...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT