| 
  | writeoverview(Ndic_G,
        aadic_G,
        Ndic_AR,
        aadic_AR,
        filename)
   |  |  Creates the "delta" file for the comparison of the two 
  chromosoms. This file contains the differences in nucleotide distribution
  between reference and artificial. input: nucleotid dictionary genom, aa 
  dictionary genome, nucleotid dictionary artificial chromosom, aa 
  dictionary, filename 
    Parameters:
        Ndic_G(dictionary) - Nucleotid dictionary genom.aadic_G(dictionary) - AA dictionary genome.Ndic_AR(dictionary) - Nucleotid dictionary artificial.aadic_AR(dictionary) - AA dictionary artificialfilename(string) - Output filename. |