Query this set of features using a supplied FeatureFilter.

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

Syntax

C#
public virtual IFeatureHolder Filter(
	IFeatureFilter filter
)

Parameters

filter
Type: BioSharp.Core.Bio.Seq..::.IFeatureFilter
the FeatureFilter to apply.

Return Value

all features in this container which match filter.

Implements

IFeatureHolder..::.Filter(IFeatureFilter)

See Also