C# Class Coon.Compass.TagQuant.PSM

Mostra file Open project: dbaileychess/Compass Class Usage Examples

Public Properties

Property Type Description
QuantPeaks Coon.Compass.TagQuant.QuantPeak[]

Public Methods

Method Description
PSM ( string filenameID, int spectrumNumber, QuantPeak quantPeaks, double purity = 1 ) : System.Collections.Generic
this ( TagInformation tag ) : QuantPeak

Method Details

PSM() public method

public PSM ( string filenameID, int spectrumNumber, QuantPeak quantPeaks, double purity = 1 ) : System.Collections.Generic
filenameID string
spectrumNumber int
quantPeaks QuantPeak
purity double
return System.Collections.Generic

this() public method

public this ( TagInformation tag ) : QuantPeak
tag TagInformation
return QuantPeak

Property Details

QuantPeaks public_oe property

public QuantPeak[],Coon.Compass.TagQuant QuantPeaks
return Coon.Compass.TagQuant.QuantPeak[]