Help for this page

Select Code to Download


  1. or download this
    my @array=();            
    $exonHash{$exonNumber}=\@array;  #exonHash is the hashtag
    ...
                        $array[2]=\@twoD_array2;
                        $array[3]=\@twoD_array3;
                        $array[4]=\@twoD_array4;
    
  2. or download this
    push(@{$exonHash{$exonNumber}}[1], $q1);
                    push(@{$exonHash{$exonNumber}}[2], $med);
                    push(@{$exonHash{$exonNumber}}[3], $q3);
                    push(@{$exonHash{$exonNumber}}[4], $max);