billdenney / pknca

An R package is designed to perform all noncompartmental analysis (NCA) calculations for pharmacokinetic (PK) data.
http://billdenney.github.io/pknca/
GNU Affero General Public License v3.0
70 stars 23 forks source link

Add Sparse PK Methods #1

Closed billdenney closed 2 years ago

billdenney commented 9 years ago

A suggestion from ACoP 2015 was to add sparse PK methods.

References include: Bailer: http://www.ncbi.nlm.nih.gov/pubmed/3221328 Nedelman: http://www.ncbi.nlm.nih.gov/pubmed/7724473 Holder's extension to Nedelman: https://www.ncbi.nlm.nih.gov/pubmed/11459444 (https://doi.org/10.1081/BIP-100104199) Navarro-Fontestad: http://dx.doi.org/10.1002/pst.484 Yuan: http://www.ncbi.nlm.nih.gov/pubmed/8360854

wolfsem commented 6 years ago

Dear Colleagues,

You may find of interest that sparse PK methods are available in the R package PK

References include:

Best regards

Martin

billdenney commented 2 years ago

Sparse NCA is now implemented as an initial support built-in. Right now, the only parameter that can be calculated is "sparse_auclast". That will also generate the "sparse_auclast_se" and "sparse_auclast_df". Limitations remain, but PKNCA has taken the big step of working with sparse data!

To use it, you can use the sparse argument to PKNCAconc(). A vignette is coming soon.