Annotation Element Interface

Hierarchy

  • RcsbFvTrackDataElementInterface

Properties

begin: number

Annotation start position

beginName?: string

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

color?: string

Annotation displayed color

description?: string[]

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

elementClickCallBack?: ((x: RcsbFvTrackDataElementInterface, e?: MouseEvent) => void)

Type declaration

end?: number

Annotation end position

endName?: string

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

featureId?: string

Annotation Id

gValue?: string | number

Annotation global value. E.g. whole interface energy

Annotation gaps that should be displayed as a dashed line

indexName?: string

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

isEmpty?: boolean

Annotation inner region should not be highlighted

label?: string

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

name?: string

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

nonSpecific?: boolean

Annotation object is not a real annotation but a selected area from the user

openBegin?: boolean

Draw a circle on the start side of blocks

openEnd?: boolean

Draw a circle on the end side of blocks

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

rectBegin?: number

Alternative begin position for rects in block displays. It is used to split annotation into multiple rects when gaps are included

rectEnd?: number

Alternative begin position for rects in block displays. It is used to split annotation into multiple rects when gaps are included

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

value?: string | number

Annotation local value. E.g. interface residue energy

values?: number[]

Annotation local multidimensional value. E.g. Surface normal vector

Generated using TypeDoc