Skip to main content

LinearReadCloudDisplay

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

Source file

plugins/alignments/src/LinearReadCloudDisplay/configSchema.ts

LinearReadCloudDisplay - Slots

slot: maxFeatureScreenDensity

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

slot: featureHeight

featureHeight: {
type: 'number',
defaultValue: 7,
}

slot: colorScheme

colorScheme: {
type: 'stringEnum',
model: types.enumeration('colorScheme', [
'strand',
'normal',
'insertSize',
'insertSizeAndOrientation',
'mappingQuality',
'tag',
]),
description: 'color scheme to use',
defaultValue: 'normal',
}

LinearReadCloudDisplay - Derives from

baseConfiguration: linearBasicDisplayConfigSchemaFactory(pluginManager)