simulariumio.plot_readers package

Submodules

simulariumio.plot_readers.histogram_plot_reader module

class simulariumio.plot_readers.histogram_plot_reader.HistogramPlotReader[source]

Bases: PlotReader

read(data: Dict[str, Any]) Dict[str, Any][source]

Return an object containing the data shaped for Simularium format

simulariumio.plot_readers.plot_reader module

class simulariumio.plot_readers.plot_reader.PlotReader[source]

Bases: ABC

abstract read(data: Dict[str, Any]) Dict[str, Any][source]

simulariumio.plot_readers.scatter_plot_reader module

class simulariumio.plot_readers.scatter_plot_reader.ScatterPlotReader[source]

Bases: PlotReader

read(data: Dict[str, Any]) Dict[str, Any][source]

Return an object containing the data shaped for Simularium format

Module contents