Open billdenney opened 5 years ago
Thanks, @billdenney To begin with I suggest renaming the repo to something that captures more than just its contents (looking for suggestions).
The intent of the repo should technically be to test & benchmark open source development efforts versus results from commercial software and maintain this is a central hub for any such efforts.
We can start simple by just including PK/PD data, but this can be for other things pharmaceutical modeling and simulation related (maybe with a focus on clin pharm).
I also suggest the organization of the repository is thought out carefully to allow multiple languages, with hopefully a feature down the line for CI testing
@vjd, Your suggestions look great!
bindings
directory could assist with building language-specific interfaces. (For example, a Makefile
could be created that builds an R package, nlmixr
models, NONMEM-ready data, Monolix-input data, etc.).I agree with all the above, and regarding a standard dataset format, I'll point you at the ISoP Data Standards initiative led by Andrijana Radivojevic: http://www.go-isop.org/data-standards-working-group. Its proposal for PK data standards in pharmacometrics is almost ready for release and represents 3+ years of work.
I agree; As far as the licence, probably a MIT licence or BSD licence would be OK, as long as monolix is Ok with the datasets being released.
I am not sure if a standard dataset format is feasible, that should be a long-term goal. What I was suggesting is the standard output format of the results obtained from the estimation routines or NCA analysis. That way, individuals can write their tests accordingly over time as long as the output standard is maintained. @MarcLavielle are you ok to release the monolix datasets on this open repository for comparisons against other software, preferably MIT license
@vjd, I'm not sure that I understand your concern about standardizing the datasets.
I think that we will need standardized input formats so that multiple tools can automatically convert the datasets we provide to the format needed by the tool (otherwise, it will be onerous to test what we create). I think that we will need standardized output format so that comparisons of results can be automated.
I don't think that we will need to invent anything new-- we will just need to choose our standard(s) and ensure that we stick to them. (The ISoP data standard, DDMoRe, CDISC's SDTM and ADaM are all readily available and usable.)
@vjd I also don't understand what you are suggesting.
no problem!
Marc
Le lun. 7 janv. 2019 à 16:27, Vijay Ivaturi notifications@github.com a écrit :
I am not sure if a standard dataset format is feasible, that should be a long-term goal. What I was suggesting is the standard output format of the results obtained from the estimation routines or NCA analysis. That way, individuals can write their tests accordingly over time as long as the output standard is maintained. @MarcLavielle https://github.com/MarcLavielle are you ok to release the monolix datasets on this open repository for comparisons against other software, preferably MIT license
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/billdenney/PKdata/issues/1#issuecomment-451971483, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ3yun4GthJ0iQUhgH0mAGGU74pwYKKZks5vA2dYgaJpZM4ZxZ-J .
As discussed in nlmixrdevelopment/nlmixr#119, there is interest by @vjd, @kestrel99, and @mattfidler to standardize cross-tool comparisons for both pharmacometric model fitting and NCA.
The PKdata repository was initially conceived to collect and assist with cross-tool NCA comparisons, so I thought an issue here was a good place to discuss the needs, benefits, organization, etc.
Notably, prior and current efforts to standardize NCA have also included the NCA consortium (https://github.com/NCAConsortium), POSSC (https://www.possc.org/), PhUSE (https://www.phusewiki.org/wiki/images/e/ed/PhUSE_CSS_WhitePaper_PK_final_25March2014.pdf), and others.