Property | Type | Description | |
---|---|---|---|
UserProteasePath | string |
Method | Description | |
---|---|---|
AddProtease ( string name, Terminus terminus, string cut, string noCut = "" ) : |
||
GetAllProteases ( ) : IEnumerable |
||
GetDigestionSites ( IAminoAcidSequence aminoacidpolymer ) : IEnumerable |
||
GetDigestionSites ( string sequence ) : IEnumerable |
||
GetProtease ( string name ) : Protease | ||
Load ( ) : void |
Load the default modification file If the default modification is missing or corrupted, it will auto generate it
|
|
Load ( string filePath ) : void |
Load a protease file
|
|
MissedCleavages ( IAminoAcidSequence aminoAcidSequence ) : int | ||
MissedCleavages ( string sequence ) : int | ||
Protease ( string name, Terminus terminus, string cut, string nocut = "", string cleavePattern = "" ) : System | ||
RemoveProtease ( Protease protease ) : bool | ||
RemoveProtease ( string name ) : bool | ||
RestoreDefaults ( ) : void | ||
Save ( ) : void | ||
SaveTo ( string filePath ) : void | ||
ToString ( ) : string | ||
TryGetProtease ( string name, Protease &protease ) : bool | ||
this ( string name ) : Protease |
Method | Description | |
---|---|---|
OnProteasesChanged ( ) : void | ||
Protease ( ) : System |
public static AddProtease ( string name, Terminus terminus, string cut, string noCut = "" ) : |
||
name | string | |
terminus | Terminus | |
cut | string | |
noCut | string | |
return |
public static GetAllProteases ( ) : IEnumerable |
||
return | IEnumerable |
public GetDigestionSites ( IAminoAcidSequence aminoacidpolymer ) : IEnumerable |
||
aminoacidpolymer | IAminoAcidSequence | |
return | IEnumerable |
public GetDigestionSites ( string sequence ) : IEnumerable |
||
sequence | string | |
return | IEnumerable |
public static GetProtease ( string name ) : Protease | ||
name | string | |
return | Protease |
public static Load ( string filePath ) : void | ||
filePath | string | The path to the protase file |
return | void |
public MissedCleavages ( IAminoAcidSequence aminoAcidSequence ) : int | ||
aminoAcidSequence | IAminoAcidSequence | |
return | int |
public MissedCleavages ( string sequence ) : int | ||
sequence | string | |
return | int |
public Protease ( string name, Terminus terminus, string cut, string nocut = "", string cleavePattern = "" ) : System | ||
name | string | |
terminus | Terminus | |
cut | string | |
nocut | string | |
cleavePattern | string | |
return | System |
public static RemoveProtease ( Protease protease ) : bool | ||
protease | Protease | |
return | bool |
public static RemoveProtease ( string name ) : bool | ||
name | string | |
return | bool |
public static SaveTo ( string filePath ) : void | ||
filePath | string | |
return | void |
public static TryGetProtease ( string name, Protease &protease ) : bool | ||
name | string | |
protease | Protease | |
return | bool |