PLOTLYChromatogramPlot#
- class pyopenms_viz._plotly.PLOTLYChromatogramPlot(data, config: ChromatogramConfig = None, **kwargs)#
Bases:
PLOTLY_MSPlot
,ChromatogramPlot
- _add_peak_boundaries(annotation_data)#
Prepare data for adding peak boundaries to the plot. This is not a complete method should be overridden by subclasses.
- Parameters:
annotation_data (DataFrame) – The feature data containing the peak boundaries.
- Returns:
None