Method | Description | |
---|---|---|
Dispose ( ) : void | ||
EndSpectrum ( ) : void | ||
PepXmlWriter ( string filePath ) : System | ||
SetCurrentStage ( Stage stage, bool endPreviousStage = true ) : void | ||
StartSearchSummary ( string searchEngine, bool isPrecursorMassMonoisotopic, bool isProductMassMonoisotopic ) : void | ||
StartSpectrum ( int spectrumNumbner, double rt, double precursorNeutralMass, int chargeState, string title = "" ) : void | ||
WriteComment ( string comment ) : void | ||
WriteModification ( IMass modification, ModificationSites sites, bool fixedModification = true ) : void | ||
WritePSM ( PeptideSpectralMatch psm, int hitRank = 1 ) : void | ||
WriteParameter ( string name, string value ) : void | ||
WriteProteinDatabase ( string fastaFilePath, string name = "", string releaseDate = "" ) : void | ||
WriteSampleProtease ( |
||
WriteSearchProtease ( |
public PepXmlWriter ( string filePath ) : System | ||
filePath | string | |
return | System |
public SetCurrentStage ( Stage stage, bool endPreviousStage = true ) : void | ||
stage | Stage | |
endPreviousStage | bool | |
return | void |
public StartSearchSummary ( string searchEngine, bool isPrecursorMassMonoisotopic, bool isProductMassMonoisotopic ) : void | ||
searchEngine | string | |
isPrecursorMassMonoisotopic | bool | |
isProductMassMonoisotopic | bool | |
return | void |
public StartSpectrum ( int spectrumNumbner, double rt, double precursorNeutralMass, int chargeState, string title = "" ) : void | ||
spectrumNumbner | int | |
rt | double | |
precursorNeutralMass | double | |
chargeState | int | |
title | string | |
return | void |
public WriteComment ( string comment ) : void | ||
comment | string | |
return | void |
public WriteModification ( IMass modification, ModificationSites sites, bool fixedModification = true ) : void | ||
modification | IMass | |
sites | ModificationSites | |
fixedModification | bool | |
return | void |
public WritePSM ( PeptideSpectralMatch psm, int hitRank = 1 ) : void | ||
psm | PeptideSpectralMatch | |
hitRank | int | |
return | void |
public WriteParameter ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public WriteProteinDatabase ( string fastaFilePath, string name = "", string releaseDate = "" ) : void | ||
fastaFilePath | string | |
name | string | |
releaseDate | string | |
return | void |
public WriteSampleProtease ( |
||
protease | ||
return | void |
public WriteSearchProtease ( |
||
protease | ||
maxMissedClevages | int | |
semiDigested | bool | |
return | void |