| ... | ... | @@ -42,9 +42,7 @@ To find out if they do repeat we group the peaks by their m/z value, rounded to |
|
|
|
We should note that some groups below the threshold can still be kept,
|
|
|
|
if they are adjacent to a group that is above the threshold, this is done to avoid discarding groups that may have been split by the rounding value.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
Bin Type
|
|
|
|
----------
|
| ... | ... | @@ -56,7 +54,9 @@ There are two approaches to determine the bin size at a certain m/z value. One i |
|
|
|
|
|
|
|
Bins are created based on peaks m/z values, therefore some bins might overlap with one another, you can choose to merge the overlapping bins into one larger bin, that may have a higher peak count, therefore a higher repetition rate.
|
|
|
|
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Repetition Rate
|
|
|
|
----------
|
| ... | ... | |