Open
Description
Context
CryoET sample types include:
Value | Description |
---|---|
organelle | Tomographic data of purified organelles |
modeled as:
Field | Requirement | Description | Constraints and Comments |
---|---|---|---|
name | MUST | Name of the cellular component. | string |
id | RECOMMENDED | The GO identifier for the cellular component. | string, MUST be in GO ID format |
A more precise requirement is:
The id MUST be the most accurate descendant of "GO:0005575"
for cellular_component - which is currently enforced by the validator
CELLULAR_COMPONENT_GO_ID = "GO:0005575"
validate_id_name_object(self, self.id, self.name, ancestor=CELLULAR_COMPONENT_GO_ID)
Design
Pending