C# Class CSMSL.Examples.ProteinGroupingExample

Show file Open project: dbaileychess/CSMSL

Public Methods

Method Description
ExampleProteinGrouping ( IProtease protease, double percentIdentified = 0.01, int maxMissed = 3, int minLength = 5, int maxLength = 50 ) : void
Start ( IProtease protease, double percentIdentified = 0.05, int maxMissed = 3, int minLength = 5, int maxLength = 35 ) : void
StartRamp ( IProtease protease, double percentIdentifiedSteps = 0.05, int maxMissed = 3, int minLength = 5, int maxLength = 35 ) : void

Method Details

ExampleProteinGrouping() public static method

public static ExampleProteinGrouping ( IProtease protease, double percentIdentified = 0.01, int maxMissed = 3, int minLength = 5, int maxLength = 50 ) : void
protease IProtease
percentIdentified double
maxMissed int
minLength int
maxLength int
return void

Start() public static method

public static Start ( IProtease protease, double percentIdentified = 0.05, int maxMissed = 3, int minLength = 5, int maxLength = 35 ) : void
protease IProtease
percentIdentified double
maxMissed int
minLength int
maxLength int
return void

StartRamp() public static method

public static StartRamp ( IProtease protease, double percentIdentifiedSteps = 0.05, int maxMissed = 3, int minLength = 5, int maxLength = 35 ) : void
protease IProtease
percentIdentifiedSteps double
maxMissed int
minLength int
maxLength int
return void