PeakCallerRecursiveMasking.__call__#
- PeakCallerRecursiveMasking.__call__(scores, rotation_matrix, **kwargs)#
Update the internal parameter store based on input array.
- Parameters:
- scoresBackendArray
Score space data.
- rotation_matrixBackendArray
Rotation matrix used to obtain the score array.
- **kwargs
Optional keyword aguments passed to
PeakCaller.call_peaks()
.