Exam 2020 augusti Flashcards
- What can be measured in a DEO equation?
Yhat
What is characterizing model paramters?
Model paramters stay constant with time and consists of x(0), k, and yhat
What is characterizing model parameters?
Change over time, are the x1, x2 etc
Q1: Use Euler forward to compute the concentration of B after one time step with the step
size Dt = 0.1, i.e. compute B. Assume the following values for the kinetic rate
constants: k1 = 3, k2 = 2, k3 = 1
The euler method uses the formula:
x(Δt)=x(0)+d/dt(x)(0)*Δt
Answer the questions below
(a) Formulate the null hypothesis underlying a likelihood ratio test! (1 point)
H0=There is no difference between the models and the data
H1=One model is better then the other
What do you conclude when you cannot reject the null hypothesis in a c2-test?
H0=The residuals are small /there is no difference between the model and the data
H1=The residuals are big /tghere is difference between the model and the data
What do you conclude when you reject the null hypothesis in a whiteness test?
H0=The residuals are not too correlated
H1=The resdiuasl are too correlated
Give an example of a situation when cross validation is useful in small-scale systems
biology!
When we believe we have overfitted our data
3e) Which test would you use to reject the model in Figure 1? Motivate your answer! (2
points)
Chi2 test q
What is hypothesis driven modeling and how does this approach relate to data driven
modeling? Give an example of a question where you would use hypothesis driven modeling
and motivate why hypothesis driven modeling is more useful than data driven modeling for that
question.
Overall, while both hypothesis-driven and data-driven modeling approaches have their strengths and limitations, hypothesis-driven modeling is often more useful for testing specific hypotheses about biological mechanisms or for validating experimental results, while data-driven modeling is often more useful for identifying patterns or generating predictions based on large datasets.
Describe the steps taken to evaluate if a small-scale mechanistic model is in agreement with
experimental data!
We start with a visual inspection, Chi2 test and then perfomring different statistical tests depending on the model like cross validation if we have multiple models to see which is the best fit, whitness test to see if the data is correlated etc
Choose a biological network of choice, define what is a node in this particular
network, what interactions do exist, and what types are the underlying
interactions (motivate your answer). (1p)
Nodes: Each node in the network represents a unique protein, which may be involved in a variety of different biological processes. Nodes are typically labeled with the name or identifier of the protein they represent.
Edges: Each edge in the network represents an interaction between two proteins, which may take a variety of forms. For example, an edge may represent a physical binding interaction between two proteins, or it may represent a functional interaction in which one protein regulates the activity of another.
Underlying reactions: The interactions between proteins in the network are often based on underlying biochemical reactions, such as protein-protein binding or enzyme-substrate interactions. These reactions can be represented as edges in the network, with the nodes representing the proteins or other molecules involved in the reaction.
7b. Draw the graph of the network defined by the following adjacency matrix (2p)
Draw this
c. Is the network directed, and/or weighted? (1p)
Directed network: If the network is directed, then the adjacency matrix will be asymmetric.
Weighted network: If the network is weighted, then the adjacency matrix will have nonzero values that represent the strength or weight of the connections between nodes.
7d, Calculate this: What is the average shortest path of this network?
average shortest path = (sum of shortest path distances for all node pairs) / (total number of node pairs)