Install a feature on the specified sequence.

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

Syntax

C#
IFeature RealizeFeature(
	ISequence seq,
	IFeatureHolder parent,
	Feature..::.Template template
)

Parameters

seq
Type: BioSharp.Core.Bio.Seq..::.ISequence
The sequence to which the feature will be added.
parent
Type: BioSharp.Core.Bio.Seq..::.IFeatureHolder
The IFeatureHolder which is to be the IFeature's immediate parent.
template
Type: BioSharp.Core.Bio.Seq..::.Feature..::.Template
A description of the desired feature.

Return Value

A newly constructed feature, to be added to the sequence.

Exceptions

ExceptionCondition
BioSharp.Core.Bio..::.BioExceptionIf the feature could not be constructed.

See Also