Team:Dundee/Software
From 2011.igem.org
Rachmontague (Talk | contribs) (Created page with "<html> <head> <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://2011.igem.org/Team:Dundee...") |
Rachmontague (Talk | contribs) |
||
Line 42: | Line 42: | ||
<h2>The Lazy Scientist</h2> | <h2>The Lazy Scientist</h2> | ||
- | <p> </p> | + | <p>The Lazy Scientist is a translation tool aimed to assist synthetic biologist. The app is available for free download on both iPhone and Android.The app has five functions to help with DNA sequence analysis.</p> |
+ | <p>1. DNA to Amino Acids | ||
+ | Enter a DNA codon or a sequence of DNA codons and The Lazy Scientist will return the Amino Acid associated with that DNA codon. - i.e Entering GTC would return(Val/V)Valine. | ||
+ | |||
+ | 2. Back Translate | ||
+ | Enter a single Amino Acid letter or a sequence of Amino Acid letters and The Lazy Scientist will return the preferred DNA codon for Ecoli. - i.e Entering F would return UUU. | ||
+ | |||
+ | 3. Reverse | ||
+ | Enter a DNA sequence and The Lazy Scientist will return the reverse of the DNA sequence. - i.e Entering GATC would return CTAG. | ||
+ | |||
+ | 4. Complement | ||
+ | Enter a DNA sequence and The Lazy Scientist will return the complement of the DNA sequence. - i.e Entering CGTA would return GCAT. | ||
+ | |||
+ | 5. Reverse Complement | ||
+ | Enter a DNA sequence and The Lazy Scientist will return the reversed complement of the DNA sequence. - i.e Entering GCTA would return TAGC. | ||
+ | |||
+ | 6. Genetic Codon Table | ||
+ | The function allows you to lookup an amino acid and it will display all of the corresponding genetic codons. The list of amino acids are in alphabetic order.</p> | ||
</div> | </div> |
Revision as of 12:51, 15 August 2011
The University of Dundee
iGem 2011
The Lazy Scientist
The Lazy Scientist is a translation tool aimed to assist synthetic biologist. The app is available for free download on both iPhone and Android.The app has five functions to help with DNA sequence analysis.
1. DNA to Amino Acids Enter a DNA codon or a sequence of DNA codons and The Lazy Scientist will return the Amino Acid associated with that DNA codon. - i.e Entering GTC would return(Val/V)Valine. 2. Back Translate Enter a single Amino Acid letter or a sequence of Amino Acid letters and The Lazy Scientist will return the preferred DNA codon for Ecoli. - i.e Entering F would return UUU. 3. Reverse Enter a DNA sequence and The Lazy Scientist will return the reverse of the DNA sequence. - i.e Entering GATC would return CTAG. 4. Complement Enter a DNA sequence and The Lazy Scientist will return the complement of the DNA sequence. - i.e Entering CGTA would return GCAT. 5. Reverse Complement Enter a DNA sequence and The Lazy Scientist will return the reversed complement of the DNA sequence. - i.e Entering GCTA would return TAGC. 6. Genetic Codon Table The function allows you to lookup an amino acid and it will display all of the corresponding genetic codons. The list of amino acids are in alphabetic order.