C# Class Morpheus.TandemMassSpectrum

Mostrar archivo Open project: cwenger/Morpheus Class Usage Examples

Public Methods

Method Description
AscendingPrecursorMassComparison ( TandemMassSpectrum left, TandemMassSpectrum right ) : int
TandemMassSpectrum ( string filename, int spectrumNumber, string spectrumId, string spectrumTitle, double retentionTimeMinutes, string fragmentationMethod, double precursorMZ, double precursorIntensity, int precursorCharge, double precursorMass, List peaks ) : System.Collections.Generic

Method Details

AscendingPrecursorMassComparison() public static method

public static AscendingPrecursorMassComparison ( TandemMassSpectrum left, TandemMassSpectrum right ) : int
left TandemMassSpectrum
right TandemMassSpectrum
return int

TandemMassSpectrum() public method

public TandemMassSpectrum ( string filename, int spectrumNumber, string spectrumId, string spectrumTitle, double retentionTimeMinutes, string fragmentationMethod, double precursorMZ, double precursorIntensity, int precursorCharge, double precursorMass, List peaks ) : System.Collections.Generic
filename string
spectrumNumber int
spectrumId string
spectrumTitle string
retentionTimeMinutes double
fragmentationMethod string
precursorMZ double
precursorIntensity double
precursorCharge int
precursorMass double
peaks List
return System.Collections.Generic