organoid_tracker.plugin.registry module
- class organoid_tracker.plugin.registry.Registry
Bases:
object
A plugin-controlled registry for various plugin-provided things, like cell types.
For example, to add something to the marker list, plugins can define a get_markers() method. See the plugin documentation for more information
- clear_all()
Clears the registry.