aoptk.relationship_type

Classes

RelationshipType

Data structure representing a relationship between a chemical and an effect.

Inhibitive

Data structure representing an inhibition relationship between a chemical and an effect.

Causative

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.

positive[source]
positive_verb[source]
negative[source]
negative_verb[source]
definition[source]
class aoptk.relationship_type.Inhibitive[source]

Bases: RelationshipType

Data structure representing an inhibition relationship between a chemical and an effect.

class aoptk.relationship_type.Causative[source]

Bases: RelationshipType

Data structure representing a causative relationship between a chemical and an effect.