returns the common, forward strand cut site.

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

Syntax

C#
public int Position { get; }

Field Value

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

Implements

IRestrictionSite..::.Position

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