Create a new sequence that has all of the data in the original, but allows new features and top-level annotations to be added independantly. Use this as a scratch-space.

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

Syntax

C#
public static ViewSequence View(
	ISequence seq
)

Parameters

seq
Type: BioSharp.Core.Bio.Seq..::.ISequence
the sequence to view

Return Value

a new ViewSequence

See Also