loica.supplement

Module Contents

Classes

Supplement

Representation of a chemical

class Supplement(name, pubchemid=None, supplier_id=None, sbol_comp=None, color='pink')

Representation of a chemical

namestr

Name of the supplement

concentrationint | float

concentration of the supplement in Molar

pubchemidstr

PubChemID URI of the supplement

supplier_idstr

Supplier ID of the supplement. An URL of the product that you aquire. Accepts list of the form [product URL, catalog number, batch].

sbol_compstr

SBOL component of the supplement.

__str__(self)

Return str(self).