Return an annotated version of a sequence.
Namespace:
BioSharp.Core.Bio.SeqAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
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
Exception | Condition |
---|---|
BioSharp.Core.Bio..::.BioException | if the sequence fails to be annotated |
BioSharp.Core.Bio.Symbol..::.IllegalAlphabetException | If the sequence is over an inappropriate alphabet for the annotated method being encapsulated |