Get the sequence for a feature.

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 ISequence GetSequence(
	IFeature projFeat
)

Parameters

projFeat
Type: BioSharp.Core.Bio.Seq..::.IFeature
the projected Feature

Return Value

the Sequence of the Feature

Implements

IProjectionContext..::.GetSequence(IFeature)

Remarks

This will be the return value of projFeat.GetParent().

See Also