C# Class CSMSL.Analysis.Quantitation.IsobaricTag

Inheritance: CSMSL.Proteomics.ChemicalFormulaModification, IQuantitationChannel
Show file Open project: dbaileychess/CSMSL Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsobaricTag ( ChemicalFormula chemicalFormula, string name ) : CSMSL.Chemistry
IsobaricTag ( string chemicalFormula, string name ) : CSMSL.Chemistry
IsobaricTag ( string reporterFormula, string balanceFormula, string name ) : CSMSL.Chemistry

Method Details

IsobaricTag() public method

public IsobaricTag ( ChemicalFormula chemicalFormula, string name ) : CSMSL.Chemistry
chemicalFormula ChemicalFormula
name string
return CSMSL.Chemistry

IsobaricTag() public method

public IsobaricTag ( string chemicalFormula, string name ) : CSMSL.Chemistry
chemicalFormula string
name string
return CSMSL.Chemistry

IsobaricTag() public method

public IsobaricTag ( string reporterFormula, string balanceFormula, string name ) : CSMSL.Chemistry
reporterFormula string
balanceFormula string
name string
return CSMSL.Chemistry