Skip to main content

LinearReadArcsDisplay

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

LinearReadArcsDisplay - Slots

slot: maxFeatureScreenDensity

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

slot: lineWidth

lineWidth: {
type: 'number',
description: 'set arc line width',
defaultValue: 1,
}

slot: jitter

jitter: {
type: 'number',
description:
'jitters the x position so e.g. if many reads map to exact same x position, jittering makes it easy to see that there are many of them',
defaultValue: 0,
}

slot: colorBy

colorBy: {
type: 'frozen',
defaultValue: { type: 'insertSizeAndOrientation' },
}

slot: filterBy

filterBy: {
type: 'frozen',
defaultValue: defaultFilterFlags,
}

LinearReadArcsDisplay - Derives from

baseConfiguration: linearBasicDisplayConfigSchemaFactory(pluginManager)