Skip to content

Class: MetaAnalysis

Results from a meta-analysis

URI: revaise:MetaAnalysis

```mermaid classDiagram class MetaAnalysis click MetaAnalysis href "../MetaAnalysis/" MetaAnalysis : ai_analysis_session

    MetaAnalysis --> "0..1" AISession : ai_analysis_session
    click AISession href "../AISession/"



  MetaAnalysis : analysis_id

  MetaAnalysis : analysis_name

  MetaAnalysis : analysis_notes

  MetaAnalysis : analysis_sessions





    MetaAnalysis --> "*" WorkSession : analysis_sessions
    click WorkSession href "../WorkSession/"



  MetaAnalysis : analyst_ids

  MetaAnalysis : comparison_groups

  MetaAnalysis : confidence_interval_lower

  MetaAnalysis : confidence_interval_upper

  MetaAnalysis : effect_size

  MetaAnalysis : forest_plot_output





    MetaAnalysis --> "0..1" StageOutput : forest_plot_output
    click StageOutput href "../StageOutput/"



  MetaAnalysis : heterogeneity_statistics





    MetaAnalysis --> "0..1" HeterogeneityStatistics : heterogeneity_statistics
    click HeterogeneityStatistics href "../HeterogeneityStatistics/"



  MetaAnalysis : included_studies

  MetaAnalysis : model_type





    MetaAnalysis --> "1" MetaAnalysisModel : model_type
    click MetaAnalysisModel href "../MetaAnalysisModel/"



  MetaAnalysis : outcome_measure

  MetaAnalysis : p_value

```

Slots

Name Cardinality and Range Description Inheritance
analysis_id 1
String
Unique identifier for this meta-analysis direct
analysis_name 1
String
Name of the meta-analysis direct
outcome_measure 1
String
Outcome measure being analyzed direct
comparison_groups 1..*
String
Groups being compared direct
included_studies 1..*
String
Study IDs included in this analysis direct
effect_size 1
Float
Pooled effect size direct
confidence_interval_lower 1
Float
Lower bound of confidence interval direct
confidence_interval_upper 1
Float
Upper bound of confidence interval direct
p_value 0..1
Float
P-value for the pooled effect direct
heterogeneity_statistics 0..1
HeterogeneityStatistics
Heterogeneity statistics (I², Q, tau²) direct
model_type 1
MetaAnalysisModel
Type of model used (fixed/random effects) direct
forest_plot_output 0..1
StageOutput
Forest plot visualization direct
analysis_sessions *
WorkSession
Work sessions for this analysis direct
analyst_ids 1..*
String
IDs of analysts direct
analysis_notes 0..1
String
Additional notes about the analysis direct
ai_analysis_session 0..1
AISession
AI assistance session if used direct

Usages

used by used in type used
SynthesisStage meta_analyses range MetaAnalysis

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis

Mappings

Mapping Type Mapped Value
self revaise:MetaAnalysis
native revaise:MetaAnalysis

LinkML Source

Direct

name: MetaAnalysis
description: Results from a meta-analysis
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
slots:
- analysis_id
- analysis_name
- outcome_measure
- comparison_groups
- included_studies
- effect_size
- confidence_interval_lower
- confidence_interval_upper
- p_value
- heterogeneity_statistics
- model_type
- forest_plot_output
- analysis_sessions
- analyst_ids
- analysis_notes
- ai_analysis_session
slot_usage:
  analysis_id:
    name: analysis_id
    description: Unique identifier for this meta-analysis
    identifier: true
    range: string
  analysis_name:
    name: analysis_name
    description: Name of the meta-analysis
    range: string
    required: true
  outcome_measure:
    name: outcome_measure
    description: Outcome measure being analyzed
    range: string
    required: true
  comparison_groups:
    name: comparison_groups
    description: Groups being compared
    range: string
    required: true
    multivalued: true
  included_studies:
    name: included_studies
    description: Study IDs included in this analysis
    range: string
    required: true
    multivalued: true
  effect_size:
    name: effect_size
    description: Pooled effect size
    range: float
    required: true
  confidence_interval_lower:
    name: confidence_interval_lower
    description: Lower bound of confidence interval
    range: float
    required: true
  confidence_interval_upper:
    name: confidence_interval_upper
    description: Upper bound of confidence interval
    range: float
    required: true
  p_value:
    name: p_value
    description: P-value for the pooled effect
    range: float
  heterogeneity_statistics:
    name: heterogeneity_statistics
    description: Heterogeneity statistics (I², Q, tau²)
    range: HeterogeneityStatistics
  model_type:
    name: model_type
    description: Type of model used (fixed/random effects)
    range: MetaAnalysisModel
    required: true
  forest_plot_output:
    name: forest_plot_output
    description: Forest plot visualization
    range: StageOutput
  analysis_sessions:
    name: analysis_sessions
    description: Work sessions for this analysis
    range: WorkSession
    multivalued: true
  analyst_ids:
    name: analyst_ids
    description: IDs of analysts
    range: string
    required: true
    multivalued: true
  analysis_notes:
    name: analysis_notes
    description: Additional notes about the analysis
    range: string
  ai_analysis_session:
    name: ai_analysis_session
    description: AI assistance session if used
    range: AISession

Induced

name: MetaAnalysis
description: Results from a meta-analysis
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
slot_usage:
  analysis_id:
    name: analysis_id
    description: Unique identifier for this meta-analysis
    identifier: true
    range: string
  analysis_name:
    name: analysis_name
    description: Name of the meta-analysis
    range: string
    required: true
  outcome_measure:
    name: outcome_measure
    description: Outcome measure being analyzed
    range: string
    required: true
  comparison_groups:
    name: comparison_groups
    description: Groups being compared
    range: string
    required: true
    multivalued: true
  included_studies:
    name: included_studies
    description: Study IDs included in this analysis
    range: string
    required: true
    multivalued: true
  effect_size:
    name: effect_size
    description: Pooled effect size
    range: float
    required: true
  confidence_interval_lower:
    name: confidence_interval_lower
    description: Lower bound of confidence interval
    range: float
    required: true
  confidence_interval_upper:
    name: confidence_interval_upper
    description: Upper bound of confidence interval
    range: float
    required: true
  p_value:
    name: p_value
    description: P-value for the pooled effect
    range: float
  heterogeneity_statistics:
    name: heterogeneity_statistics
    description: Heterogeneity statistics (I², Q, tau²)
    range: HeterogeneityStatistics
  model_type:
    name: model_type
    description: Type of model used (fixed/random effects)
    range: MetaAnalysisModel
    required: true
  forest_plot_output:
    name: forest_plot_output
    description: Forest plot visualization
    range: StageOutput
  analysis_sessions:
    name: analysis_sessions
    description: Work sessions for this analysis
    range: WorkSession
    multivalued: true
  analyst_ids:
    name: analyst_ids
    description: IDs of analysts
    range: string
    required: true
    multivalued: true
  analysis_notes:
    name: analysis_notes
    description: Additional notes about the analysis
    range: string
  ai_analysis_session:
    name: ai_analysis_session
    description: AI assistance session if used
    range: AISession
attributes:
  analysis_id:
    name: analysis_id
    description: Unique identifier for this meta-analysis
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    identifier: true
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    range: string
    required: true
  analysis_name:
    name: analysis_name
    description: Name of the meta-analysis
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    range: string
    required: true
  outcome_measure:
    name: outcome_measure
    description: Outcome measure being analyzed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    range: string
    required: true
  comparison_groups:
    name: comparison_groups
    description: Groups being compared
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    range: string
    required: true
    multivalued: true
  included_studies:
    name: included_studies
    description: Study IDs included in this analysis
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    range: string
    required: true
    multivalued: true
  effect_size:
    name: effect_size
    description: Pooled effect size
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    - SubgroupResult
    range: float
    required: true
  confidence_interval_lower:
    name: confidence_interval_lower
    description: Lower bound of confidence interval
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    - SubgroupResult
    - StatisticalTestResult
    range: float
    required: true
  confidence_interval_upper:
    name: confidence_interval_upper
    description: Upper bound of confidence interval
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    - SubgroupResult
    - StatisticalTestResult
    range: float
    required: true
  p_value:
    name: p_value
    description: P-value for the pooled effect
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    - SubgroupResult
    - StatisticalTestResult
    range: float
  heterogeneity_statistics:
    name: heterogeneity_statistics
    description: Heterogeneity statistics (I², Q, tau²)
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    range: HeterogeneityStatistics
  model_type:
    name: model_type
    description: Type of model used (fixed/random effects)
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    range: MetaAnalysisModel
    required: true
  forest_plot_output:
    name: forest_plot_output
    description: Forest plot visualization
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    range: StageOutput
  analysis_sessions:
    name: analysis_sessions
    description: Work sessions for this analysis
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    range: WorkSession
    multivalued: true
  analyst_ids:
    name: analyst_ids
    description: IDs of analysts
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    range: string
    required: true
    multivalued: true
  analysis_notes:
    name: analysis_notes
    description: Additional notes about the analysis
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    range: string
  ai_analysis_session:
    name: ai_analysis_session
    description: AI assistance session if used
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: MetaAnalysis
    domain_of:
    - MetaAnalysis
    range: AISession