Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use Data::Dumper;
    ...
        return[0,$locusTree];
      }
    }
    
  2. or download this
    With $tree = [['mouse','rat'],['human','chimp']]; 
    gives 00100000302011000000100
    
    With $tree = ['mouse',['rat',['human','chimp']]]; 
    gives 00100000301011000000100