Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Urgent help required. Need a code to translate a given nucleotide sequence into proteins using codon table.

by kennethk (Abbot)
on Feb 13, 2013 at 19:53 UTC ( [id://1018617]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( $_ 0 =~ / GGAGCU /i ) { return G;} # Glycine;
    
  2. or download this
    if ( $_[0] =~ /GG[AGCU]/i ) { return G;} # Glycine;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1018617]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-25 20:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found