Help for this page

Select Code to Download


  1. or download this
    #!/software/bin/perl
    
    ...
        return ($caveman_list);
    }
    
  2. or download this
    $VAR1 = {
              '42-MG-BA' => [
    ...
                                'position' => '9561557',
                                'genotype' => 'G'
                              },
    
  3. or download this
    $VAR1 = {
              '42-MG-BA' => [
    ...
                                'position' => '158773936',
                                'genotype' => 'AA'
                              },
    
  4. or download this
    foreach my $sam  (keys % {$geno_seq_list} ) {
            my $seq_used = $geno_seq_list->{$sam};
    ...
            #    }    
            }
    }