Return an annotated version of a sequence.

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

Syntax

C#
ISequence Annotate(
	ISequence seq
)

Parameters

seq
Type: BioSharp.Core.Bio.Seq..::.ISequence
The sequence to be annotated.

Return Value

An annotated version of seq (may be the same object).

Exceptions

ExceptionCondition
BioSharp.Core.Bio..::.BioExceptionif the sequence fails to be annotated
BioSharp.Core.Bio.Symbol..::.IllegalAlphabetExceptionIf the sequence is over an inappropriate alphabet for the annotated method being encapsulated

See Also