Modifier and Type | Interface and Description |
---|---|
interface |
MsScan
Represents a single MS scan in a raw data file.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMsSpectrum
Simple implementation of the MsSpectrum interface
|
class |
SimpleMsScan
Simple implementation of the Scan interface.
|
class |
SimpleMsSpectrum
Simple implementation of the MsSpectrum interface.
|
Modifier and Type | Method and Description |
---|---|
List<MsSpectrum> |
SiriusIdentificationMethod.getMs2Spectra() |
List<MsSpectrum> |
SiriusIdentificationMethod.getMsSpectra() |
Constructor and Description |
---|
SiriusIdentificationMethod(List<MsSpectrum> ms1,
List<MsSpectrum> ms2,
Double parentMass,
IonType ion,
Integer numberOfCandidates,
de.unijena.bioinf.ChemistryBase.chem.FormulaConstraints constraints,
Double deviation)
Constructor for SiriusIdentificationMethod class.
|
SiriusIdentificationMethod(List<MsSpectrum> ms1,
List<MsSpectrum> ms2,
Double parentMass,
IonType ion,
Integer numberOfCandidates,
de.unijena.bioinf.ChemistryBase.chem.FormulaConstraints constraints,
Double deviation)
Constructor for SiriusIdentificationMethod class.
|
Modifier and Type | Class and Description |
---|---|
class |
MgfMsSpectrum
MgfMsSpectrum class.
|
Constructor and Description |
---|
MgfFileExportMethod(MsSpectrum spectrum,
File target)
Constructor for MgfFileExportMethod.
|
Constructor and Description |
---|
MgfFileExportMethod(Collection<MsSpectrum> spectra,
File target)
Constructor for MgfFileExportMethod.
|
Modifier and Type | Class and Description |
---|---|
class |
MspSpectrum
MspSpectrum class.
|
Modifier and Type | Method and Description |
---|---|
static void |
MspExportAlgorithm.exportSpectrum(File exportFile,
MsSpectrum spectrum)
exportSpectrum.
|
Modifier and Type | Method and Description |
---|---|
static void |
MspExportAlgorithm.exportSpectra(File exportFile,
Collection<MsSpectrum> spectra)
exportSpectra.
|
Modifier and Type | Class and Description |
---|---|
class |
MzMLMsScan
MzMLMsScan class.
|
Modifier and Type | Class and Description |
---|---|
class |
NetCDFMsScan
NetCDFMsScan class.
|
Modifier and Type | Method and Description |
---|---|
static void |
TxtExportAlgorithm.exportSpectrum(File exportFile,
MsSpectrum spectrum)
Export a single spectrum to a file.
|
static String |
TxtExportAlgorithm.spectrumToString(MsSpectrum spectrum)
Export a spectrum to a string.
|
static String |
TxtExportAlgorithm.spectrumToString(MsSpectrum spectrum,
String delimiter)
Export a spectrum to a string.
|
static void |
TxtExportAlgorithm.spectrumToWriter(MsSpectrum spectrum,
Writer writer)
Export a spectrum to a writer.
|
static void |
TxtExportAlgorithm.spectrumToWriter(MsSpectrum spectrum,
Writer writer,
String delimiter)
Export a spectrum to a writer.
|
Modifier and Type | Method and Description |
---|---|
static void |
TxtExportAlgorithm.exportSpectra(File exportFile,
Collection<MsSpectrum> spectra)
Export one or more spectra to a file.
|
static void |
TxtExportAlgorithm.exportSpectra(File exportFile,
Collection<MsSpectrum> spectra,
String delimiter)
Export one or more spectra to a file.
|
Modifier and Type | Method and Description |
---|---|
static MsSpectrum |
IsotopePatternGeneratorAlgorithm.generateIsotopes(org.openscience.cdk.interfaces.IMolecularFormula cdkFormula,
Integer charge,
Double minAbundance,
Float intensityScale,
Double mzTolerance)
generateIsotopes.
|
static MsSpectrum |
IsotopePatternGeneratorAlgorithm.generateIsotopes(String chemicalFormula,
Double minAbundance,
Float intensityScale,
Double mzTolerance)
generateIsotopes.
|
Modifier and Type | Method and Description |
---|---|
static MsSpectrumType |
SpectrumTypeDetectionAlgorithm.detectSpectrumType(MsSpectrum msSpectrum)
detectSpectrumType.
|
Modifier and Type | Class and Description |
---|---|
class |
PeakInvestigatorMsSpectrum
This class is used provide m/z-dependent mass tolerances from PeakInvestigator by decorating an
existing instance of MsSpectrum.
|
Modifier and Type | Method and Description |
---|---|
protected MsSpectrum |
PeakInvestigatorScanExtractingMethod.parseMsSpectrum(BufferedReader reader)
This function assumes that the data is either formatted as two columns or five columns,
separated by whitespace.
|
Modifier and Type | Method and Description |
---|---|
List<MsSpectrum> |
PeakInvestigatorScanExtractingMethod.execute()
Performs the algorithm.
|
List<MsSpectrum> |
PeakInvestigatorScanExtractingMethod.getResult()
Returns the result of this algorithm, or null.
|
Constructor and Description |
---|
PeakInvestigatorMsSpectrum(MsSpectrum spectrum,
TreeMap<Double,PeakInvestigatorMsSpectrum.Error> errors)
Constructor for PeakInvestigatorMsSpectrum.
|
Modifier and Type | Method and Description |
---|---|
static String |
SplashCalculationAlgorithm.calculateSplash(MsSpectrum spectrum)
calculates our spectral hash
|
Modifier and Type | Method and Description |
---|---|
static MsSpectrum |
MsSpectrumUtil.filterMsSpectrum(MsSpectrum ms,
Integer pairsLimit)
Filters with only N most intense elements.
|
Modifier and Type | Method and Description |
---|---|
static List<MsSpectrum> |
MsSpectrumUtil.filterMsSpectra(List<MsSpectrum> spectra,
int listLimit)
Method preprocesses list of spectra, limits its amount
Filtering of Spectrum objects is done by retrieving top N Spectrum objects with largest
intensity values
|
Modifier and Type | Method and Description |
---|---|
static MsSpectrum |
MsSpectrumUtil.filterMsSpectrum(MsSpectrum ms,
Integer pairsLimit)
Filters with only N most intense elements.
|
static String |
MsSpectrumUtil.msSpectrumToString(MsSpectrum spectrum)
msSpectrumToString.
|
Modifier and Type | Method and Description |
---|---|
static List<MsSpectrum> |
MsSpectrumUtil.filterMsSpectra(List<MsSpectrum> spectra,
int listLimit)
Method preprocesses list of spectra, limits its amount
Filtering of Spectrum objects is done by retrieving top N Spectrum objects with largest
intensity values
|
Copyright © 2019. All rights reserved.