Biomarker Catalog
Reference list of biomarker definitions
Last updated
Was this helpful?
Was this helpful?
query {
biomarkerCatalog(first: 2) {
edges {
node {
id
name
description
method
createdAt
updatedAt
category {
name
}
range {
min
max
}
optimalRange {
min
max
}
aliases {
name
language
}
units {
name
factor
}
}
}
}
}query {
biomarkerCatalog(first: 2) {
edges {
node {
id name description method createdAt updatedAt
category { name } range { min max } optimalRange { min max }
aliases { name language }
units { name factor }
}
}
}
}
{
"data": {
"biomarkerCatalog": {
"edges": [
{
"node": {
"id": "QmlvbWFya2VyOjkyNg==",
"name": "11-Deoxycorticosterone",
"description": null,
"method": null,
"createdAt": "2022-11-09T21:16:21.358432+00:00",
"updatedAt": "2022-11-09T21:16:21.358464+00:00",
"category": {
"name": "Hormonal studies"
},
"range": {
"min": 0.03026,
"max": 6.0522
},
"optimalRange": null,
"aliases": [
{
"name": "Deoxycorticosterone",
"language": "EN"
},
{
"name": "21-hydroxyprogesterone",
"language": "EN"
}
],
"units": [
{
"name": "ng/mL",
"factor": 0.0354371
},
{
"name": "nmol/L",
"factor": 1
},
{
"name": "ng/dl",
"factor": 0.030077
}
]
}
},
{
"node": {
"id": "QmlvbWFya2VyOjkyOA==",
"name": "11-Deoxycortisol",
"description": null,
"method": null,
"createdAt": "2022-11-09T21:16:21.402952+00:00",
"updatedAt": "2022-11-09T21:16:21.402980+00:00",
"category": {
"name": "Hormonal studies"
},
"range": {
"min": 0,
"max": 86.59
},
"optimalRange": null,
"aliases": [
{
"name": "cortodoxone",
"language": "EN"
},
{
"name": "cortexolone",
"language": "EN"
}
],
"units": [
{
"name": "ng/mL",
"factor": 0.0354371
},
{
"name": "nmol/L",
"factor": 1
},
{
"name": "ng/dl",
"factor": 0.030077
}
]
}
}
]
}
}
}