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#
public IFeature RealizeFeature(
	ISequence seq,
	IFeatureHolder parent,
	Feature..::.Template temp
)

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.
temp
Type: BioSharp.Core.Bio.Seq..::.Feature..::.Template

[Missing <param name="temp"/> documentation for "M:BioSharp.Core.Bio.Seq.SimpleFeatureRealizer.RealizeFeature(BioSharp.Core.Bio.Seq.ISequence,BioSharp.Core.Bio.Seq.IFeatureHolder,BioSharp.Core.Bio.Seq.Feature.Template)"]

Return Value

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

Implements

IFeatureRealizer..::.RealizeFeature(ISequence, IFeatureHolder, Feature..::.Template)

Exceptions

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

See Also