C# Class CSMSL.IO.PepXML.PepXmlWriter

Inheritance: IDisposable
Afficher le fichier Open project: dbaileychess/CSMSL Class Usage Examples

Méthodes publiques

Méthode 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 ( Protease protease ) : void
WriteSearchProtease ( Protease protease, int maxMissedClevages, bool semiDigested = false ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndSpectrum() public méthode

public EndSpectrum ( ) : void
Résultat void

PepXmlWriter() public méthode

public PepXmlWriter ( string filePath ) : System
filePath string
Résultat System

SetCurrentStage() public méthode

public SetCurrentStage ( Stage stage, bool endPreviousStage = true ) : void
stage Stage
endPreviousStage bool
Résultat void

StartSearchSummary() public méthode

public StartSearchSummary ( string searchEngine, bool isPrecursorMassMonoisotopic, bool isProductMassMonoisotopic ) : void
searchEngine string
isPrecursorMassMonoisotopic bool
isProductMassMonoisotopic bool
Résultat void

StartSpectrum() public méthode

public StartSpectrum ( int spectrumNumbner, double rt, double precursorNeutralMass, int chargeState, string title = "" ) : void
spectrumNumbner int
rt double
precursorNeutralMass double
chargeState int
title string
Résultat void

WriteComment() public méthode

public WriteComment ( string comment ) : void
comment string
Résultat void

WriteModification() public méthode

public WriteModification ( IMass modification, ModificationSites sites, bool fixedModification = true ) : void
modification IMass
sites ModificationSites
fixedModification bool
Résultat void

WritePSM() public méthode

public WritePSM ( PeptideSpectralMatch psm, int hitRank = 1 ) : void
psm PeptideSpectralMatch
hitRank int
Résultat void

WriteParameter() public méthode

public WriteParameter ( string name, string value ) : void
name string
value string
Résultat void

WriteProteinDatabase() public méthode

public WriteProteinDatabase ( string fastaFilePath, string name = "", string releaseDate = "" ) : void
fastaFilePath string
name string
releaseDate string
Résultat void

WriteSampleProtease() public méthode

public WriteSampleProtease ( Protease protease ) : void
protease CSMSL.Proteomics.Protease
Résultat void

WriteSearchProtease() public méthode

public WriteSearchProtease ( Protease protease, int maxMissedClevages, bool semiDigested = false ) : void
protease CSMSL.Proteomics.Protease
maxMissedClevages int
semiDigested bool
Résultat void