Construct a view onto an existing sequence which takes on that sequence's name.

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 ViewSequence(
	ISequence seq
)

Parameters

seq
Type: BioSharp.Core.Bio.Seq..::.ISequence
The underlying sequence.

Remarks

The prefered method is SequenceTools.view(Sequence seq)

See Also