@rcsb/rcsb-saguaro-3d
    Preparing search index...

    Defines the placement of introduced gaps in sequence alignment

    interface AlignmentGap {
        beg_index: number;
        length: number;
    }
    Index

    Properties

    Properties

    beg_index: number

    0-based index of the alignment position in sequence alignment

    length: number