Called internally to construct a lightweight projected view of a set of features

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

Syntax

C#
protected IFeatureHolder MakeProjectionSet(
	IFeatureHolder fh
)

Parameters

fh
Type: BioSharp.Core.Bio.Seq..::.IFeatureHolder
The feature holder

Return Value

Another feature holder

See Also