Header menu logo BioFSharp

LocalAlignmentInfo Type

Record fields

Record Field Description

ExtendGapPenalty

Full Usage: ExtendGapPenalty

Field type: int
Field type: int

GapPenalty

Full Usage: GapPenalty

Field type: int
Field type: int

Identity

Full Usage: Identity

Field type: int
Field type: int

IdentityFraction

Full Usage: IdentityFraction

Field type: float
Field type: float

Length

Full Usage: Length

Field type: int
Field type: int

Score

Full Usage: Score

Field type: int
Field type: int

Seq1AlignmentStartIndex

Full Usage: Seq1AlignmentStartIndex

Field type: int
Field type: int

Seq2AlignmentStartIndex

Full Usage: Seq2AlignmentStartIndex

Field type: int
Field type: int

Static members

Static member Description

LocalAlignmentInfo.create (score, gapPenalty, extendGapPenalty, length, identity, identityFraction, seq1AlignmentStartIndex, seq2AlignmentStartIndex)

Full Usage: LocalAlignmentInfo.create (score, gapPenalty, extendGapPenalty, length, identity, identityFraction, seq1AlignmentStartIndex, seq2AlignmentStartIndex)

Parameters:
    score : int
    gapPenalty : int
    extendGapPenalty : int
    length : int
    identity : int
    identityFraction : float
    seq1AlignmentStartIndex : int
    seq2AlignmentStartIndex : int

Returns: LocalAlignmentInfo
score : int
gapPenalty : int
extendGapPenalty : int
length : int
identity : int
identityFraction : float
seq1AlignmentStartIndex : int
seq2AlignmentStartIndex : int
Returns: LocalAlignmentInfo

Type something to start searching.