Thursday, April 23, 2015

Protein Synthesis DNA

Here is my code! 



ATTACGAAACTCTGAAGATTTCAAACGGGAACGTCTGAATCCT

4 comments:

  1. Is it unusual for an ape to want to eat pizza

    ReplyDelete
  2. Amy, it looks like you changed your code after you published it? I copied over your first code, which had errors and I couldn't figure out. Looks like you made corrections in this new one that made it decodable. Just recall that you were asked not to make changes in the code once it was posted, only noting changes in the comments.

    Palomarez62, your decode for the new code looks correct.

    Below is my decode for the original code and for the new code. Note that in the original code, the start codon in the first three bases but when you start the decode after that, it makes no sense. The new code was correctly coded. Guessing you just needed to move the start codon into the correct place?

    First code:
    DNA: TACAATGCTTTGAGACTTCTAAAGTTTGCCCTTGCAGACTTAGTACA
    RNA/Codons: AUG UUA CGA AAC UCU GAA GAU UUC AAA CGG GAA CGU CUG AAU CAU GU
    (start) Because evolve anthropology be hungry odd for delirium adapt hungry learn were animals sleep GU

    Corrected code:
    DNA: ATTACGAAACTCTGAAGATTTCAAACGGGAACGTCTGAATCCT
    RNA: UAAUGCUUUGAGACUUCUAAAGUUUGCCCUUGCAGACUUAGGA
    Codons: AUG CUU UGA GAC UUC UAA AGU UUG CCC UUG CAG ACU UAG
    (start) Is it unusual for an ape to want to eat pizza. (stop)

    ReplyDelete
  3. HI professor, I meant to post the new code underneath my old one. I went back and realized I messed up so I redid it. I didn't realize it deleted my old code as well. My apologies! Im still trying to get the hang of the blogger site.

    ReplyDelete