Skip to main content

LinearPileupDisplay

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

LinearPileupDisplay - Slots

slot: defaultRendering

defaultRendering: {
type: 'stringEnum',
model: types.enumeration('Rendering', ['pileup']),
defaultValue: 'pileup',
}

slot: renderers

renderers: ConfigurationSchema('RenderersConfiguration', {
PileupRenderer:
pluginManager.getRendererType('PileupRenderer')!.configSchema,
})

slot: maxFeatureScreenDensity

maxFeatureScreenDensity: {
type: 'number',
description: 'maximum features per pixel that is displayed in the view',
defaultValue: 5,
}

slot: colorBy

colorBy: {
type: 'frozen',
description: 'color scheme to use',
defaultValue: {
type: 'normal',
},
}

slot: filterBy

filterBy: {
type: 'frozen',
description: 'default filters to use',
defaultValue: defaultFilterFlags,
}

LinearPileupDisplay - Derives from

baseConfiguration: linearBasicDisplayConfigSchemaFactory(pluginManager)