Click or drag to resize
FastASequencePositionParserGetSequenceAt Method
Gets the sequence at specified position.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public ISequence GetSequenceAt(
	long position
)

Parameters

position
Type: SystemInt64
Start position of the sequence required in the file.

Return Value

Type: ISequence
Sequence present at the specified position.
See Also