Property | Type | Description | |
---|---|---|---|
ions | List |
||
type | SpectrumType |
Method | Description | |
---|---|---|
AbstractSpectrum ( List |
Creates a spectrum based on a list of ions
|
|
AbstractSpectrum ( string data ) : System |
Creates a new spectrum based on a string of ions
|
|
GetIons ( ) : List |
||
ToString ( ) : string | ||
getSortedIonsByIntensity ( bool desc = true ) : List |
||
getSortedIonsByMZ ( bool desc = false ) : List |
||
getSpectrumType ( ) : SpectrumType | ||
toJSON ( ) : string |
Method | Description | |
---|---|---|
toRelative ( int scale ) : List |
public AbstractSpectrum ( List |
||
ions | List |
|
return | System |
public AbstractSpectrum ( string data ) : System | ||
data | string | |
return | System |
public getSortedIonsByIntensity ( bool desc = true ) : List |
||
desc | bool | |
return | List |
public getSortedIonsByMZ ( bool desc = false ) : List |
||
desc | bool | |
return | List |