Modifier and Type | Class and Description |
---|---|
class |
SimpleMsScan
Simple implementation of the Scan interface.
|
Modifier and Type | Method and Description |
---|---|
List<MsScan> |
SimpleFeature.getMSMSSpectra()
getMSMSSpectra.
|
List<MsScan> |
Feature.getMSMSSpectra()
getMSMSSpectra.
|
List<MsScan> |
SimpleRawDataFile.getScans()
Returns an immutable list of all scans.
|
List<MsScan> |
RawDataFile.getScans()
Returns an immutable list of all scans.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRawDataFile.addScan(MsScan scan) |
void |
SimpleRawDataFile.removeScan(MsScan scan) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleFeature.setMSMSSpectra(List<MsScan> msmsSpectra)
setMSMSSpectra.
|
Constructor and Description |
---|
ADAP3DFeatureDetectionMethod(RawDataFile rawFile,
Predicate<MsScan> msScanPredicate)
Constructor
|
ADAP3DFeatureDetectionMethod(RawDataFile rawFile,
Predicate<MsScan> msScanPredicate,
ADAP3DFeatureDetectionParameters parameters)
Constructor
|
Constructor and Description |
---|
SliceSparseMatrix(RawDataFile rawFile,
Predicate<MsScan> msScanPredicate)
This constructor takes raw data file and create the triplet map which contains information such
as mz,intensity,rt,scan number
|
Constructor and Description |
---|
ChromatogramBuilderMethod(RawDataFile inputFile,
List<MsScan> inputScans,
Double noiseLevel,
Double minimumTimeSpan,
Double minimumHeight,
MzTolerance mzTolerance)
Constructor for ChromatogramBuilderMethod.
|
Constructor and Description |
---|
GridMassMethod(RawDataFile rawDataFile,
List<MsScan> scans,
MzTolerance mzTol,
Double intensitySimilarity,
Double minimumTimeSpan,
Double maximumTimeSpan,
Double smoothTimeSpan,
Double smoothTimeMZ,
Double smoothMZ,
Double additionTimeMaxPeaksPerScan,
Double minimumHeight,
Double rtPerScan)
Constructor for GridMassMethod.
|
Constructor and Description |
---|
MsMsDetectionMethod(RawDataFile rawDataFile,
List<MsScan> msScans,
MzTolerance mzTolerance,
RTTolerance rtTolerance,
Double intensityTolerance)
Constructor for MsMsDetectionMethod.
|
Modifier and Type | Method and Description |
---|---|
List<MsScan> |
MzDBRawDataFile.getScans() |
Constructor and Description |
---|
MzDBRawDataFile(File sourceFile,
List<String> msFunctions,
List<MsScan> msScans,
List<Chromatogram> chromatograms) |
Modifier and Type | Method and Description |
---|---|
Predicate<MsScan> |
MzMLFileImportMethod.getMsScanPredicate()
Getter for the field
msScanPredicate . |
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 | Class and Description |
---|---|
class |
MzMLMsScan
MzMLMsScan class.
|
Modifier and Type | Method and Description |
---|---|
List<MsScan> |
MzMLRawDataFile.getScans()
Returns an immutable list of all scans.
|
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<MsScan> |
MzXMLRawDataFile.getScans()
Returns an immutable list of all scans.
|
Modifier and Type | Method and Description |
---|---|
void |
MzXMLRawDataFile.addScan(MsScan scan) |
void |
MzXMLRawDataFile.removeScan(MsScan scan) |
Modifier and Type | Class and Description |
---|---|
class |
NetCDFMsScan
NetCDFMsScan class.
|
Constructor and Description |
---|
NetCDFFileImportMethod(File sourceFile,
Predicate<MsScan> msScanPredicate)
Constructor for NetCDFFileImportMethod.
|
Modifier and Type | Method and Description |
---|---|
MsScan |
SGFilterAlgorithm.performFilter(MsScan scan)
performFilter.
|
MsScan |
ResampleFilterAlgorithm.performFilter(MsScan scan)
performFilter.
|
MsScan |
MeanFilterAlgorithm.performFilter(MsScan scan)
performFilter.
|
MsScan |
MSDKFilteringAlgorithm.performFilter(MsScan input)
performFilter.
|
MsScan |
CropFilterAlgorithm.performFilter(MsScan scan)
performFilter.
|
Modifier and Type | Method and Description |
---|---|
MsScan |
SGFilterAlgorithm.performFilter(MsScan scan)
performFilter.
|
MsScan |
ResampleFilterAlgorithm.performFilter(MsScan scan)
performFilter.
|
MsScan |
MeanFilterAlgorithm.performFilter(MsScan scan)
performFilter.
|
MsScan |
MSDKFilteringAlgorithm.performFilter(MsScan input)
performFilter.
|
MsScan |
CropFilterAlgorithm.performFilter(MsScan scan)
performFilter.
|
Modifier and Type | Method and Description |
---|---|
MsScan |
WaveletCentroidingAlgorithm.centroidScan(MsScan inputScan)
centroidScan.
|
MsScan |
RecursiveCentroidingAlgorithm.centroidScan(MsScan inputScan)
centroidScan.
|
MsScan |
MSDKCentroidingAlgorithm.centroidScan(MsScan input)
centroidScan.
|
MsScan |
LocalMaximaCentroidingAlgorithm.centroidScan(MsScan inputScan)
centroidScan.
|
MsScan |
ExactMassCentroidingAlgorithm.centroidScan(MsScan inputScan)
centroidScan.
|
MsScan |
BinningCentroidingAlgorithm.centroidScan(MsScan inputScan)
centroidScan.
|
Modifier and Type | Method and Description |
---|---|
MsScan |
WaveletCentroidingAlgorithm.centroidScan(MsScan inputScan)
centroidScan.
|
MsScan |
RecursiveCentroidingAlgorithm.centroidScan(MsScan inputScan)
centroidScan.
|
MsScan |
MSDKCentroidingAlgorithm.centroidScan(MsScan input)
centroidScan.
|
MsScan |
LocalMaximaCentroidingAlgorithm.centroidScan(MsScan inputScan)
centroidScan.
|
MsScan |
ExactMassCentroidingAlgorithm.centroidScan(MsScan inputScan)
centroidScan.
|
MsScan |
BinningCentroidingAlgorithm.centroidScan(MsScan inputScan)
centroidScan.
|
Modifier and Type | Method and Description |
---|---|
static List<MsScan> |
RawDataFileUtil.getScans(RawDataFile rawDataFile,
com.google.common.collect.Range<Float> rtRange)
getScans.
|
static List<MsScan> |
RawDataFileUtil.getScans(RawDataFile rawDataFile,
String msFunction)
getScans.
|
static List<MsScan> |
RawDataFileUtil.getScans(RawDataFile rawDataFile,
String msFunction,
com.google.common.collect.Range<Float> rtRange)
getScans.
|
Modifier and Type | Method and Description |
---|---|
static SimpleMsScan |
MsScanUtil.clone(MsScan scan,
Boolean copyDataPoints)
clone.
|
String |
MsScanUtil.msScanToString(MsScan scan) |
Copyright © 2019. All rights reserved.