Свойство | Type | Description | |
---|---|---|---|
scalingOfRelativeIntensity | int |
Méthode | Description | |
---|---|---|
ToBase10 ( string number, int start_base ) : int | ||
splashIt ( ISpectrum spectrum ) : string |
Méthode | Description | |
---|---|---|
filterSpectrum ( ISpectrum s, double basePeakPercentage ) : ISpectrum | ||
filterSpectrum ( ISpectrum s, int topIons ) : ISpectrum | ||
filterSpectrum ( ISpectrum s, int topIons, double basePeakPercentage ) : ISpectrum |
Méthode | Description | |
---|---|---|
formatIntensity ( double number ) : string | ||
formatMZ ( double number ) : string | ||
getFirstBlock ( SpectrumType specType ) : string |
Generates the version block
|
|
getHistoBlock ( ISpectrum spec, int nbase, int length, int binSize ) : string |
calculates a histogram of the spectrum. If weighted, it sums the mz * intensities for the peaks in each bin
|
|
getSpectrumBlock ( ISpectrum spec ) : string |
calculate the hash for the whole spectrum
|
|
translateBase ( string number, int initialBase, int finalBase, int fill ) : string |
Translate a number in string format from one numerical base to another
|
public static ToBase10 ( string number, int start_base ) : int | ||
number | string | |
start_base | int | |
Résultat | int |
protected filterSpectrum ( ISpectrum s, double basePeakPercentage ) : ISpectrum | ||
s | ISpectrum | |
basePeakPercentage | double | |
Résultat | ISpectrum |
protected filterSpectrum ( ISpectrum s, int topIons ) : ISpectrum | ||
s | ISpectrum | |
topIons | int | |
Résultat | ISpectrum |
protected filterSpectrum ( ISpectrum s, int topIons, double basePeakPercentage ) : ISpectrum | ||
s | ISpectrum | |
topIons | int | |
basePeakPercentage | double | |
Résultat | ISpectrum |
public splashIt ( ISpectrum spectrum ) : string | ||
spectrum | ISpectrum | |
Résultat | string |