@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface ChromosomeMetadataInterface {
        extra: string;
        length: number;
        ncbiId: string;
        organism: string;
        subname: string;
        subtype: string;
        taxid: number;
        title: string;
        uid: number;
    }
    Index

    Properties

    extra: string
    length: number
    ncbiId: string
    organism: string
    subname: string
    subtype: string
    taxid: number
    title: string
    uid: number