-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PROM theoretical/technical issues #2
Comments
Hello, sorry for the late reply.
PROM conditional probability = n is the amount of times the respective event happened. THe unconstrained reaction flux is first constrained with Flux variability analysis and the resulting bounds are multiplied with the PROM probability to further constrain the reaction flux. alpha and beta are penalty variables. So the reaction flux can be higher or lower than the set flux boundaries, but if it does the penalty variables increase (beta > 0 if reaction flux increases beyond upper boundary; alpha > 0 if reaction flux decreases below lower boundary).
Hope I could help. |
Thanks for the reply! Another theoretical question. I am using a model that is in m7H10 medium: Using cobrapy function "model.medium" I get: The bibliography m7H10 media composition is: Composition (Ingredients (g/L)) I don't understand how they made the conversion from g/L to mol/gcdw/h. Because one is a concetration and another is a flux rate. Is there an standar on COBRA of which units use the inputs, that is "mol", "gCDW" ,"hour", "M", "molar concentration"? I can't find any good explanation about the relationship between experimental values units and input values of the COBRA model. Does anyone know a good bibliography? Regards |
Hello,
I have some questions about the methodology of PROM that maybe you could help to understand and solve. I wrote to
Sriram Chandrasekaran but he didn't answer these questions.
I run the PROM methodology as is publish in https://www.pnas.org/content/107/41/17845.abstract. I get the code from https://www.igb.illinois.edu/labs/price/downloads/.
I also read some supplementary documentation (https://link.springer.com/protocol/10.1007/978-1-62703-299-5_6, https://link.springer.com/chapter/10.1007/978-94-017-9041-3_12) to get a better insight in the methodology. But I still have some theoretical/technical concerns that I hope you could help me to solve:
🚩 1) You calculate the probability (P) for the relationship of FT-target pair when they are ON/OFF:
So "P" (probability) is in constraints model formula as:
You can calculate all of these probabilities:
P(A=1|B=1), P(A=1|B=0), P(A=0|B=1) or P(A=0|B=0)
So, which is the probability "P" that you choose to put in the formula when you run PROM? Which of those probabilities make sense when you have a negative or positive regulation?
🚩2) Knocking each TF.
How is it done theoretically? Looking the formula:
I think that when you knock a TF you put a "P = 0". But, what happens if the regulation is negative or positive relation? How do you manage that kind of relationship? You also still have the alpha and beta components.
How do you handle TF knockout?
🚩3) Is there a way to have the results of the PROM without knocking any FT? As we talked before, you get a vector of the size of the TF as a result of PROM, so the non-knockout FT is not in those results.
🚩4) knocking genes of the model. Do you think it is possible to knock out genes (targets) using PROM? I think that I could do that just by removing genes/targets from the COBRA metabolic model before using PROM, but, do you think that is the correct way to knock out targets using PROM?
🚩5) Export the model with integrated regulation constraints (probabilities). Is there a way to export the COBRA model (in mat, json or sbml format) with the regulatory constraints that PROM uses. That is, create a structure of the model that contains the alpha, beta, kappa, and probabilities for each TF/target pair so you could run the model in the future without using the input data from microarrays, and the regulation network because it will be integrated into the model. Do you think it is possible?
Regards
The text was updated successfully, but these errors were encountered: