Click or drag to resize
HelperRemoveSequencePolyTail Method
Get a Sequence Poly Tail.

Namespace: Bio.Util
Assembly: 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
)

Parameters

sequence
Type: BioISequence
Original sequence.
start
Type: SystemInt64
Start position.
length
Type: SystemInt64
Length of sequence.

Return Value

Type: ISequence
New sequence with range specified.
See Also