Skip to content

Class: StatisticsCacheRepertoire

Statistics cache status for a repertoire within a study

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

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

      StatisticsCacheRepertoire : download_cache_id

      StatisticsCacheRepertoire : is_cached

      StatisticsCacheRepertoire : repertoire_id

      StatisticsCacheRepertoire : repository_id

      StatisticsCacheRepertoire : should_cache

      StatisticsCacheRepertoire : statistics_job_id

      StatisticsCacheRepertoire : study_id

      StatisticsCacheRepertoire : timeMultiplier

Inheritance

Slots

Name Cardinality and Range Description Inheritance
repository_id 1
String
direct
study_id 1
String
Unique ID assigned by study registry such as one of the International Nucleot... direct
repertoire_id 1
String
direct
download_cache_id 1
String
direct
should_cache 0..1
Boolean
direct
is_cached 0..1
Boolean
direct
statistics_job_id 0..1
String
Tapis jobs identifier for statistics calculation direct
timeMultiplier 0..1
Float
Estimated run time multiplier for statistics job direct

Usages

used by used in type used
StatisticsCacheRepertoireMeta value range StatisticsCacheRepertoire

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: StatisticsCacheRepertoire
description: Statistics cache status for a repertoire within a study
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slots:
- repository_id
- study_id
- repertoire_id
- download_cache_id
- should_cache
- is_cached
- statistics_job_id
- timeMultiplier
slot_usage:
  repository_id:
    name: repository_id
    required: true
  study_id:
    name: study_id
    required: true
  repertoire_id:
    name: repertoire_id
    required: true
  download_cache_id:
    name: download_cache_id
    required: true

Induced

name: StatisticsCacheRepertoire
description: Statistics cache status for a repertoire within a study
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slot_usage:
  repository_id:
    name: repository_id
    required: true
  study_id:
    name: study_id
    required: true
  repertoire_id:
    name: repertoire_id
    required: true
  download_cache_id:
    name: download_cache_id
    required: true
attributes:
  repository_id:
    name: repository_id
    annotations:
      nullable:
        tag: nullable
        value: false
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: StatisticsCacheRepertoire
    domain_of:
    - ADCRepository
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    - StatisticsCacheStudy
    - StatisticsCacheRepertoire
    range: string
    required: true
  study_id:
    name: study_id
    annotations:
      nullable:
        tag: nullable
        value: true
    description: Unique ID assigned by study registry such as one of the International
      Nucleotide Sequence Database Collaboration (INSDC) repositories.
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: StatisticsCacheRepertoire
    domain_of:
    - Study
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    - StatisticsCacheStudy
    - StatisticsCacheRepertoire
    range: string
    required: true
  repertoire_id:
    name: repertoire_id
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: StatisticsCacheRepertoire
    domain_of:
    - Repertoire
    - RepertoireFilter
    - Rearrangement
    - Clone
    - Node
    - Cell
    - Expression
    - Reactivity
    - ADCRearrangementLoad
    - ADCDownloadCacheRepertoire
    - StatisticsCacheRepertoire
    - VisualizationDocument
    range: string
    required: true
  download_cache_id:
    name: download_cache_id
    annotations:
      nullable:
        tag: nullable
        value: false
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: StatisticsCacheRepertoire
    domain_of:
    - StatisticsCacheStudy
    - StatisticsCacheRepertoire
    range: string
    required: true
  should_cache:
    name: should_cache
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: StatisticsCacheRepertoire
    domain_of:
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    - StatisticsCacheStudy
    - StatisticsCacheRepertoire
    range: boolean
  is_cached:
    name: is_cached
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: StatisticsCacheRepertoire
    domain_of:
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    - StatisticsCacheStudy
    - StatisticsCacheRepertoire
    range: boolean
  statistics_job_id:
    name: statistics_job_id
    description: Tapis jobs identifier for statistics calculation
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: StatisticsCacheRepertoire
    domain_of:
    - StatisticsCacheRepertoire
    range: string
  timeMultiplier:
    name: timeMultiplier
    description: Estimated run time multiplier for statistics job
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: StatisticsCacheRepertoire
    domain_of:
    - StatisticsCacheRepertoire
    range: float