Return a projection of Feature f into the system defined by a given ProjectionContext.

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

Syntax

C#
public IFeature ProjectFeature(
	IFeature f,
	IProjectionContext ctx
)

Parameters

f
Type: BioSharp.Core.Bio.Seq..::.IFeature
The feature to project
ctx
Type: BioSharp.Core.Bio.Seq.Projection..::.IProjectionContext
The context to use to project the feature

Return Value

The projected feature

Remarks

The returned object will implement the same Feature interface (sub-interface of IFeature as the underlying feature, and will also implement the IProjection interface.

See Also