Click or drag to resize
FeatureItemGetSubSequence Method (ISequence)
Returns a new sequence from the specified sequence which contains bases of this feature as specified by the location property of this feature.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public ISequence GetSubSequence(
	ISequence sequence
)

Parameters

sequence
Type: BioISequence
Sequence from which the sub sequence has to be returned.

Return Value

Type: ISequence

[Missing <returns> documentation for "M:Bio.IO.GenBank.FeatureItem.GetSubSequence(Bio.ISequence)"]

See Also