Create a SimpleSequence with the symbols and alphabet of sym, and the sequence properties listed.

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 SimpleSequence(
	ISymbolList sym,
	string urn,
	string name,
	IAnnotation annotation
)

Parameters

sym
Type: BioSharp.Core.Bio.Symbol..::.ISymbolList
the SymbolList to wrap as a sequence
urn
Type: System..::.String
the URN
name
Type: System..::.String
the name - should be unique if practical
annotation
Type: BioSharp.Core.Bio..::.IAnnotation
the annotation object to use or null

See Also