Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      my %counts = map { $_, scalar(() = $seq =~ /$_/g) } keys %found;
      use Data::Dump 'dd'; dd "for sequence $seq", \%counts;
      }
    
  2. or download this
    ("for sequence AGCAGC", { AGC => 2 })
    (
    ...
        TGGA  => 2,
      },
    )