Help for this page

Select Code to Download


  1. or download this
    192       my ($first_site, $last_site) = $use_filtered ? @{$thresholds
    +->{$dye}{'indices'}} : (0, $nchar-1);
    
  2. or download this
    188       my $nchar = ${$tax_sample->{'NChar'}}[0];
    
  3. or download this
    186 my $tax_sample = $data->{$taxon_label}{'Samples'}{$dye};
    
  4. or download this
    158 my ($thresholds, $data, $comments);
    159 {
    ...
    167   ($thresholds, $data, $comments) = readGTR *GTR_IN;
    168   close GTR_IN;
    169 }
    
  5. or download this
    34 use genotyping_utilities qw( &canonpath &openForWriting &readGTR &g
    +etRepsTable &transpose &isReal &getReplicateGroups );