Skip to content

Class: Transform

Transform of data applied to data input.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: vega_scverse:Transform

classDiagram class Transform click Transform href "../Transform" Transform <|-- FilterTransform click FilterTransform href "../FilterTransform" Transform <|-- FilterChannelTransform click FilterChannelTransform href "../FilterChannelTransform" Transform <|-- AggregateTransform click AggregateTransform href "../AggregateTransform" Transform <|-- SpreadTransform click SpreadTransform href "../SpreadTransform" Transform <|-- NormalizationFormulaTransform click NormalizationFormulaTransform href "../NormalizationFormulaTransform" Transform : type Transform --> "1" TransformTypeEnum : type click TransformTypeEnum href "../TransformTypeEnum"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 1
TransformTypeEnum
The type of transform direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/scverse/vega-scverse/specification

Mappings

Mapping Type Mapped Value
self vega_scverse:Transform
native vega_scverse:Transform

LinkML Source

Direct

name: Transform
description: Transform of data applied to data input.
from_schema: https://w3id.org/scverse/vega-scverse/specification
abstract: true
attributes:
  type:
    name: type
    description: The type of transform.
    from_schema: https://w3id.org/scverse/vega-scverse/data
    rank: 1000
    domain_of:
    - Transform
    - BaseFormat
    - Scale
    - Legend
    - Mark
    - TextMark
    - GroupMark
    range: TransformTypeEnum
    required: true

Induced

name: Transform
description: Transform of data applied to data input.
from_schema: https://w3id.org/scverse/vega-scverse/specification
abstract: true
attributes:
  type:
    name: type
    description: The type of transform.
    from_schema: https://w3id.org/scverse/vega-scverse/data
    rank: 1000
    alias: type
    owner: Transform
    domain_of:
    - Transform
    - BaseFormat
    - Scale
    - Legend
    - Mark
    - TextMark
    - GroupMark
    range: TransformTypeEnum
    required: true