Skip to content

Implementing a Track class

Jim Robinson edited this page Apr 30, 2023 · 2 revisions

This page contains some notes on developing a new track class.

Steps

Implement track class Register track with IGV

Implementation

Properties - Required

height

Properties - Optional

maxHeight supportsWholeGenome

Functions - Required

constructor(config, browser)

Functions - Optional

constructor(config, browser)

init

postInit

getFeatures

draw

getHeader

menuItemList

popupData

dispose

Clone this wiki locally