C# Class ImsInformed.Targets.PeptideTarget

Inheritance: IImsTarget
Datei anzeigen Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Public Methods

Method Description
CreateSqlMassTagQueries ( ) : string

The create SQL mass tag queries.

CreateSqlResultQueries ( int datasetId ) : string

The create SQL result queries.

Equals ( IImsTarget other ) : bool
Equals ( PeptideTarget other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int

The get hash code.

PeptideTarget ( int id, string peptideSequence, double normalizedElutionTime, IList modificationList = null ) : System

Initializes a new instance of the PeptideTarget class. Initializes a new instance of the ImsTarget class.

RemoveResults ( ) : void

The remove results.

Method Details

CreateSqlMassTagQueries() public method

The create SQL mass tag queries.
public CreateSqlMassTagQueries ( ) : string
return string

CreateSqlResultQueries() public method

The create SQL result queries.
public CreateSqlResultQueries ( int datasetId ) : string
datasetId int /// The dataset id. ///
return string

Equals() public method

public Equals ( IImsTarget other ) : bool
other IImsTarget
return bool

Equals() public method

public Equals ( PeptideTarget other ) : bool
other PeptideTarget
return bool

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

The get hash code.
public GetHashCode ( ) : int
return int

PeptideTarget() public method

Initializes a new instance of the PeptideTarget class. Initializes a new instance of the ImsTarget class.
public PeptideTarget ( int id, string peptideSequence, double normalizedElutionTime, IList modificationList = null ) : System
id int /// The id. ///
peptideSequence string /// The PeptideSequence. ///
normalizedElutionTime double /// The normalized elution time. ///
modificationList IList /// The modification list. ///
return System

RemoveResults() public method

The remove results.
public RemoveResults ( ) : void
return void