Help for this page

Select Code to Download


  1. or download this
    #A perl script that takes in as arguments, the names of two alignments
    + files in msf format,
    #compares the sites in all of them, and calculates mutual information 
    +between sites.
    ...
    exit;
    #
    #
    
  2. or download this
    package Mutual;
    use strict;
    ...
    }#end of foreach 
    
    1;