A view onto another ISequence object.

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

Syntax

Remarks

This class allows new features and annotations to be overlaid onto an existing ISequence without modifying it.

You will almost certainly want to be calling View(ISequence) instead of instantiating this class directly.

Original BioJava version by Thomas Down and Matthew Pocock. Port to C# by Doug Swisher.

Inheritance Hierarchy

System..::.Object
  BioSharp.Core.Utils..::.Unchangeable
    BioSharp.Core.Bio.Seq.Impl..::.ViewSequence
      BioSharp.Core.Bio.Seq..::.CircularView

See Also