Click or drag to resize
DeltaAlignmentParserGetQuerySeqIdAt Method
Gets the query sequence id in the DeltaAlignment at specified position.

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

Parameters

position
Type: SystemInt64
Position of the delta alignment.

Return Value

Type: String

[Missing <returns> documentation for "M:Bio.Util.DeltaAlignmentParser.GetQuerySeqIdAt(System.Int64)"]

See Also