Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $trans->setProp(color => 'blue');
    
    print $snp1->match($snp2);
    
  2. or download this
    SNP1 does not match SNP2:
    - Gene mismatch for Gene2:
    -- Transcript mismatch for Trans2:
    --- Trans2 and Trans2 property color differs:
        'green' and 'blue'