cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

Stability studies

Hi, Asking for ideas for analyzing data from a stability study with multiple compounds changing over time at different rates with many different types of samples included in the study.  Each data point is from a separate sample that has been aged for a given point in time.  Suggestions would be appreciated.

1 ACCEPTED SOLUTION

Accepted Solutions
David_Burnham
Super User (Alumni)

Re: Stability studies

I model stability of pharmaceutical products over time, based on conditions such as temperature and humidity (solids), or temperature and pH (liquids).  To do this I use the nonlinear platform (Analyze>Specialized Modeling>Nonlinear).

 

This approach does require that you know the functional form of the model.  This comes from domain knowledge and some understanding of  the mechanisms for degradation.  I use various modified forms of the Arrhenius equation (that are illustrated in the talk in the link below).

 

If you do a search, not just for 'this board' but across the entire community you will find a number of interesting presentations from past Discovery summits.

 

Here is one that I was involved with (it's custom code but behind the scenes it is the nonlinear platform):

 

https://community.jmp.com/t5/Discovery-Summit-Europe-2022/Predicting-Molecule-Stability-in-Biopharma...

 

 

-Dave

View solution in original post

2 REPLIES 2
David_Burnham
Super User (Alumni)

Re: Stability studies

I model stability of pharmaceutical products over time, based on conditions such as temperature and humidity (solids), or temperature and pH (liquids).  To do this I use the nonlinear platform (Analyze>Specialized Modeling>Nonlinear).

 

This approach does require that you know the functional form of the model.  This comes from domain knowledge and some understanding of  the mechanisms for degradation.  I use various modified forms of the Arrhenius equation (that are illustrated in the talk in the link below).

 

If you do a search, not just for 'this board' but across the entire community you will find a number of interesting presentations from past Discovery summits.

 

Here is one that I was involved with (it's custom code but behind the scenes it is the nonlinear platform):

 

https://community.jmp.com/t5/Discovery-Summit-Europe-2022/Predicting-Molecule-Stability-in-Biopharma...

 

 

-Dave
Michelle_Ricci
Level II

Re: Stability studies

Recommended Articles