Filter by applying a nested FeatureFilter to all ancestor features. Returns true if at least one of them matches the filter. Always false if the parent is not a feature (e.g. top-level features, where the parent is a sequence).

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

Syntax

C#
public class ByAncestor : IOptimizableFilter, IUp, 
	IFeatureFilter

Remarks

Original BioJava version by Thomas Down. Port to C# by Doug Swisher.

Inheritance Hierarchy

System..::.Object
  BioSharp.Core.Bio.Seq..::.FeatureFilter..::.ByAncestor

See Also