Help for this page

Select Code to Download


  1. or download this
    my @allowed = qw[ AA AG GC GT CA CG TT TC ];
    my $allowed = join "|", @allowed;
    ...
    $data="TGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
    +GGGGGGGGGGGGGGGGGGGGGATAG
    C";
    print "$_\n" for $data =~ m/$regex/g;
    
  2. or download this
    G
    C