Skip to content

Class: AnalysisProperties

Analysis Properties

URI: https://github.com/vdjserver/vdjserver-airr-schema/AnalysisProperties

 classDiagram
    class AnalysisProperties
    click AnalysisProperties href "../AnalysisProperties/"
      VDJServerStandards <|-- AnalysisProperties
        click VDJServerStandards href "../VDJServerStandards/"


      AnalysisProperties <|-- AnalysisDocument
        click AnalysisDocument href "../AnalysisDocument/"


      AnalysisProperties : primary

      AnalysisProperties : status





        AnalysisProperties --> "0..1" AnalysisPropertiesStatusEnum : status
        click AnalysisPropertiesStatusEnum href "../AnalysisPropertiesStatusEnum/"



      AnalysisProperties : status_message

      AnalysisProperties : workflow_description

      AnalysisProperties : workflow_mode

      AnalysisProperties : workflow_name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
workflow_name 0..1
String
The workflow analysis name direct
workflow_mode 0..1
String
The workflow analysis mode direct
workflow_description 0..1
String
The workflow description direct
status 0..1
AnalysisPropertiesStatusEnum
Status of record, assumed active if the field is not present direct
status_message 0..1
String
Status message direct
primary 0..1
Boolean
primary analysis for AIRR data processing direct

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://github.com/vdjserver/vdjserver-airr-schema/AnalysisProperties
native https://github.com/vdjserver/vdjserver-airr-schema/AnalysisProperties

LinkML Source

Direct

name: AnalysisProperties
description: Analysis Properties
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slots:
- workflow_name
- workflow_mode
- workflow_description
- status
- status_message
- primary
slot_usage:
  status:
    name: status
    range: AnalysisPropertiesStatusEnum

Induced

name: AnalysisProperties
description: Analysis Properties
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slot_usage:
  status:
    name: status
    range: AnalysisPropertiesStatusEnum
attributes:
  workflow_name:
    name: workflow_name
    description: The workflow analysis name
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: AnalysisProperties
    domain_of:
    - AnalysisProperties
    range: string
  workflow_mode:
    name: workflow_mode
    description: The workflow analysis mode
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: AnalysisProperties
    domain_of:
    - AnalysisProperties
    range: string
  workflow_description:
    name: workflow_description
    description: The workflow description
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: AnalysisProperties
    domain_of:
    - AnalysisProperties
    range: string
  status:
    name: status
    annotations:
      nullable:
        tag: nullable
        value: true
    description: Status of record, assumed active if the field is not present
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: AnalysisProperties
    domain_of:
    - AlleleDescription
    - ADCAsyncQuery
    - AnalysisProperties
    - BasicResponse
    range: AnalysisPropertiesStatusEnum
  status_message:
    name: status_message
    description: Status message
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: AnalysisProperties
    domain_of:
    - AnalysisProperties
    range: string
  primary:
    name: primary
    description: primary analysis for AIRR data processing
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: AnalysisProperties
    domain_of:
    - AnalysisProperties
    range: boolean