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

    Interface RcsbFvTrackDataElementGapInterface

    Interface to describe annotation gaps

    interface RcsbFvTrackDataElementGapInterface {
        begin: number;
        end: number;
        isConnected: boolean;
    }
    Index

    Properties

    Properties

    begin: number

    Start position of the gap

    end: number

    End position of the gap

    isConnected: boolean

    Flag to indicate if annotation regions are connected or not