Creates a sequence using these parameters.

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

Syntax

C#
public ISequence CreateSequence(
	ISymbolList symList,
	string uri,
	string name,
	IAnnotation annotation
)

Parameters

symList
Type: BioSharp.Core.Bio.Symbol..::.ISymbolList
the ISymbolList defining the 'sequence'
uri
Type: System..::.String
the uri of the sequence. This will be returned by the URN method on ISequence.
name
Type: System..::.String
the name
annotation
Type: BioSharp.Core.Bio..::.IAnnotation
a hint for the annotation of the resulting sequence

Return Value

a new ISequence object

Implements

ISequenceFactory..::.CreateSequence(ISymbolList, String, String, IAnnotation)

See Also