Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: AUC ratios #116

Open
2 tasks
Gero1999 opened this issue Nov 12, 2024 · 3 comments
Open
2 tasks

Enhancement: AUC ratios #116

Gero1999 opened this issue Nov 12, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Gero1999
Copy link
Collaborator

Description

AUC intervals tables should at some point allow the user to compute their own metabolite AUC ratios or profile AUC ratios. These values should be included either in the final table as additional columns or in a new table

Bloqued until multiple analytes avaialble #3

Definition of Done

  • allow user to customize intervals to compute profile AUCs ratios (i.e, AUC_dosno2/AUC_dosno1)
  • allow user to customize intervals to compute metabolite ratios AUCs (considering Molecular Weights to normalize)
@Gero1999 Gero1999 added the enhancement New feature or request label Nov 12, 2024
@Gero1999 Gero1999 moved this to Backlog in aNCA Nov 12, 2024
@Gero1999 Gero1999 added this to aNCA Nov 12, 2024
@Gero1999 Gero1999 changed the title Enhancement: AUC intervals table allow ratios Enhancement: AUC ratios Nov 12, 2024
@billdenney
Copy link

Related to #125

Calculation of secondary NCA parameters, including AUC ratios for relative bioavailability or metabolic ratios, is a planned feature of PKNCA (billdenney/pknca#76). It may be easier to implement the calculations there. The UI is nontrivial.

@Gero1999
Copy link
Collaborator Author

Hmm something really worthy to talk about. We still need to investigate the theory in detail, but the main idea is to allow the user to fill a dataframe with columns for analyte1, analyte2, dosnos1, dosnos2, mw1, mw2. Then for each row the app will just compute the relations in the post-processing, after pk.nca.

@billdenney
Copy link

Yes, there are several subtleties, and it can be automated. We should talk about it.

@Gero1999 Gero1999 moved this from Backlog to Todo in aNCA Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants