Help for this page

Select Code to Download


  1. or download this
    230;238;101;103;138;146;112;116;;
    230;238;101;103;146;146;108;112;;
    224;238;0;0;146;146;110;118;;
    238;238;0;0;146;146;112;114;;
    
  2. or download this
    @loci_codes = qw( Bet01 Bet05 Bet06 Bet12 );
    
  3. or download this
    while ( defined( $line = <> ) )
    my @alelos = split ";", $line;
    
  4. or download this
     
    while ( @loci_codes )
    {
    ...
      %$variable{$allele1) += 1;
      %$variable{$allele2} += 1;
    }
    
  5. or download this
    %Bet01 = ( 230 => 2, 238 => 5, 224 => 1,);
    %Bet05 = ( 101 => 2, 103 => 2, 0 => 4, );
    ...