martin
★★  

Austria,
2017-05-08 21:50
(2537 d 20:43 ago)

Posting: # 17322
Views: 3,840
 

 endogenous compounds [Regulatives / Guidelines]

Dear all,

I would like to open again a new thread regarding endogenous compounds in BE assessments.

Simple case:

- assuming no circadian rhythm / temporarily constant
- baseline subtraction method (e.g. median of at several pre-dose samples)

Several guidelines mention that a negative pre-dose corrected value should be set to zero. However, what about subsequent levels?

I think setting also all concentrations after the first negative to zero would make some sense as otherwise we just have “noise” in the AUC (i.e. increase variability) and it’s rather impossible to get a reliable estimate for lambda_z (for calculation of AUC0-inf). I think this should be also in-line with guidelines as the method for baseline subtraction needs to be specified a-priori.

Best regards and looking forward to thoughts from more experienced members in this forum

Martin

PS.: premise of stable endogenous could be verified by looking at adjusted concentrations after the first negative (inclusive) adjusted concentration: should be symmetrically distributed around zero.
Helmut
★★★
avatar
Homepage
Vienna, Austria,
2017-05-08 23:10
(2537 d 19:23 ago)

@ martin
Posting: # 17324
Views: 3,252
 

 endogenous compounds

Hi Martin,

❝ Several guidelines mention that a negative pre-dose corrected value should be set to zero. However, what about subsequent levels?

❝ I think setting also all concentrations after the first negative to zero would make some sense […] this should be also in-line with guidelines as the method for baseline subtraction needs to be specified a-priori.


Well, this is exactly what I have done for ages. never got a deficiency letter. :-D

❝ PS.: premise of stable endogenous could be verified by looking at adjusted concentrations after the first negative (inclusive) adjusted concentration: should be symmetrically distributed around zero.


Really? You explained that to me so may times; excuse my walnut-sized brain. Baseline (C0) = lognormal. Post-dose (C1) = lognormal. C0–C1 = normal?

C0     <- rlnorm(n=1e6, meanlog=log(1)-0.5*log(0.3^2+1), sdlog=sqrt(log(0.3^2+1)))
C1     <- rlnorm(n=1e6, meanlog=log(2)-0.5*log(0.3^2+1), sdlog=sqrt(log(0.3^2+1)))
C1.adj <- C1-C0
C1.adj[C1.adj < 0] <- 0 # force to zero
mean(C0);sd(C0)/mean(C0)
mean(C1);sd(C1)/mean(C1)
mean(C1.adj);sd(C1.adj)/mean(C1.adj)
summary(C1.adj)
qqnorm(y=C1.adj, col="blue", cex=0.5, las=1)
qqline(y=C1.adj, col="red", lwd=2)


Dif-tor heh smusma 🖖🏼 Довге життя Україна! [image]
Helmut Schütz
[image]

The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
martin
★★  

Austria,
2017-05-08 23:19
(2537 d 19:14 ago)

@ Helmut
Posting: # 17325
Views: 3,226
 

 endogenous compounds

Hi Helmut,

Thank you very much for your response - much appreciated.

Regarding distributions - thank you for the reminder & sorry for not being clear

We look at the end of the profile assuming C0=C1 this would lead to
C0     <- rlnorm(n=1e6, meanlog=log(1)-0.5*log(0.3^2+1), sdlog=sqrt(log(0.3^2+1)))
C1     <- rlnorm(n=1e6, meanlog=log(1)-0.5*log(0.3^2+1), sdlog=sqrt(log(0.3^2+1)))
C1.adj <- C1/C0
hist(log(C1.adj)) # taking the log-normal distribution into account


best regards

Martin
UA Flag
Activity
 Admin contact
22,988 posts in 4,825 threads, 1,661 registered users;
91 visitors (1 registered, 90 guests [including 6 identified bots]).
Forum time: 18:34 CEST (Europe/Vienna)

The only way to comprehend what mathematicians mean by Infinity
is to contemplate the extent of human stupidity.    Voltaire

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5