biopython v1.71.0 Bio.ExPASy.Prosite
Parser for the prosite dat file from Prosite at ExPASy.
See https://www.expasy.org/prosite/
Tested with:
- Release 20.43, 10-Feb-2009
- Release 2017_03 of 15-Mar-2017.
Functions:
- read Reads a Prosite file containing one Prosite record
- parse Iterates over records in a Prosite file.
Classes:
- Record Holds Prosite data.
Link to this section Summary
Link to this section Functions
Link to this function
parse()
Parse Prosite records.
This function is for parsing Prosite files containing multiple records.
Arguments:
- handle - handle to the file.
Link to this function
read()
Read one Prosite record.
This function is for parsing Prosite files containing exactly one record.
Arguments:
- handle - handle to the file.