returns the cut site within or downstream 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[] DownstreamCut { 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.

See Also