BiochemicalPathwayStep#

class biopax-explorer.biopax.biochemicalpathwaystep.BiochemicalPathwayStep(*args, **kwargs)[source]#

Bases: PathwayStep

Class BiochemicalPathwayStep

Definition: Imposes ordering on a step in a biochemical pathway. Retionale: A

biochemical reaction can be reversible by itself, but can be physiologically directed in the context of a pathway, for instance due to flux of reactants and products. Usage: Only one conversion interaction can be ordered at a time, but multiple catalysis or modulation instances can be part of one step.

code generator : rdfobj (author F.Moreews 2023-2024).

Methods

get_comment()

Attribute _comment getter

get_evidence()

Attribute _evidence getter

get_nextStep()

Attribute _nextStep getter

get_stepConversion()

Attribute _stepConversion getter

get_stepDirection()

Attribute _stepDirection getter

get_stepProcess()

Attribute _stepProcess getter

attribute_type_by_name

get_uri_string

object_attributes

set_comment

set_evidence

set_nextStep

set_stepConversion

set_stepDirection

set_stepProcess

set_uri_string

to_json

type_attributes

Methods Summary

attribute_type_by_name()

get_stepConversion()

Attribute _stepConversion getter

get_stepDirection()

Attribute _stepDirection getter

get_uri_string()

object_attributes()

set_stepConversion(value)

set_stepDirection(value)

set_uri_string(uristr)

to_json()

type_attributes()

Methods Documentation

attribute_type_by_name()[source]#
get_stepConversion()[source]#
Attribute _stepConversion getter

The central process that take place at this step of the biochemical pathway.

get_stepDirection()[source]#
Attribute _stepDirection getter

Direction of the conversion in this particular pathway context. This property

can be used for annotating direction of enzymatic activity. Even if an enzyme catalyzes a reaction reversibly, the flow of matter through the pathway will force the equilibrium in a given direction for that particular pathway.

get_uri_string()[source]#
object_attributes()[source]#
set_stepConversion(value)[source]#
set_stepDirection(value)[source]#
set_uri_string(uristr)[source]#
to_json()[source]#
type_attributes()[source]#