LocalAlignmentInfo Type
Record fields
Record Field | Description |
Full Usage:
ExtendGapPenalty
Field type: int
|
|
Full Usage:
GapPenalty
Field type: int
|
|
Full Usage:
Identity
Field type: int
|
|
Full Usage:
IdentityFraction
Field type: float
|
|
Full Usage:
Length
Field type: int
|
|
Full Usage:
Score
Field type: int
|
|
Full Usage:
Seq1AlignmentStartIndex
Field type: int
|
|
Full Usage:
Seq2AlignmentStartIndex
Field type: int
|
|
Static members
Static member | Description |
Full Usage:
LocalAlignmentInfo.create (score, gapPenalty, extendGapPenalty, length, identity, identityFraction, seq1AlignmentStartIndex, seq2AlignmentStartIndex)
Parameters:
int
gapPenalty : int
extendGapPenalty : int
length : int
identity : int
identityFraction : float
seq1AlignmentStartIndex : int
seq2AlignmentStartIndex : int
Returns: LocalAlignmentInfo
|
|