Construct a view onto an existing sequence and give it a new 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,
	string name
)

Parameters

seq
Type: BioSharp.Core.Bio.Seq..::.ISequence
The underlying sequence.
name
Type: System..::.String
The new name

Remarks

The prefered method is SequenceTools.view(Sequence seq, String name)

See Also