Skip to main content

Dotplot1DView

Note: this document is automatically generated from mobx-state-tree objects in our source code. See Core concepts and intro to pluggable elements for more info

Source file

plugins/dotplot-view/src/DotplotView/1dview.ts

ref https://mobx-state-tree.js.org/concepts/volatiles on volatile state used here

Dotplot1DView - Getters

getter: dynamicBlocks

this uses padding=false and elision=false

// type
BlockSet

getter: scaleFactor

// type
number

getter: maxBpPerPx

// type
number

getter: minBpPerPx

// type
number

getter: maxOffset

// type
number

getter: minOffset

// type
number

Dotplot1DView - Actions

action: setScaleFactor

// type signature
setScaleFactor: (n: number) => void

action: center

// type signature
center: () => void