aoptk.relationship_type
Classes
Data structure representing a relationship between a chemical and an effect. |
|
Data structure representing an inhibition relationship between a chemical and an effect. |
|
Data structure representing a causative relationship between a chemical and an effect. |
Module Contents
- class aoptk.relationship_type.RelationshipType(positive: str, positive_verb: str, negative: str, negative_verb: str, definition: str)[source]
Data structure representing a relationship between a chemical and an effect.
- class aoptk.relationship_type.Inhibitive[source]
Bases:
RelationshipTypeData structure representing an inhibition relationship between a chemical and an effect.
- class aoptk.relationship_type.Causative[source]
Bases:
RelationshipTypeData structure representing a causative relationship between a chemical and an effect.