A circular view onto another Sequence object.

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

Syntax

C#
public class CircularView : ViewSequence

Remarks

The class allows for reinterpretation of locations and indices onto the sequence to allow for overlapping of the origin. The origin is assumed to be the first symbol. Future versions may support changing the origin.

Original BioJava version by Mark Schreiber. Port to C# by Doug Swisher.

Inheritance Hierarchy

See Also