Click or drag to resize
ILocationGetSubSequence Method (ISequence)
Returns a sequence which contains bases from the specified sequences as specified by this location.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
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.ILocation.GetSubSequence(Bio.ISequence)"]

See Also