Added 3 functions to eGFR calculation for CKiD U25 pediatric GFR esti…#5
Open
xgaeta wants to merge 8 commits intojohnasher:masterfrom
Open
Added 3 functions to eGFR calculation for CKiD U25 pediatric GFR esti…#5xgaeta wants to merge 8 commits intojohnasher:masterfrom
xgaeta wants to merge 8 commits intojohnasher:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding CKiD U25 pediatric GFR estimation.
This pull request is designed to add the CKiD U25 equations to the transplantr package. I have attempted to use your package style but I have little experience with R packages. I have not made any changes to documentation but would be willing to help with some guidance.
The CKiD U25 equations are for use in individuals ages 1 to 25, with mild-to-moderate chronic kidney disease (CKD). These equations offer superior estimation of CKD-range GFR across the pediatric and young adult age spectrum and are more appropriate for clinical decision making for adults in the age 18 to 25 interval than the Chronic Kidney Disease Epidemiology Collaboration (CKD-EPI) equations.
References:
Pierce CB, Muñoz A, Ng DK, Warady BA, Furth SL, Schwartz GJ. Age- and sex-dependent clinical equations to estimate glomerular filtration rates in children and young adults with chronic kidney disease. Kidney International. 2021;99(4):948–956. doi:10.1016/j.kint.2020.10.047 link
Ng DK, Pierce CB. Kidney disease progression in children and young adults with pediatric CKD: Epidemiologic perspectives and clinical applications. Seminars in Nephrology. 2021;41(5):405–415. doi:10.1016/j.semnephrol.2021.09.002 link
NIDDK page on the CKiD U25 equations