returns the common, forward strand cut site.

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

Syntax

C#
int Position { get; }

Field Value

an int indicating the base immediately before the cleavage site on the forward strand.

Remarks

Note that some enzymes cut in more than one position. Such supplementary sites may be calculated by retrieving the RestrictionEnzyme instance and using its methods to calculate the position.

See Also