EDAMAligner

class EDAMAligner(force_download=None)[source]

Bases: Aligner

Aligner for the EDAM ontology.

Instantiate the aligner.

Attributes Summary

alt_key_match

Set this if there's another part of the data besides the ID that should be matched

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 entries that should be skipped and their reasons.

getter()

Get the EDAM registry.

Attributes Documentation

alt_key_match: ClassVar[Optional[str]] = 'name'

Set this if there’s another part of the data besides the ID that should be matched

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

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

key: ClassVar[str] = 'edam'

The key for the external registry

Methods Documentation

get_skip()[source]

Get entries that should be skipped and their reasons.

Return type

Mapping[str, str]

getter()

Get the EDAM registry.