Help for this page

Select Code to Download


  1. or download this
    YAL038W 1.1 2.4 4.1 YCL040W 1.1 1.6 1.8 9.11 0.0402128119838095
    
  2. or download this
    %hash = ('YAL038W' => [1.1, 2.4, 4.1],
             'YCL040W' => [1.1, 1.6, 1.8, 9.11, 0.0402128119838095],
             ...);
    
  3. or download this
    my $cur_identifier = '';
    chomp $line;
    ...
        push @{$hash{$cur_identifier}}, $element;
      }
    }