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. 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.
|
|
RecordParser
Parses GenePop data into a Record object.
|
|
_Scanner
Scans a GenePop record.
|
|
_RecordConsumer
Consumer that converts a GenePop record to a Record object.
|
|
parse(handle)
Parses a handle containing a GenePop file. |
source code
|
|
|
__package__ = ' Bio.PopGen.GenePop '
|
|
xml_support = 1
|