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