Adds IFeatures which represent restriction sites.

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

Syntax

C#
public ISequence Annotate(
	ISequence sequence
)

Parameters

sequence
Type: BioSharp.Core.Bio.Seq..::.ISequence
an ISequence.

Return Value

an ISequence view with restriction sites marked.

Implements

ISequenceAnnotator..::.Annotate(ISequence)

See Also