The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Acute Kidney Injury (AKI) is a sudden onset of kidney failure and damage marked by an increase in the serum creatinine levels (amongst other biomarkers) of the patient. Kidney Disease Improving Global Outcomes (KDIGO) has a set of guidelines and standard definitions of AKI:
Stage 1: 50% increase in creatinine in < 7 days or 0.3 increase in creatinine in < 48 hours
Stage 2: 100% increase in (or doubling of) creatinine in < 7 days
Stage 3: 200% increase in (or tripling of) creatinine in < 7 days
This package contains a flagger to determine if a patient has developed AKI based on longitudinal data of serum creatinine measurements.
The package can be installed via CRAN.
install.packages("akiFlagger")
Alternatively, you can install the development version of the package from GitHub with:
# install.packages("devtools")
::install_github("isaranwrap/akiFlagger") devtools
There is a walk-through vignette available on Github to introduce the necessary components and parameters of the flagger. The notebook has also been adapted in the documentation.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.