public class ScanCollectionHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
MAX_PRECURSOR_GROUP_SIZE_DIFF
Defines the ratio of numbers of scans in the larges "precursor group" to
the smallest "precursor group".
|
| Modifier and Type | Method and Description |
|---|---|
static void |
finalizePrecursorWindows(IScanCollection scans)
Calling this method only makes sense if the whole LC/MS structure has been parsed.
|
static void |
finalizeScanCollection(IScanCollection scans)
Sets relationships between parent/child scans based on scan numbering.
|
public static double MAX_PRECURSOR_GROUP_SIZE_DIFF
Math.abs(maxScansInGroup - minScansInGroup)) / minScansInGroup
A precursor group is a group of scans, which satisfy one of the
two conditions:
public static void finalizeScanCollection(IScanCollection scans) throws FileParsingException
scans - FileParsingExceptionpublic static void finalizePrecursorWindows(IScanCollection scans)
scans - the scan collection, it will be modified in-placeCopyright © 2017. All rights reserved.