Skip to content

Gene annotations track

Nils Gehlenborg edited this page May 11, 2017 · 3 revisions

Gene annotations show where genes are located on a given genome. When zoomed in, the full exon-intron structure is shown. Because genes can be transcribed into numerous isoforms, we calculate an overlapping union of the known exons for each gene and display that. More details can be found on the Displaying gene annotations wiki page.

Available options

plusStrandColor and minusStrandColor

The colors for the annotations on each strand can be changed via the + Strand Color and - Strand Color configuration options in the Configure Series menu.

Annotations are tiled and require a server and tilesetUid. The labelPosition option can either be omitted or set to hidden if no label is desired.

Example configuration

  {
    "type": "vertical-gene-annotations",
    "width": 60,
    "tilesetUid": "OHJakQICQD6gTD7skx4EWA",
    "server": "/api/v1",
    "position": "left",
    "name": "Gene Annotations",
    "options": {
        "labelPosition": "bottomRight"
    }
  }