biopython v1.71.0 Bio.PopGen.GenePop.LargeFileParser
Large file parsing of Genepop files
The standard parser loads the whole file into memory. This parser provides an iterator over data.
Classes:
- LargeRecord - Holds GenePop data.
Functions:
- read - Parses a GenePop record (file) into a Record object.
Link to this section Summary
Link to this section Functions
Link to this function
read()
Parses a handle containing a GenePop file.
Arguments:
- handle is a file-like object that contains a GenePop record.