Skip to content
New issue

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

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

Already on GitHub? # to your account

LLOQPATTERNS from Model Configuration Template not implemented #292

Open
tensfeldt opened this issue Aug 4, 2021 · 1 comment
Open

LLOQPATTERNS from Model Configuration Template not implemented #292

tensfeldt opened this issue Aug 4, 2021 · 1 comment
Labels
3.0 defect Defect identified during code development for Computation Engine v3.0

Comments

@tensfeldt
Copy link
Owner

Refer to openNCA Computation Engine Specifications Documentation for details.

LLOQPATTERNS setting defines a pattern, default defined as "LLOQ|BLQ|^[<]{1}", that is used to identify concentration data values that are below the lower limit of quantification. Currently MCT uses CONC and CONCRAW setting to identify the columns of data in the input concentration dataset that represent the numeric value of the concentration and the raw or character value of the concentration dataset. This approach is to allow the character value to incorporate values that are LLOQ/BLQ for traceability of the original data while using a transformed value (by default currently zero (0)) as the numeric equivalent for LLOQ/BLQ.

To this point, at time of this issue creation released version of openNCA CE is 3.0.2 (not yet tagged in Github), LLOQPATTERNS is not implemented. Recommend that implementation allows direct use of character values of the concentration replacing values matched to the pattern defined in LLOQPATTERNS to a zero value. Future development should allow for provision of a "procedure" that would impute the concentration to a different default.

@tensfeldt tensfeldt added the 3.0 defect Defect identified during code development for Computation Engine v3.0 label Aug 4, 2021
@tensfeldt
Copy link
Owner Author

tensfeldt commented Aug 4, 2021

Issue is addressed/implemented in openNCA CE release 3.0.3 (not yet committed to repo - will update comment when git history cleaned up and pushed)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
3.0 defect Defect identified during code development for Computation Engine v3.0
Projects
None yet
Development

No branches or pull requests

1 participant