Skip to content

isaranwrap/StandardizingAKI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AKI Flagger hex-AKI FlaggeR_github

Advisor: Dr. Francis Perry Wilson, MD MSCE

CTRA

Yale School of Medicine, Section of Nephrology, Clinical and Translational Research Accelerator



Getting started

There is a walk-through notebook available on Github to introduce the necessary components and parameters of the flagger. The notebook can be accessed via Google Colab notebooks. The notebook has also been adapted in the documentation.


Introduction

Acute Kidney Injury (AKI) is a sudden often reversible decline in kidney function 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 within 7 days or 0.3 mg/dL increase in creatinine in within 48 hours

  • Stage 2: 100% increase in (or doubling of) creatinine within 7 days

  • Stage 3: 200% increase in (or tripling of) creatinine within 7 days

This package contains a flagger to determine if a patient has developed AKI based on longitudinal data of serum creatinine measurements. More information about the specific data input format can be found in the documentation under the Getting Started section.

Installation

You can install the flagger with pip. Simply type the following into command line and the package should install properly.

pip install akiFlagger

To ensure that it is working properly, you can open a Python session and test it with.

import akiFlagger

print(akiFlagger.__version__)

>> '1.0.8'

Alternatively, you can download the source and wheel files to build manually from https://pypi.org/project/akiFlagger/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published