| Package | Description |
|---|---|
| umich.ms.datatypes |
| Modifier and Type | Field and Description |
|---|---|
static LCMSRange |
LCMSRange.WHOLE_RUN |
static LCMSRange |
LCMSRange.WHOLE_RUN_MS1 |
static LCMSRange |
LCMSRange.WHOLE_RUN_MS2 |
static LCMSRange |
LCMSRange.WHOLE_RUN_STRUCTURE |
| Modifier and Type | Method and Description |
|---|---|
static LCMSRange |
LCMSRange.create()
A range that will contain all the scans in an LCMS run, no filters applied.
|
static LCMSRange |
LCMSRange.create(com.google.common.collect.Range<Integer> scanRange)
A range that will contain all scans within the specified scan number range.
|
static LCMSRange |
LCMSRange.create(com.google.common.collect.Range<Integer> scanRange,
Integer msLevel)
A range that will contain all scans with the scan number range, but only
at a specific MS-Level.
|
static LCMSRange |
LCMSRange.create(com.google.common.collect.Range<Integer> scanRange,
Integer msLevel,
DoubleRange mzRange)
A range, containing all scans within the scan number range at a specific MS-Level
and a specific precursor range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LCMSRangeSet.add(LCMSRange range)
This add method gradually removes scan-ranges from the input range as it
descends down the hierarchy.
|
void |
LCMSRangeSet.MsLevelRangeSet.removeFromAll(LCMSRange range)
Remove the range from all range sets in this ms level.
|
void |
LCMSRangeSet.MsLevelRangeSet.removeFromSpecific(LCMSRange range)
Remove range from all specific precursor ranges at this ms level.
|
Copyright © 2017. All rights reserved.