Package GenePop
source code
This module provides code to work with GenePop.
See http://wbiomed.curtin.edu.au/genepop/ , the format is documented
here: http://wbiomed.curtin.edu.au/genepop/help_input.html .
Classes: Record Holds GenePop data.
Functions: read Parses a GenePop record (file) into a
Record object.
Obsolete classes: RecordParser Parses a GenePop record (file) into
a Record object.
_Scanner Scans a GenePop record. _RecordConsumer Consumes
GenePop data to a Record object.
Partially inspired on MedLine Code.
|
Record
Holds information from a GenePop record.
|
|
__package__ = ' Bio.PopGen.GenePop '
|
Parses a handle containing a GenePop file.
handle is a file-like object that contains a GenePop record.
|