Help for this page

Select Code to Download


  1. or download this
    my $seq = $_[0]->seq();
    while ($seq =~ /CG/) { ++$CG }
    
  2. or download this
    $CG += () = $_[0]->seq() =~ /CG/g;