Hello,
I am developing a protein capture model using the lumped rate model without pores and the Langmuir LDF isotherm.
I have K_eq at 5 different pH and want to vary K_eq based on the local pH with a model fit. The best fit is an exponential function based on local [H+] concentration something like ln(Keq) = 0.2*[H+]^(-0.25).
My question: how does one approach this? or is this even feasible with the Langmuir LDF isotherm? What other isotherms would be recommended?
1 Like
Hey Rosario,
According to the binding model feature matrix, the Langmuir LDF doesn’t have the mobile phase modifier option, but it sounds like you’re basically asking about a Mobile Phase Modulator Langmuir binding model. I am not sure if there’s a reason you’d want to use the Langmuir LDF specifically, but if it’s just to use Keq you can do that by setting K_d to 1 and use K_a as the K_eq. However, as it is implemented, the functional form for parameter dependence may not be what you need.
I’m not sure if there’s another way to do what you’re asking (maybe something with the Generalized Ion Exchange model?), and I can’t be of much help as I have just relied on the existing implementation of the colloidal isotherm for pH dependence so far, but I think the Mobile Phase Modulator Langmuir isotherm would be the most equivalent to that approach. However it might need to be modified to get the pH dependence right.
3 Likes
I think you will need to use external functions if you want to use the pH-dependent Langmuir. Like @a.moser said, the colloidal model should also work. That one will not require external functions. I think the colloidal model is implemented using LDF. So the colloidal is probably the most sensible here.
Thanks for the replies both. I believe we’ll move back toward the Colloidal Isotherm for pH dependence.
Thanks again!
Hey Rosario,
can you get a good fit to your data with this equation: k_{eq} = a \frac{e^{\gamma*[H+]}}{[H+]^\beta} ? Because if you can, that equation can be used in CADET directly with the Mobile Phase Modulator as @a.moser mentioned.
1 Like
Hello @ronald.jaepel. Thanks for the suggestion. I was able to implement pH dependence with the above relationship by the binding model kinetics to false.
Thanks again!
-Rosario
2 Likes