Click or drag to resize
DeltaAlignmentParserGetDeltaAlignmentAt Method
Gets the DeltaAlignment at specified position of the file.

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

Parameters

position
Type: SystemInt64
Position at which delta alignment is required.

Return Value

Type: DeltaAlignment
Delta alignment.
See Also