Default implementation of FeatureRealizer, which wraps simple implementations of Feature and StrandedFeature.

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 static readonly IFeatureRealizer DEFAULT

Remarks

This is the default IFeatureRealizer used by SimpleSequence and ViewSequence, and may also be used by others. When building new IFeatureRealizers, you may wish to use this as a `fallback' realizer, and benefit from the Feature and StrandedFeature implementations.

See Also