Method | Description | |
---|---|---|
CreateSqlMassTagQueries ( ) : string |
The create SQL mass tag queries.
|
|
CreateSqlResultQueries ( int datasetId ) : string |
The create SQL result queries.
|
|
Equals ( IImsTarget other ) : bool | ||
Equals ( |
||
Equals ( object other ) : bool | ||
GetHashCode ( ) : int |
The get hash code.
|
|
PeptideTarget ( int id, string peptideSequence, double normalizedElutionTime, IList |
Initializes a new instance of the PeptideTarget class. Initializes a new instance of the ImsTarget class.
|
|
RemoveResults ( ) : void |
The remove results.
|
public CreateSqlResultQueries ( int datasetId ) : string | ||
datasetId | int | /// The dataset id. /// |
return | string |
public PeptideTarget ( int id, string peptideSequence, double normalizedElutionTime, IList |
||
id | int | /// The id. /// |
peptideSequence | string | /// The PeptideSequence. /// |
normalizedElutionTime | double | /// The normalized elution time. /// |
modificationList | IList |
/// The modification list. /// |
return | System |