Package Bio :: Package Align :: Module AlignInfo
[show private | hide private]
[frames | no frames]

Module Bio.Align.AlignInfo

Extract information from alignment objects.

In order to try and avoid huge alignment objects with tons of functions, functions which return summary type information about alignments should be put into classes in this module.

classes: o SummaryInfo o PSSM
Classes
PSSM Represent a position specific score matrix.
SummaryInfo Calculate summary info about the alignment.

Function Summary
  print_info_content(summary_info, fout, rep_record)
Three column output: position, aa in representative sequence, ic_vector value

Function Details

print_info_content(summary_info, fout=None, rep_record=0)

Three column output: position, aa in representative sequence, ic_vector value

Generated by Epydoc 2.1 on Wed Jan 31 09:57:59 2007 http://epydoc.sf.net