Team:Wageningen UR/Modeling
From 2012.igem.org
Contents |
Modelling
in silico folding prediction
Introduction
We designed the construction of the subunits based on tertiary structure models. These models are generated by the web-based tool [http://www.sbg.bio.ic.ac.uk/phyre2/html/page.cgi?id=index Phyre2]. This server bases its prediction on both known structures and interactions between the amino acids. We used the tool to investigate whether the insertions and modifications cause any conformational changes to the subunits, which will most likely inhibit VLP formation.
Mathemathic VLP assembly model
Introduction
In our project there are multiple aspects that we can model. Starting at the modelling of the formation of VLPs under different conditions, continuing at a dispersion model for when VLPs are injected into a human body and ending at marcro-models for degredation of VLPs in the environment. We chose to model VLP formation and aggregate formation.
VLP Formation
A VLP be a virus capsid without any genetic materialconsistsof a certain number of subunits or monomers. These subunits are viral proteins, which for our project are made to be expressed by E.coli and then made to re-assemble in vitro.
For modelling our VLPs we needed to find a model which could fit the assembly of our entire virus like particles, namely, CCMV, HBV and PLRV.In the case of CCMV, there are 180 subunits which go on to form capsomeres in the form of pentamers or hexamers and self-assemble according to the triangulation number, T=7 to form a capsid approximately 28nm in diameter. The CCMV capsid consists of 12 pentameric capsomeres and 20 hexagonal ones. But for the sake of modelling, we take an average of it forming 36 pentameric capsomeres.
Presently, assembly of virus particles is not fully understood and different idealized models and theories are present which try to explain the assembly process. One such theory is the classical nucleation theory. In this the first step is the self-association reaction which begins with a nucleation event (the formation of a dimer). This dimer then serves as the basis for elongation through sequential addition of free subunits, one at a time, to nuclei to form partially assembled intermediates which results in a closed icosahedral VLP. Nucleus formation is regarded as the rate-limiting step.
We chose this model because it competitively accounts for the partitioning of the protein subunits between correct and the aggregation pathways. Using this, we can estimate losses through aggregate formation and also estimate the yield of the VLPs once the parameters have been determined.
The critical concentration of capsomeres is the concentration below which no VLP formation will take place. Therefore, to be able to form VLP's, the total concentration of capsomeres should be higher than the critical concentration. To establish this, we assume the concentration of capsomeres available for VLP formation (C) to be equal to the total concentration (Ctotal) minus the critical concentration (Ccritical):
(1) C = Ctotal – Ccritical
It is considered that a dimer is the first species (nucleus) formed in the reaction, and is subsequently consumed to form higher-order intermediates by the addition of free subunits (capsomeres). Two capsomeres will go on to form a dimer (rate limiting step), whose concentration is defined by C2. The rate of change of concentration of dimers with time, depends on kv,critical (M-1 s-1) which is the nucleation rate constant and kv (M-1 s-1) the elongation rate constant, given by the equation:
(2) dC2/dt = (1/2) * kv,critical * C^2 – kv * C * C2
The aggregation of the viral protein is modelled by a second-order reaction describing the agglomeration of two capsomeres, where A is the aggregate concentration and kA (M-1 s-1) the aggregation rate constant.
(3) dA/dt = (1/2) * kA * C2
The capsomere concentration will continuously drop, depending on the rate of dimer formation, elongation and aggregate formation. This equation is given by:
(4) dC/dt = kV,critical * C^2 - kV * C * ∑_(i=2)^(s-1) Ci - kA * C^2
On the path to the formation of the VLP, due to elongation intermediates are formed, with the first one (3 capsomeres long) forming after the elongation of a dimer. The equation for the formation of intermediates, with i being the number of subunits in a given intermediate, is given by:
(5) dCi/dt = kV *C * (Ci-1 - Ci); i= 3; 4; . . . ; s-1
The last step of the process is the formation of the VLP. The VLP concentration is the end result of the elongation to the biggest possible intermediate (s-1), s being the number of subunits in a correctly formed VLP:
(6) dV/dt = kV * C * Cs-1
where V is the VLP concentration, s is the number of subunits in a correctly formed VLP (36 in the case of CCMV), and i is the number of subunits in a given intermediate. The initial conditions at t=0 were set as C=C0 and C2 = C3 =...... = C35= V=A=0.
The initial conditions at t=0 are C=C0 and C2 = C3 =...... = C35= V=A=0.
For our model, we ran simulations using MATLAB 2012. Values for the parameters, Ccritical, kV,critical,kV and kA were assumed. It should be noted that, since the rate constants would be in M-1 s-1 and the concentration in mg/ml, an intermediate Ci would weigh i times the weight of a capsomere. So, in the end, the VLP would weigh s times the weight of a capsomere. This was introduced into our model script and the resulting simulation was obtained.
The parameters can then be determined by carrying out experiments to measure the concentration of the protein by curve fitting with the simulations. This can also be achieved in MATLAB. Thus, one would be able to minimize losses through aggregation.