Click or drag to resize
ILocationResolverGetSubSequence Method (ILocation, ISequence)
Returns a sequence which contains bases from the specified sequences as specified by the location. If a feature location and the sequence in which the feature is present is specified then the output sequence will contain the bases related to the feature.

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

Parameters

location
Type: Bio.IO.GenBankILocation
Location instance.
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.ILocationResolver.GetSubSequence(Bio.IO.GenBank.ILocation,Bio.ISequence)"]

See Also