Skip to main content

LinearAlignmentsDisplay

Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info

Also note: this document represents the config 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

has a "pileup" sub-display, where you can see individual reads and a quantitative "snpcoverage" sub-display track showing SNP frequencies extends

LinearAlignmentsDisplay - Slots

slot: pileupDisplay

pileupDisplay: pluginManager.getDisplayType('LinearPileupDisplay')!
.configSchema

slot: snpCoverageDisplay

snpCoverageDisplay: pluginManager.getDisplayType(
'LinearSNPCoverageDisplay',
)!.configSchema

slot: height

height: {
type: 'number',
defaultValue: 250,
}

LinearAlignmentsDisplay - Derives from

baseConfiguration: baseLinearDisplayConfigSchema