Modifier and Type | Method and Description |
---|---|
ResultType |
MSDKMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
JoinAlignerMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
RansacAlignerMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
List<Chromatogram> |
ChromatogramBuilderMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
GridMassMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
List<IonAnnotation> |
MsMsDetectionMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
List<Double> |
FeatureFinderMetaboDetector.execute()
Runs FeatureFinderMetabo on the output file, processes the output file
for mz values data.
|
static String |
FeatureFinderMetaboLocator.findFeatureFinderMetabo()
Check for FeatureFinderMetabo in PATH & default Installation directory on various platforms.
|
Constructor and Description |
---|
FeatureFinderMetaboDetector(File mzMLFile)
Constructor for FeatureFinderMetaboDetector.
|
FeatureFinderMetaboDetector(String mzMLFilePath)
Constructor for FeatureFinderMetaboDetector.
|
Modifier and Type | Method and Description |
---|---|
List<Chromatogram> |
SrmDetectionMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
List<Chromatogram> |
TargetedDetectionMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
Void |
LocalDatabaseSearchMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
List<IonAnnotation> |
SiriusIdentificationMethod.execute() |
List<IonAnnotation> |
FingerIdWebMethod.execute() |
static String |
NativeLibraryLoader.getOsName()
Method returns formatted OS name
|
static void |
NativeLibraryLoader.loadLibraryFromJar(String folder,
String[] libs)
Public method for external usage, copies all files from `folder`
|
protected List<de.unijena.bioinf.sirius.IdentificationResult> |
SiriusIdentificationMethod.siriusProcessSpectra()
Method for processing spectra by Sirius module
|
Constructor and Description |
---|
FingerIdWebMethod(de.unijena.bioinf.ChemistryBase.ms.Ms2Experiment experiment,
SiriusIonAnnotation ionAnnotation)
Simplified FingerIdWebMethod constructor
|
FingerIdWebMethod(de.unijena.bioinf.ChemistryBase.ms.Ms2Experiment experiment,
SiriusIonAnnotation ionAnnotation,
Integer candidatesAmount)
Constructor for a FingerIdWebMethod
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
RawDataFileImportMethod.execute()
Performs the algorithm.
|
FeatureTable |
FeatureTableImportMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
ChromaTofFileImportMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
List<MgfMsSpectrum> |
MgfFileImportMethod.execute()
Overloaded method, processes the .mgf file (loaded in the costructor) and returns a list of
MgfMsSpectrums
|
Void |
MgfFileExportMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
static void |
MspExportAlgorithm.exportSpectra(File exportFile,
Collection<MsSpectrum> spectra)
exportSpectra.
|
static void |
MspExportAlgorithm.exportSpectrum(File exportFile,
MsSpectrum spectrum)
exportSpectrum.
|
static MspSpectrum |
MspImportAlgorithm.parseMspFromFile(File mspFile)
parseMspFromFile.
|
static MspSpectrum |
MspImportAlgorithm.parseMspFromString(String mspText)
parseMspFromString.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
MzDataFileImportMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
MzDBRawDataFile |
MzDBFileImportMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
MzMLRawDataFile |
MzMLFileImportMethod.execute()
Performs the algorithm.
|
Void |
MzMLFileExportMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
static double[] |
MzMLPeaksDecoder.decodeToDouble(InputStream inputStream,
MzMLBinaryDataInfo binaryDataInfo,
double[] data)
Converts a base64 encoded mz or intensity string used in mzML files to an array of doubles.
|
static float[] |
MzMLPeaksDecoder.decodeToFloat(InputStream inputStream,
MzMLBinaryDataInfo binaryDataInfo,
float[] data)
Converts a base64 encoded mz or intensity string used in mzML files to an array of floats.
|
static byte[] |
MzMLPeaksEncoder.encodeDouble(double[] data,
MzMLCompressionType compression)
encodeDouble.
|
static byte[] |
MzMLPeaksEncoder.encodeFloat(float[] data,
MzMLCompressionType compression)
encodeFloat.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
MzTabFileImportMethod.execute()
Performs the algorithm.
|
File |
MzTabFileExportMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
MzXMLFileParser.execute()
execute.
|
RawDataFile |
MzXMLFileImportMethod.execute()
Performs the algorithm.
|
it.unimi.dsi.io.ByteBufferInputStream |
MzXMLFileMemoryMapper.mapToMemory(File mzMLFile)
mapToMemory.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
WatersRawImportMethod.execute()
Performs the algorithm.
|
RawDataFile |
ThermoRawImportMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
NetCDFFileImportMethod.execute()
Performs the algorithm.
|
Void |
NetCDFFileExportMethod.execute()
Execute the process of writing the data from the the input
RawDataFile to the target
File |
Modifier and Type | Method and Description |
---|---|
FeatureTable |
IsotopeGrouperMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
FeatureNormalizationByCompoundMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
MSDKFilteringMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
RawDataFile |
MSDKCentroidingMethod.execute()
Performs the algorithm.
|
Modifier and Type | Method and Description |
---|---|
List<MsSpectrum> |
PeakInvestigatorScanExtractingMethod.execute()
Performs the algorithm.
|
File |
PeakInvestigatorScanBundlingMethod.execute()
Performs the algorithm.
|
Copyright © 2019. All rights reserved.