The RestrictionEnzymeManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetAnnotation |
returns an immutable, static annotation describing the enzyme.
| |
GetEnzyme |
returns an enzyme by name.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetPatterns |
returns two regular expression strings for an enzyme, one matches the forward
strand and one the reverse. This enables searching of both strands of a sequence
without reverse-complementing it.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
LoadDefaultEnzymeFile |
Reloads the default enzyme data file.
| |
LoadEnzymeFile |
loads a new REBASE file (or any file using REBASE format #31).
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
REBASE_TAG_COMM |
the REBASE tag containing the commercial suppliers.
| |
REBASE_TAG_ISZR |
the REBASE tag containing the enzyme isoschizomers.
| |
REBASE_TAG_METH |
the REBASE tag containing the methylation site.
| |
REBASE_TAG_NAME |
the REBASE tag containing the enzyme name.
| |
REBASE_TAG_ORGN |
the REBASE tag containing the organism.
| |
REBASE_TAG_REFS |
the REBASE tag containing the references.
| |
REBASE_TAG_SITE |
the REBASE tag containing the enzyme site.
| |
REBASE_TAG_SRCE |
the REBASE tag containing the source.
|
Properties
Name | Description | |
---|---|---|
AllEnzymes |
returns an (ideally unmodifable) set of all available enzymes.
|