Slot: inputData

Datasets or slices/subsets of datasets asked for by this analysis. If a Item is referenced by a Parameter e.g. Analysis Variable, make sure to include its parent ItemGroup here.

URI: dds:slot/inputData

Applicable Classes

Name Description Modifies Slot
Analysis Analysis extends Method to capture analysis-specific metadata including the reason for analysis, its purpose, and data traceability for the results used.
Expressions and parameters from Method can be generic or implementation-specific.
no

Properties

Type and Range

Property Value
Range String or 
ItemGroup or 
Dataset
Domain Of Analysis

Cardinality and Requirements

Property Value
Multivalued Yes
### Slot Characteristics
Property Value
Owner Analysis
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'ItemGroup'}) - AnonymousSlotExpression({'range': 'Dataset'})

Identifier and Mapping Information

Schema Source

  • from schema: https://cdisc.org/dds

Mappings

Mapping Type Mapped Value
self dds:inputData
native dds:inputData

LinkML Source

name: inputData
description: Datasets or slices/subsets of datasets asked for by this analysis. If
  a Item is referenced by a Parameter e.g. Analysis Variable, make sure to include
  its parent ItemGroup here.
from_schema: https://cdisc.org/dds
rank: 1000
owner: Analysis
domain_of:
- Analysis
range: string
multivalued: true
inlined: false
any_of:
- range: ItemGroup
- range: Dataset