Project all features that are children of feature so that they become children of parent.

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

Syntax

C#
IFeatureHolder ProjectChildFeatures(
	IFeature feature,
	IFeatureHolder parent
)

Parameters

feature
Type: BioSharp.Core.Bio.Seq..::.IFeature
the Feature to project all children of
parent
Type: BioSharp.Core.Bio.Seq..::.IFeatureHolder
the new parent feature holder

Return Value

a FeatureHolder containing projections of all children of feature so that f.getParent() is equal to parent

See Also