pycotools3.tasks.Scan

class pycotools3.tasks.Scan(model, **kwargs)[source]

Interface to COPASI scan task

Args:

Returns:

__init__(model, **kwargs)[source]
Parameters:
  • modelModel
  • kwargs

Methods

__init__(model, **kwargs)
param model:
check_integrity(allowed, given) Method to raise an error when a wrong kwarg is passed to a subclass
convert_bool_to_numeric(dct) CopasiML uses 1’s and 0’s for True or False in some but not all places.
convert_bool_to_numeric2() CopasiML uses 1’s and 0’s for True or False in some but not all places.
create_scan() metabolite cn:
define_report() Use Report class to create report :return:
execute()
get_report_key()
get_variable_from_string(m, v[, glob]) Use model entity name to get the pycotools3 variable
read_model(m)
param m:
remove_scans() Remove all scans that have been defined.
set_scan_options()
update_properties(kwargs) method for updating properties from kwargs

Attributes

schema
create_scan()[source]
metabolite cn:
CN=Root,Model=New Model,Vector=Compartments[nuc],Vector=Metabolites[A],Reference=InitialConcentration”/>
Returns:

Args:

Returns:

define_report()[source]

Use Report class to create report :return:

Args:

Returns:

execute()[source]
get_report_key()[source]
remove_scans()[source]

Remove all scans that have been defined.

Returns:

Args:

Returns:

set_scan_options()[source]