SimpleQuery#

class biotite.database.uniprot.SimpleQuery(field, term)[source]#

Bases: Query

A simple query for the UniProt search service without combination via ‘AND’, ‘OR’ or ‘NOT’. A query consists of a search term and an optional field.

A list of available search fields with description can be found here.

Parameters:
fieldstr

The field to search the term in. The list of possible fields and the required search term formatting can be found here.

term: str

The search term.