Modifier and Type | Class and Description |
---|---|
class |
SimpleChromatogram
Simple implementation of the Chromatogram interface.
|
Modifier and Type | Method and Description |
---|---|
Chromatogram |
SimpleFeature.getChromatogram()
getChromatogram.
|
Chromatogram |
Feature.getChromatogram()
getChromatogram.
|
Modifier and Type | Method and Description |
---|---|
List<Chromatogram> |
SimpleRawDataFile.getChromatograms()
Returns an immutable list of all chromatograms.
|
List<Chromatogram> |
RawDataFile.getChromatograms()
Returns an immutable list of all chromatograms.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRawDataFile.addChromatogram(Chromatogram chromatogram) |
void |
SimpleRawDataFile.removeChromatogram(Chromatogram chromatogram) |
void |
SimpleFeature.setChromatogram(Chromatogram chromatogram)
Setter for the field
chromatogram . |
Modifier and Type | Method and Description |
---|---|
List<Chromatogram> |
ChromatogramBuilderMethod.execute()
Performs the algorithm.
|
List<Chromatogram> |
ChromatogramBuilderMethod.getResult()
Returns the result of this algorithm, or null.
|
Modifier and Type | Method and Description |
---|---|
List<Chromatogram> |
SrmDetectionMethod.execute()
Performs the algorithm.
|
List<Chromatogram> |
SrmDetectionMethod.getResult()
Returns the result of this algorithm, or null.
|
Modifier and Type | Method and Description |
---|---|
List<Chromatogram> |
TargetedDetectionMethod.execute()
Performs the algorithm.
|
List<Chromatogram> |
TargetedDetectionMethod.getResult()
Returns the result of this algorithm, or null.
|
Modifier and Type | Method and Description |
---|---|
List<Chromatogram> |
MzDBRawDataFile.getChromatograms()
Returns an immutable list of all chromatograms.
|
Constructor and Description |
---|
MzDBRawDataFile(File sourceFile,
List<String> msFunctions,
List<MsScan> msScans,
List<Chromatogram> chromatograms) |
Modifier and Type | Method and Description |
---|---|
Predicate<Chromatogram> |
MzMLFileImportMethod.getChromatogramPredicate()
Getter for the field
chromatogramPredicate . |
Constructor and Description |
---|
MzMLFileImportMethod(File mzMLFile,
Predicate<MsScan> msScanPredicate,
Predicate<Chromatogram> chromatogramPredicate)
Constructor for MzMLFileImportMethod.
|
MzMLFileImportMethod(InputStream inputStream,
Predicate<MsScan> msScanPredicate,
Predicate<Chromatogram> chromatogramPredicate)
Constructor for MzMLFileImportMethod.
|
MzMLFileImportMethod(Path mzMLFilePath,
Predicate<MsScan> msScanPredicate,
Predicate<Chromatogram> chromatogramPredicate)
Constructor for MzMLFileImportMethod.
|
MzMLFileImportMethod(String mzMLFilePath,
Predicate<MsScan> msScanPredicate,
Predicate<Chromatogram> chromatogramPredicate)
Constructor for MzMLFileImportMethod.
|
Modifier and Type | Method and Description |
---|---|
List<Chromatogram> |
MzMLRawDataFile.getChromatograms()
Returns an immutable list of all chromatograms.
|
Constructor and Description |
---|
MzMLRawDataFile(File sourceFile,
List<String> msFunctions,
List<MsScan> msScans,
List<Chromatogram> chromatograms)
Constructor for MzMLRawDataFile.
|
Modifier and Type | Method and Description |
---|---|
List<Chromatogram> |
MzXMLRawDataFile.getChromatograms()
Returns an immutable list of all chromatograms.
|
Copyright © 2019. All rights reserved.