C# Class PluginProteomicRuler.Protease

Exibir arquivo Open project: JurgenCox/perseus-plugins Class Usage Examples

Public Properties

Property Type Description
cleavageSpecificity System.Text.RegularExpressions.Regex
name string

Public Methods

Method Description
Protease ( string name, Regex regex ) : System.Text.RegularExpressions

Method Details

Protease() public method

public Protease ( string name, Regex regex ) : System.Text.RegularExpressions
name string
regex System.Text.RegularExpressions.Regex
return System.Text.RegularExpressions

Property Details

cleavageSpecificity public_oe property

public Regex,System.Text.RegularExpressions cleavageSpecificity
return System.Text.RegularExpressions.Regex

name public_oe property

public string name
return string