Transform a filter on unprojected features so that it applies to projected 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#
IFeatureFilter ProjectFilter(
	IFeatureFilter filt
)

Parameters

filt
Type: BioSharp.Core.Bio.Seq..::.IFeatureFilter
the FeatureFilter to transform

Return Value

the transformed FeatureFilter

See Also