Help for this page

Select Code to Download


  1. or download this
      $count_G = ( $seq =~ tr/G//);
      $ratio_G = ($count_G/$len);
    # print "\n$ratio_G\n";
    
  2. or download this
      $ratio_G = Calculate( 'G' );