Help for this page

Select Code to Download


  1. or download this
    my $geneids_to_remove = {}; # create a hash reference
    $text =~ s/(\w+)
    ...
      })
    //gx;
    
  2. or download this
    my $rx_find_geneid = qr/^(\w+) (?{ $gene_id = $1; })/x;