Glucerebrosidase (Plasma or CSF)
Glucerebrosidase (Plasma or CSF) - Variable Definition Table:
Field Name |
Description |
Field Values |
Variable Summary |
sample_type | Type of biospecimen used for analysis e.g. CSF, Plasma, Serum, Blood, RNA |
CSF |
Type of biospecimen used for analysis e.g. CSF, Plasma, Serum, Blood, RNA |
test_name | Name of the biospecimen test | Name of the biospecimen test | |
test_value | Biospecimen test result | Biospecimen test result | |
test_units | Biospecimen test units of measure | Biospecimen test units of measure |
Tables that Reference this Variable:
- Biospecimen_analyses_CSF_beta_glucerebrosidase
Data Type Information:
Field Name |
Type |
Mode |
sample_type | STRING | REQUIRED |
test_name | STRING | REQUIRED |
test_value | FLOAT | NULLABLE |
test_units | STRING | REQUIRED |
Curation Notations:
Query Definition
Clinical Data Forms Queried (available as a BigQuery Table and csv File)
Query
Biospecimen_analyses_CSF_beta_glucocerebrosidase table contains any cohort participants
Clinical Data Forms Queried (available as a BigQuery Table and csv File)
Biospecimen_analyses_CSF_beta_glucocerebrosidase
Query
SELECT left(participant_id, 2) Cohort, count(distinct participant_id) Count from `amp-pd-research.2021_v2_5release_0510.Biospecimen_analyses_CSF_beta_glucocerebrosidase` GROUP BY Cohort ORDER BY Cohort