@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface RcsbFvTrackDataAnnotationInterface {
        beginName?: string;
        description?: string[];
        endName?: string;
        featureId?: string;
        indexName?: string;
        name?: string;
        oriBegin?: number;
        oriBeginName?: string;
        oriEnd?: number;
        oriEndName?: string;
        provenanceColor?: string;
        provenanceName?: string;
        source?: string;
        sourceId?: string;
        title?: string;
        type?: string;
    }

    Hierarchy

    • RcsbFvTrackDataElementInterface
      • RcsbFvTrackDataAnnotationInterface
    Index

    Properties

    beginName?: string

    Name of the start position. This information might be displayed in the annotation tooltip

    description?: string[]

    Description associated to the annotation. This information might be displayed in the annotation tooltip

    endName?: string

    Name of the end position. This information might be displayed in the annotation tooltip

    featureId?: string

    Annotation Id

    indexName?: string

    Name of the original reference. This information might be displayed in the annotation tooltip

    name?: string

    Annotation name. This information might be displayed in the annotation tooltip

    oriBegin?: number

    Annotation original reference start position. This information might be displayed in the annotation tooltip

    oriBeginName?: string

    Name of the original reference start position. This information might be displayed in the annotation tooltip

    oriEnd?: number

    Annotation original reference end position. This information might be displayed in the annotation tooltip

    oriEndName?: string

    Name of the original reference end position. This information might be displayed in the annotation tooltip

    provenanceColor?: string

    color associated to the resource that dispatched the data

    provenanceName?: string

    Name of the resource that dispatched the data

    source?: string

    Source reference database name

    sourceId?: string

    Id of the annotation element (protein or gene) source

    title?: string

    Track title. This information might be displayed in the annotation tooltip

    type?: string

    Annotation type. This information might be displayed in the annotation tooltip