loica.operators.operator

Module Contents

Classes

Operator

A class that represents a DNA fragment that encode a genetic operator.

class Operator(output, name=None, uri=None, sbol_comp=None, color='skyblue')

A class that represents a DNA fragment that encode a genetic operator.

outputRegulator | Reporter

The output of the operator that is regulated by the input

uristr, optional

SynBioHub URI

sbol_compSBOL Component, optional

SBOL Component

namestr, optional

Name of the operator displayed on the network representation

color: str, optional

Color displayed on the network representation

__str__(self)

Return str(self).