C# Class CSMSL.IO.PepXML.PepXmlReader

Inheritance: IDisposable
Show file Open project: dbaileychess/CSMSL Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetFixedModifications ( ) : List
GetSampleProtease ( ) : Protease
GetVariableModifications ( ) : List
PepXmlReader ( string filePath ) : System

Private Methods

Method Description
GetModifications ( bool fixedMod ) : List

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetFixedModifications() public method

public GetFixedModifications ( ) : List
return List

GetSampleProtease() public method

public GetSampleProtease ( ) : Protease
return CSMSL.Proteomics.Protease

GetVariableModifications() public method

public GetVariableModifications ( ) : List
return List

PepXmlReader() public method

public PepXmlReader ( string filePath ) : System
filePath string
return System