Skip to content

Quick Start

Calculate GMHS for Your Samples

Input Format

  • Raw count matrix (Gene Symbol x Samples)
  • CSV format, genes as rows, samples as columns

Usage

python
python calculate_gmhs_v33.py \
    --input your_counts.csv \
    --output your_scores.csv

Output

  • 5 dimension scores (each 0-100)
  • GMHS_v33 composite score (0-100)

Composite Score Formula

GMHS_v33 = 0.252 × Strength + 0.177 × Mass + 0.243 × LeanMuscle + 0.242 × Youth + 0.087 × Resilience
最近更新