Help for this page

Select Code to Download


  1. or download this
    knoppix@Microknoppix:~/perl/Monks$ head -99 spw961600_seq*
    ==> spw961600_seqA <==
    ...
    ==> spw961600_seqB <==
    CTGCGTTTCGACGCCATGGCTGAGCTGGAGACGGTCCTGCCCATGCTGCTC
    knoppix@Microknoppix:~/perl/Monks$
    
  2. or download this
    use strict;
    use warnings;
    ...
    }
    
    print Data::Dumper->Dumpxs( [ \ %counts ], [ qw{ *counts } ] );
    
  3. or download this
    %counts = (
                'spw961600_seqB' => {
    ...
                              'GT' => 4
                            }
              );