| Package | Description |
|---|---|
| umich.ms.datatypes | |
| umich.ms.datatypes.scan.props | |
| umich.ms.util |
| Modifier and Type | Method and Description |
|---|---|
DoubleRange |
LCMSRange.getMzRange() |
| Modifier and Type | Method and Description |
|---|---|
List<DoubleRange> |
LCMSDataSubset.getMzRanges() |
| Modifier and Type | Method and Description |
|---|---|
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 |
LCMSDataSubset.setMzRanges(List<DoubleRange> mzRanges) |
| Constructor and Description |
|---|
LCMSRange(com.google.common.collect.Range<Integer> scanRange,
Integer msLevel,
DoubleRange mzRange) |
| Constructor and Description |
|---|
LCMSDataSubset(Integer scanNumLo,
Integer scanNumHi,
Set<Integer> msLvls,
List<DoubleRange> mzRanges) |
| Modifier and Type | Method and Description |
|---|---|
DoubleRange |
PrecursorInfo.getMzRange()
TODO: might be better to treat null values as infinity and always return non-null DoubleRange.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleRange |
DoubleRange.fromInterval1D(Interval1D<Double> interval) |
| Modifier and Type | Method and Description |
|---|---|
double |
DoubleRange.overlapAbsolute(DoubleRange other)
If the interval contains just a single point (i.e.
|
double |
DoubleRange.overlapRelative(DoubleRange other)
Relative overlap, that is the overlap, divided by the length of the largest interval.
|
Copyright © 2017. All rights reserved.