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.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax ISequence GetSubSequence(
ILocation location,
ISequence sequence
)
Function GetSubSequence (
location As ILocation,
sequence As ISequence
) As ISequence
ISequence^ GetSubSequence(
ILocation^ location,
ISequence^ sequence
)
abstract GetSubSequence :
location : ILocation *
sequence : ISequence -> ISequence
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