C# Class CSMSL.Examples.TrypticDigestion

Show file Open project: dbaileychess/CSMSL

Public Methods

Method Description
ExampleDigestion ( ) : void
Start ( IProtease protease, int maxMissed = 1, int minLength, int maxLength = int.MaxValue, bool storeSequenceString = true ) : void

Method Details

ExampleDigestion() public static method

public static ExampleDigestion ( ) : void
return void

Start() public static method

public static Start ( IProtease protease, int maxMissed = 1, int minLength, int maxLength = int.MaxValue, bool storeSequenceString = true ) : void
protease IProtease
maxMissed int
minLength int
maxLength int
storeSequenceString bool
return void