HelperRemoveSequencePolyTail Method |
Get a Sequence Poly Tail.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static ISequence RemoveSequencePolyTail(
ISequence sequence,
long start,
long length
)
Public Shared Function RemoveSequencePolyTail (
sequence As ISequence,
start As Long,
length As Long
) As ISequence
public:
static ISequence^ RemoveSequencePolyTail(
ISequence^ sequence,
long long start,
long long length
)
static member RemoveSequencePolyTail :
sequence : ISequence *
start : int64 *
length : int64 -> ISequence
Parameters
- sequence
- Type: BioISequence
Original sequence. - start
- Type: SystemInt64
Start position. - length
- Type: SystemInt64
Length of sequence.
Return Value
Type:
ISequenceNew sequence with range specified.
See Also