C# Класс CSMSL.Examples.ProteinGroupingExample

Показать файл Открыть проект

Открытые методы

Метод Описание
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