-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zenodo.json
More file actions
41 lines (41 loc) · 1.16 KB
/
Copy path.zenodo.json
File metadata and controls
41 lines (41 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"title": "egfr: Estimated Glomerular Filtration Rate (eGFR) Calculators",
"description": "A vectorised R toolkit implementing validated equations for estimating glomerular filtration rate (eGFR) and creatinine clearance from serum creatinine, cystatin C, or both, covering adult, paediatric, and neonatal equations, plus helpers for body surface area, KDIGO CKD staging, and unit conversion.",
"upload_type": "software",
"license": "MIT",
"access_right": "open",
"creators": [
{
"name": "Hovd, Markus",
"orcid": "0000-0002-6077-0934"
}
],
"keywords": [
"eGFR",
"glomerular filtration rate",
"creatinine clearance",
"nephrology",
"chronic kidney disease",
"CKD-EPI",
"cystatin C",
"R",
"CRAN"
],
"related_identifiers": [
{
"identifier": "https://github.com/mhovd/egfr",
"relation": "isSupplementTo",
"scheme": "url"
},
{
"identifier": "https://mhovd.github.io/egfr/",
"relation": "isDocumentedBy",
"scheme": "url"
},
{
"identifier": "https://CRAN.R-project.org/package=egfr",
"relation": "isIdenticalTo",
"scheme": "url"
}
]
}