HicRenderer
Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info
Source file
plugins/hic/src/HicRenderer/configSchema.ts
HicRenderer - Slots
slot: baseColor
baseColor: {
type: 'color',
description: 'base color to be used in the hic alignment',
defaultValue: '#f00',
}
slot: color
color: {
type: 'color',
description: 'the color of each feature in a hic alignment',
defaultValue: 'jexl:interpolate(count,scale)',
contextVariable: ['count', 'maxScore', 'baseColor', 'scale'],
}
slot: maxHeight
maxHeight: {
type: 'integer',
description: 'the maximum height to be used in a hic rendering',
defaultValue: 600,
}