Score metadata
score_infoRetrieve cleaned metadata for a specific polygenic risk score using its ID.
Instructions
Get cleaned metadata for a single PGS score by its ID (e.g. 'PGS000001').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pgs_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Score name. | |
| pgs_id | Yes | PGS Catalog Score ID, e.g. 'PGS000001'. | |
| trait_efo | No | EFO trait label(s). | |
| weight_type | No | Weight type (beta/OR/HR). | |
| genome_build | No | Original genome build. | |
| is_harmonized | No | True when the score's native build differs from the queried build. | |
| quality_label | No | Synthetic quality label, when available. | |
| trait_reported | No | Reported trait. | |
| variants_number | No | Number of variants. |