Skip to content

Class: DataCollectionStrategy

Strategy for data collection

URI: biostride_schema:DataCollectionStrategy

classDiagram class DataCollectionStrategy click DataCollectionStrategy href "../DataCollectionStrategy/" DataCollectionStrategy : collection_mode DataCollectionStrategy --> "0..1" CollectionModeEnum : collection_mode click CollectionModeEnum href "../CollectionModeEnum/" DataCollectionStrategy : dose_per_frame DataCollectionStrategy : frame_rate DataCollectionStrategy : total_dose DataCollectionStrategy : total_frames

Slots

Name Cardinality and Range Description Inheritance
collection_mode 0..1
CollectionModeEnum
Mode of data collection direct
total_frames 0..1
Integer
Total number of frames/images direct
frame_rate 0..1
Float
Frames per second direct
total_dose 0..1
Float
Total electron dose for cryo-EM direct
dose_per_frame 0..1
Float
Dose per frame direct

Usages

used by used in type used
ExperimentRun data_collection_strategy range DataCollectionStrategy

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/biostride/

Mappings

Mapping Type Mapped Value
self biostride_schema:DataCollectionStrategy
native biostride_schema:DataCollectionStrategy

LinkML Source

Direct

name: DataCollectionStrategy
description: Strategy for data collection
from_schema: https://w3id.org/biostride/
attributes:
  collection_mode:
    name: collection_mode
    description: Mode of data collection
    from_schema: https://w3id.org/biostride/
    rank: 1000
    domain_of:
    - DataCollectionStrategy
    range: CollectionModeEnum
  total_frames:
    name: total_frames
    description: Total number of frames/images
    from_schema: https://w3id.org/biostride/
    rank: 1000
    domain_of:
    - DataCollectionStrategy
    range: integer
  frame_rate:
    name: frame_rate
    description: Frames per second
    from_schema: https://w3id.org/biostride/
    rank: 1000
    domain_of:
    - DataCollectionStrategy
    range: float
  total_dose:
    name: total_dose
    description: Total electron dose for cryo-EM
    from_schema: https://w3id.org/biostride/
    rank: 1000
    domain_of:
    - DataCollectionStrategy
    range: float
  dose_per_frame:
    name: dose_per_frame
    description: Dose per frame
    from_schema: https://w3id.org/biostride/
    rank: 1000
    domain_of:
    - DataCollectionStrategy
    range: float

Induced

name: DataCollectionStrategy
description: Strategy for data collection
from_schema: https://w3id.org/biostride/
attributes:
  collection_mode:
    name: collection_mode
    description: Mode of data collection
    from_schema: https://w3id.org/biostride/
    rank: 1000
    alias: collection_mode
    owner: DataCollectionStrategy
    domain_of:
    - DataCollectionStrategy
    range: CollectionModeEnum
  total_frames:
    name: total_frames
    description: Total number of frames/images
    from_schema: https://w3id.org/biostride/
    rank: 1000
    alias: total_frames
    owner: DataCollectionStrategy
    domain_of:
    - DataCollectionStrategy
    range: integer
  frame_rate:
    name: frame_rate
    description: Frames per second
    from_schema: https://w3id.org/biostride/
    rank: 1000
    alias: frame_rate
    owner: DataCollectionStrategy
    domain_of:
    - DataCollectionStrategy
    range: float
  total_dose:
    name: total_dose
    description: Total electron dose for cryo-EM
    from_schema: https://w3id.org/biostride/
    rank: 1000
    alias: total_dose
    owner: DataCollectionStrategy
    domain_of:
    - DataCollectionStrategy
    range: float
  dose_per_frame:
    name: dose_per_frame
    description: Dose per frame
    from_schema: https://w3id.org/biostride/
    rank: 1000
    alias: dose_per_frame
    owner: DataCollectionStrategy
    domain_of:
    - DataCollectionStrategy
    range: float