Help for this page

Select Code to Download


  1. or download this
    my %hash1;
    open my $IN, "file1.txt" or die $!;
    ...
      $hash1{$line[0]} = 1; ## if your first column is a sample name or ch
    +ange it accordingly
    }
    close($IN);
    
  2. or download this
    my %CommonSampleNames
    
    ...
    }
    }
    close($IN1);
    
  3. or download this
    my %supHash
    
    ...
    
    }
    close($ref);