johmathe commited on
Commit
3abc196
·
verified ·
1 Parent(s): 1d3380d

Upload motrpac_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. motrpac_metadata.json +2 -2
motrpac_metadata.json CHANGED
@@ -4,7 +4,7 @@
4
  "proteomics": "https://d1yw74buhe0ts0.cloudfront.net/static/motrpac-data-hub/publications/data/related-studies/heritage-proteomics/HERITAGE_proteomics_somalogic.xlsx",
5
  "analytes": "https://d1yw74buhe0ts0.cloudfront.net/static/motrpac-data-hub/publications/data/related-studies/heritage-proteomics/HERITAGE_somalogic_analytes.xlsx"
6
  },
7
- "download_timestamp": "2025-10-15T21:36:30.855476",
8
  "statistics": {
9
  "num_samples": 654,
10
  "num_features": 4976,
@@ -15,5 +15,5 @@
15
  }
16
  }
17
  },
18
- "preprocessing_notes": "Data is log1p-transformed and adjusted for covariates (age, sex, bmi, race, vo2_baseline) using linear regression. Fits target ~ all_proteins + covariates, then adjusts proteins to remove covariate effects while preserving their relationship with the target."
19
  }
 
4
  "proteomics": "https://d1yw74buhe0ts0.cloudfront.net/static/motrpac-data-hub/publications/data/related-studies/heritage-proteomics/HERITAGE_proteomics_somalogic.xlsx",
5
  "analytes": "https://d1yw74buhe0ts0.cloudfront.net/static/motrpac-data-hub/publications/data/related-studies/heritage-proteomics/HERITAGE_somalogic_analytes.xlsx"
6
  },
7
+ "download_timestamp": "2026-03-04T05:19:53.213511",
8
  "statistics": {
9
  "num_samples": 654,
10
  "num_features": 4976,
 
15
  }
16
  }
17
  },
18
+ "preprocessing_notes": "Data is log2-transformed and adjusted for covariates (age, sex, bmi, race) using linear regression. For each protein, fits protein ~ covariates, then adjusts to remove covariate effects centered at mean covariate values. This approach avoids using target labels, preventing data leakage."
19
  }