Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Storage of proteins from diferent ORF

by frozenwithjoy (Priest)
on Apr 25, 2014 at 04:55 UTC ( [id://1083728]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %codon_table = (
        AAA => 'K',
    ...
        TTG => 'L',
        TTT => 'F',
    );
    
  2. or download this
    my %codon_table = (
        TTT => 'F', TCT => 'S', TAT => 'Y', TGT => 'C',
    ...
        GTA => 'V', GCA => 'A', GAA => 'E', GGA => 'G',
        GTG => 'V', GCG => 'A', GAG => 'E', GGG => 'G',
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (9)
As of 2024-04-18 11:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found