C# 클래스 CSMSL.Examples.ProteinGroupingExample

파일 보기 프로젝트 열기: dbaileychess/CSMSL

공개 메소드들

메소드 설명
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

메소드 상세

ExampleProteinGrouping() 공개 정적인 메소드

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
리턴 void

Start() 공개 정적인 메소드

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
리턴 void

StartRamp() 공개 정적인 메소드

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
리턴 void