GoAligner

class GoAligner(force_download=None)[source]

Bases: Aligner

An aligner for the Gene Ontology (GO) registry.

Instantiate the aligner.

Attributes Summary

curation_header

Header to put on the curation table, corresponding to get_curation_row()

key

The key for the external registry

Methods Summary

get_skip()

Get the skipped GO identifiers.

getter()

Get the GO registry.

prepare_external(external_id, external_entry)

Prepare GO data to be added to the bioregistry for each GO registry entry.

Attributes Documentation

curation_header: ClassVar[Sequence[str]] = ('name', 'description')

Header to put on the curation table, corresponding to get_curation_row()

key: ClassVar[str] = 'go'

The key for the external registry

Methods Documentation

get_skip()[source]

Get the skipped GO identifiers.

Return type

Mapping[str, str]

getter()

Get the GO registry.

prepare_external(external_id, external_entry)[source]

Prepare GO data to be added to the bioregistry for each GO registry entry.

Return type

Dict[str, Any]