PeakCallerSort.merge#
- classmethod PeakCallerSort.merge(candidates=typing.List[typing.List], **kwargs)#
Merge multiple instances of
PeakCaller
.- Parameters:
- candidateslist of lists
Obtained by invoking list on the generator returned by __iter__.
- **kwargs
Optional keyword arguments.
- Returns:
- Tuple
Tuple of translation, rotation, score and details of candidates.