DeltaAlignmentParserGetQuerySeqIdAt Method |
Gets the query sequence id in the DeltaAlignment at specified position.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string GetQuerySeqIdAt(
long position
)
Public Function GetQuerySeqIdAt (
position As Long
) As String
public:
String^ GetQuerySeqIdAt(
long long position
)
member GetQuerySeqIdAt :
position : int64 -> string
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