returns an immutable, static annotation describing the enzyme.

Namespace:  BioSharp.Core.Bio.Molbio
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public static IAnnotation GetAnnotation(
	RestrictionEnzyme enzyme
)

Parameters

enzyme
Type: BioSharp.Core.Bio.Molbio..::.RestrictionEnzyme
A restriction enzyme

Return Value

an annotation

Remarks

This is suitable for adding to IFeatures which represent restriction sites. The annotation produced currently contains one key "dbxref" in line with the GenBank/EMBL qualifier for the "misc_binding" feature key. The key has a corresponding value "REBASE:<enzyme name>".

See Also