@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface UniprotSequenceOnchangeInterface {
        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[];
        upAcc: string;
    }

    Hierarchy

    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[]
    upAcc: string