PeakCallerScipy.__call__#
- PeakCallerScipy.__call__(state, scores, rotation_matrix, **kwargs)#
Update the internal parameter store based on input array.
- Parameters:
- statetuple
Current state tuple where: - positions : BackendArray, (n, d) of peak positions - rotations : BackendArray, (n, d, d) of correponding rotations - scores : BackendArray, (n, ) of peak scores - details : BackendArray, (n, ) of peak details
- scoresBackendArray
Array of new scores to update analyzer with.
- rotation_matrixBackendArray
Rotation matrix used to obtain the score array.
- **kwargs
Optional keyword aguments passed to
PeakCaller.call_peaks()
.