genome_spy.SemanticScore¶
- class genome_spy.SemanticScore(value, /, *, description=Undefined, field=Undefined, title=Undefined, type=Undefined)View on GitHub¶
Bases:
ChannelGenerated wrapper for the
semanticScoreencoding channel.Methods
description(value)Return a channel with
descriptionupdated.field(value)Return a channel with
fieldupdated.sort([value, field, order])Return a channel with a
sortconfiguration.title(value)Return a channel with
titleupdated.to_dict()Return the JSON-serializable channel definition.
type(value)Return a channel with
typeupdated.Attributes
definitionencoding_name- description(value)View on GitHub¶
Return a channel with
descriptionupdated.
- field(value)View on GitHub¶
Return a channel with
fieldupdated.
- title(value)View on GitHub¶
Return a channel with
titleupdated.
- type(value)View on GitHub¶
Return a channel with
typeupdated.
- sort(value=Undefined, /, *, field=Undefined, order=Undefined)View on GitHub¶
Return a channel with a
sortconfiguration.
- to_dict()View on GitHub¶
Return the JSON-serializable channel definition.