Help for this page

Select Code to Download


  1. or download this
    for my $seq ($_[0]->seq()) {
       # in case you need to reset the first match position
    ...
       # $seq =~ /\za/g; 
       $CG++ while $seq =~ /CG/g;
    }
    
  2. or download this
    my $seq = $_[0]->seq();