returns the cut site upstream of the recognition site.

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

Syntax

C#
public int[] UpstreamCut { get; }

Remarks

Return value is an int [] array with the position in the 5'- strand at index 0 and the 3'- strand at index 1.

if the enzyme does not cleave on both sides of its recognition site, a BioException is thrown.

See Also