Help for this page

Select Code to Download


  1. or download this
    my %codon_table = (
        'TTT' => 'F', 
    ...
        'CTG' => 'L', 
        # AND SO ON
    );
    
  2. or download this
    my %codon_table = (
        'TTT' => 'F',
    ...
        push @marcos, $protein;
    }
    print "La secuencia $reading_frame es: $_\n\n" for @marcos;