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

Also note: this document represents the state model API for the current released version of jbrowse. If you are not using the current version, please cross reference the markdown files in our repo of the checked out git tag

Source code

GitHub page

Docs

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