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;