returns two regular expression strings for an enzyme, one matches the forward strand and one the reverse. This enables searching of both strands of a sequence without reverse-complementing it.

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 string[] GetPatterns(
	RestrictionEnzyme enzyme
)

Parameters

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

Return Value

array with the forward strand at index 0 and the reverse at index 1.

See Also