PeakCallerScipy.call_peaks#
- PeakCallerScipy.call_peaks(scores, min_score=None, **kwargs)[source]#
Call peaks in the score space.
- Parameters:
- scoresBackendArray
Score array to update analyzer with.
- **kwargsdict
Optional keyword arguments passed to underlying implementations.
- Returns:
- BackendArray
Peak positions (n, d).
- BackendArray
Peak details (n, d).