@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface InstanceSequenceOnchangeInterface {
        asymId: string;
        authId: string;
        authResId: string[];
        entityId: string;
        entityMolecularWeight?: number;
        entryId: string;
        entryMolecularWeight?: number;
        experimentalMethod: string;
        name: string;
        rcsbId: string;
        resolution?: number;
        sequenceLength: number;
        structureDeterminationMethodology: StructureDeterminationMethodology;
        taxNames: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    asymId: string
    authId: string
    authResId: string[]
    entityId: string
    entityMolecularWeight?: number
    entryId: string
    entryMolecularWeight?: number
    experimentalMethod: string
    name: string
    rcsbId: string
    resolution?: number
    sequenceLength: number
    structureDeterminationMethodology: StructureDeterminationMethodology
    taxNames: string[]