Help for this page

Select Code to Download


  1. or download this
    my %complement = ( a t g c );
    %complement = ( %complement, reverse %complement );
    
    print map $complement{$_}, reverse split //, $chain;