@rcsb/rcsb-saguaro-3d
    Preparing search index...
    interface AlignmentRegion {
        asym_id: string;
        beg_index: number;
        beg_seq_id: number;
        length: number;
    }
    Index

    Properties

    asym_id: string

    Chain ID assigned by the PDB (or selected by the author at the time of deposition)

    beg_index: number

    0-based index of the alignment position in sequence alignment

    beg_seq_id: number

    PDB residue number of the alignment position (sequential number from 1-N to match residues as they appear in the deposited sequences)

    length: number