Index of /align/src/profiles-code

      Name                    Last modified       Size  Description

[DIR] Parent Directory 27-Oct-2000 04:44 - [TXT] ChangeAlphabet.c 27-Oct-2000 04:42 3k [TXT] ChangeAlphabet.h 27-Oct-2000 04:42 1k [TXT] Entropy.c 27-Oct-2000 04:42 4k [TXT] Entropy.h 27-Oct-2000 04:42 1k [TXT] EntropyTest.c 27-Oct-2000 04:41 1k [TXT] FreqDist.c 27-Oct-2000 04:42 3k [TXT] FreqDist.h 27-Oct-2000 04:42 1k [TXT] GlobinLookup.c 27-Oct-2000 04:42 3k [TXT] GlobinLookup.h 27-Oct-2000 04:42 1k [TXT] README 27-Oct-2000 04:55 1k [TXT] Seq.h 27-Oct-2000 04:42 1k [TXT] Seq.prototypes.h 27-Oct-2000 04:42 1k [TXT] Seq.util.c 27-Oct-2000 04:42 10k [TXT] SeqPrototypes.h 27-Oct-2000 04:42 1k [TXT] SetOfInt.c 27-Oct-2000 04:42 3k [TXT] SetOfInt.h 27-Oct-2000 04:42 1k [TXT] makefile 27-Oct-2000 04:42 1k

	 http://bioinfo.mbb.yale.edu/align/src/profiles-code
			Mark.Gerstein@yale.edu

This directory contains some rough routines for calculating the
sequence variability in an alignment, in terms of the entropy of
various profile columns. It is associated with the calculations 
in:

M Gerstein & R Altman (1995). "Average core structures and variability
measures for protein families: Application to the immunoglobulins,"
Journal of Molecular Biology 251: 161-175.
PUBMED-ID: 7643385
http://bioinfo.mbb.yale.edu/e-print/avgstr-jmb.pdf
http://bioinfo.mbb.yale.edu/hyper/mbg/AvgCore/

NB: The code in this directory will probably not compile right away.
It is meant as more of a collection of samples and guides, rather than
a usable program.

EntropyTest.c is program that is meant to be linked to many of the
routines in the other files.