Modifier and Type | Class and Description |
---|---|
class |
SimpleRawDataFile
Implementation of the RawDataFile interface.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
SimpleSample.getRawDataFile()
Returns a raw data file or null if this sample has no associated raw data.
|
RawDataFile |
SimpleMsScan.getRawDataFile()
Returns the raw data file that contains this scan.
|
RawDataFile |
SimpleChromatogram.getRawDataFile()
Returns the raw data file that contains this chromatogram.
|
RawDataFile |
Sample.getRawDataFile()
Returns a raw data file or null if this sample has no associated raw data.
|
RawDataFile |
MsScan.getRawDataFile()
Returns the raw data file that contains this scan.
|
RawDataFile |
Chromatogram.getRawDataFile()
Returns the raw data file that contains this chromatogram.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleSample.setRawDataFile(RawDataFile rawDataFile) |
void |
SimpleMsScan.setRawDataFile(RawDataFile newRawDataFile) |
void |
SimpleChromatogram.setRawDataFile(RawDataFile newRawDataFile) |
Constructor and Description |
---|
SimpleSample(String name,
RawDataFile rawDataFile)
Constructor for SimpleSample.
|
Constructor and Description |
---|
ADAP3DFeatureDetectionMethod(RawDataFile rawFile)
Constructor
|
ADAP3DFeatureDetectionMethod(RawDataFile rawFile,
ADAP3DFeatureDetectionParameters params)
Constructor
|
ADAP3DFeatureDetectionMethod(RawDataFile rawFile,
Predicate<MsScan> msScanPredicate)
Constructor
|
ADAP3DFeatureDetectionMethod(RawDataFile rawFile,
Predicate<MsScan> msScanPredicate,
ADAP3DFeatureDetectionParameters parameters)
Constructor
|
Constructor and Description |
---|
SliceSparseMatrix(RawDataFile rawFile)
This constructor takes raw data file and create the triplet map which contains information such
as mz,intensity,rt,scan number
|
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,
double noiseLevel,
double minimumTimeSpan,
double minimumHeight,
MzTolerance mzTolerance)
Constructor for ChromatogramBuilderMethod.
|
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.
|
Constructor and Description |
---|
SrmDetectionMethod(RawDataFile rawDataFile)
Constructor for SrmDetectionMethod.
|
Constructor and Description |
---|
TargetedDetectionMethod(List<IonAnnotation> ionAnnotations,
RawDataFile rawDataFile,
MzTolerance mzTolerance,
RTTolerance rtTolerance,
Double intensityTolerance,
Double noiseLevel)
Constructor for TargetedDetectionMethod.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
RawDataFileImportMethod.execute()
Performs the algorithm.
|
RawDataFile |
RawDataFileImportMethod.getResult()
Returns the result of this algorithm, or null.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
MzDataFileImportMethod.execute()
Performs the algorithm.
|
RawDataFile |
MzDataFileImportMethod.getResult()
Returns the result of this algorithm, or null.
|
Modifier and Type | Class and Description |
---|---|
class |
MzDBRawDataFile |
Modifier and Type | Method and Description |
---|---|
RawDataFile |
MzDBFileImportMethod.getResult()
Returns the result of this algorithm, or null.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
MzMLFileImportMethod.getResult()
Returns the result of this algorithm, or null.
|
Constructor and Description |
---|
MzMLFileExportMethod(RawDataFile rawDataFile,
File target,
MzMLCompressionType doubleArrayCompression,
MzMLCompressionType floatArrayCompression)
Constructor for MzMLFileExportMethod.
|
Modifier and Type | Class and Description |
---|---|
class |
MzMLRawDataFile
MzMLRawDataFile class.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
MzMLMsScan.getRawDataFile()
Returns the raw data file that contains this scan.
|
Modifier and Type | Class and Description |
---|---|
class |
MzXMLRawDataFile
MzXMLRawDataFile class.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
MzXMLFileParser.execute()
execute.
|
RawDataFile |
MzXMLFileImportMethod.execute()
Performs the algorithm.
|
RawDataFile |
MzXMLFileParser.getResult()
Returns the result of this algorithm, or null.
|
RawDataFile |
MzXMLFileImportMethod.getResult()
Returns the result of this algorithm, or null.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
WatersRawImportMethod.execute()
Performs the algorithm.
|
RawDataFile |
ThermoRawImportMethod.execute()
Performs the algorithm.
|
RawDataFile |
WatersRawImportMethod.getResult()
Returns the result of this algorithm, or null.
|
RawDataFile |
ThermoRawImportMethod.getResult()
Returns the result of this algorithm, or null.
|
Modifier and Type | Class and Description |
---|---|
class |
NetCDFRawDataFile
NetCDFRawDataFile class.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
NetCDFFileImportMethod.execute()
Performs the algorithm.
|
RawDataFile |
NetCDFFileImportMethod.getResult()
Returns the result of this algorithm, or null.
|
Constructor and Description |
---|
NetCDFFileExportMethod(RawDataFile rawDataFile,
File target)
Constructor for NetCDFFileExportMethod.
|
NetCDFFileExportMethod(RawDataFile rawDataFile,
File target,
double massValueScaleFactor,
double intensityValueScaleFactor)
Constructor for NetCDFFileExportMethod.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
MSDKFilteringMethod.execute()
Performs the algorithm.
|
RawDataFile |
MSDKFilteringMethod.getResult()
Returns the result of this algorithm, or null.
|
Constructor and Description |
---|
MSDKFilteringMethod(RawDataFile rawDataFile,
MSDKFilteringAlgorithm filteringAlgorithm)
Constructor for MSDKFilteringMethod.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
MSDKCentroidingMethod.execute()
Performs the algorithm.
|
RawDataFile |
MSDKCentroidingMethod.getResult()
Returns the result of this algorithm, or null.
|
Constructor and Description |
---|
MSDKCentroidingMethod(RawDataFile rawDataFile,
MSDKCentroidingAlgorithm centroidingAlgorithm)
Constructor for MSDKCentroidingMethod.
|
Constructor and Description |
---|
PeakInvestigatorScanBundlingMethod(RawDataFile rawDataFile)
Constructor for PeakInvestigatorScanBundlingMethod.
|
PeakInvestigatorScanBundlingMethod(RawDataFile rawDataFile,
File file)
Constructor for PeakInvestigatorScanBundlingMethod.
|
Modifier and Type | Method and Description |
---|---|
static Integer |
RawDataFileUtil.getNextChromatogramNumber(RawDataFile rawDataFile)
getNextChromatogramNumber.
|
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.
|
Copyright © 2019. All rights reserved.