C# Class CSMSL.Examples.TrypticDigestion

Afficher le fichier Open project: dbaileychess/CSMSL

Méthodes publiques

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

Method Details

ExampleDigestion() public static méthode

public static ExampleDigestion ( ) : void
Résultat void

Start() public static méthode

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
Résultat void