vendredi 27 novembre 2009

Second Step "Transcription"

Since we have the DNA portion we will generate the complementary RNAm fragment that will lead us to protein building.
This is achived by just a "T" by  a "U" nucleotid
We will make a list named ARNm as this Code source suggest:
  • for i in range(len(ADN_5)):
    • if ADN_3[i]=="T":
      • ARNm.append("U")
    • else:
      • ARNm.append(ADN_3[i])
       
      Next Step Translation

Aucun commentaire:

Enregistrer un commentaire