Skip to content

Slot: analysis_label

A human-readable description of the analysis, short enough to be used for listings within software user interfaces, tables, illustration legends, etc.

URI: https://w3id.org/fga-wg/schema/bundle/analysis_label

Applicable Classes

Name Description Modifies Slot
Analysis Represents the computational processing applied to data from a sequencing experiment, or from another analysis. This can be described at the level of individual analysis steps in a workflow/pipeline, or more generally for the workflow/pipeline as a whole. no

Properties

Type and Range

Property Value
Range String
Domain Of Analysis

Cardinality and Requirements

Property Value
Required Yes
### Value Constraints
Property Value
Regex Pattern ^.{1,60}$

Examples

Value
ENCODE3 ChIP-seq pipeline, GRCH38, replicated peak calling

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/fga-wg/schema/bundle

Mappings

Mapping Type Mapped Value
self https://w3id.org/fga-wg/schema/bundle/analysis_label
native https://w3id.org/fga-wg/schema/bundle/analysis_label

LinkML Source

name: analysis_label
description: A human-readable description of the analysis, short enough to be used
  for listings within software user interfaces, tables, illustration legends, etc.
examples:
- value: ENCODE3 ChIP-seq pipeline, GRCH38, replicated peak calling
from_schema: https://w3id.org/fga-wg/schema/bundle
rank: 1000
domain_of:
- Analysis
range: string
required: true
pattern: ^.{1,60}$