Closed jorainer closed 3 years ago
This PR defines the first threshold-based basic grouping functions on which most of the higher level functions will base.
groupClosest
will be used to group retention times based on their difference.groupSimilarityMatrix
can be used to group rows of a similarity/correlation matrix (or any diagonal matrix) that are higher than the provided threshold
.Additional (clustering-based) functions might be added later.
Remove most functions and add basic grouping functionality.