Location: Rong, Perelson 2009 @ 08aa70861ad7 / rong_2009a.cellml

Author:
Geoff Nunns <gnunns1@jhu.edu>
Date:
2010-04-28 13:00:59+12:00
Desc:
Added titles for different variants in RDF.
Permanent Source URI:
https://models.physiomeproject.org/workspace/rong_perelson_2009/rawfile/08aa70861ad79a7e0ca4e827bea33683547bd17e/rong_2009a.cellml

<?xml version="1.0"?>
<!--  FILE :  rong_2009a.cellml
CREATED :  4th Feb 2010
LAST MODIFIED :  4th Feb 2010
AUTHOR :  Ethan Choi
MODEL STATUS :  This model conforms to the CellML 1.1 Specification. Runs in OpenCell
DESCRIPTION :  This file contains a CellML description of Rong's 2009 mathematical model-->

<model name="rong_2009a" cmeta:id="rong_2009a" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#">


	<!-- documentation -->
	<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>Modeling latently infected cell activation: viral and latent reservoir persistence, and viral blips in HIV-infected patients on potent therapy</title>
				<author> 
					<firstname>Ethan</firstname>
					<surname>Choi</surname>
					<affiliation>
						<shortaffil>Auckland Bioengineering Institute, The University of Auckland</shortaffil>
					</affiliation>
				</author>
			</articleinfo>
            <section id="sec_status">
				<title>Model Status</title>
				<para>This CellML model has been built with the differential expressions in Rong and Perelson's 2009 paper for the initial basic model of latent cell activation using the (1) equations (rong_2009a). This file is known to run in OpenCell and COR, the units have been checked and they are consistent, and the parameter values of the CellML model were taken from Table 1 in the paper. For these values the critical efficacy = 0.5208 so efficacy has been set to 0.4. Unfortunately the simulation output of this CellML model cannot be fully verified as there are no figures in the published paper for the initial model (equations (1)).</para>
			</section>
			<sect1 id="sec_structure">
				<title>Model Structure</title>
				<para>ABSTRACT: Although potent combination therapy is usually able to suppress plasma viral loads in HIV-1 patients to below the detection limit of conventional clinical assays, a low level of viremia frequently can be detected in plasma by more sensitive assays. Additionally, many patients experience transient episodes of viremia above the detection limit, termed viral blips, even after being on highly suppressive therapy for many years. An obstacle to viral eradication is the persistence of a latent reservoir for HIV-1 in resting memory CD4(+) T cells. The mechanisms underlying low viral load persistence, slow decay of the latent reservoir, and intermittent viral blips are not fully characterized. The quantitative contributions of residual viral replication to viral and the latent reservoir persistence remain unclear. In this paper, we probe these issues by developing a mathematical model that considers latently infected cell activation in response to stochastic antigenic stimulation. We demonstrate that programmed expansion and contraction of latently infected cells upon immune activation can generate both low-level persistent viremia and intermittent viral blips. Also, a small fraction of activated T cells revert to latency, providing a potential to replenish the latent reservoir. By this means, occasional activation of latently infected cells can explain the variable decay characteristics of the latent reservoir observed in different clinical studies. Finally, we propose a phenomenological model that includes a logistic term representing homeostatic proliferation of latently infected cells. The model is simple but can robustly generate the multiphasic viral decline seen after initiation of therapy, as well as low-level persistent viremia and intermittent HIV-1 blips. Using these models, we provide a quantitative and integrated prospective into the long-term dynamics of HIV-1 and the latent reservoir in the setting of potent antiretroviral therapy.</para>

				<informalfigure float="0" id="fig_reaction_diagram">
					<mediaobject>
						<imageobject>
							<objectinfo>
								<title>model diagram</title>
							</objectinfo>
							<imagedata fileref="rong_2009.png"/>
						</imageobject>
					</mediaobject>
					<caption>Schematic representation of the model with latently infected cell activation.</caption>
				</informalfigure>

				<para>The original paper reference is cited below:</para>
				<para>Modeling latently infected cell activation: viral and latent reservoir persistence, and viral blips in HIV-infected patients on potent therapy, Rong L, Perelson A, 2009, <emphasis>PLoS Computational Biology</emphasis>, 5, (issue 10): e1000533. <ulink url="http://www.ncbi.nlm.nih.gov/pubmed/19834532">PubMed ID: 19834532</ulink>
				</para>
			</sect1>
		</article>
	</documentation>


<!-- units -->
	<units name="day">
		<unit multiplier="86400" units="second"/>
	</units>
	<units name="per_day">
		<unit exponent="-1" units="day"/>
	</units>
	<units name="ml">
		<unit prefix="milli" units="litre"/>
	</units>
	<units name="ml_per_day">
		<unit units="ml"/>
		<unit exponent="-1" units="day"/>
	</units>
	<units name="per_ml_day">
		<unit exponent="-1" units="ml"/>
		<unit exponent="-1" units="day"/>
	</units>
	<units name="per_ml">
		<unit exponent="-1" units="ml"/>
	</units>
	

	<!-- components -->
	<component name="environment">
		<variable name="time" public_interface="out" units="day"/>
	</component>

	<component name="uninfected" cmeta:id="uninfected">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#">
			<rdf:Description rdf:about="#uninfected">This component relates to the uninfected CD4+ T cell dynamics</rdf:Description>
			<rdf:Description rdf:about="#T">CD4+ T cells that are susceptible to HIV-1 infection</rdf:Description>
		</rdf:RDF>
		<variable name="time" public_interface="in" units="day"/>
		<variable name="lambda" initial_value="1E4" units="per_ml_day"/>
		<variable name="d_T" initial_value="0.01" units="per_day"/>
		<variable name="efficacy" public_interface="in" units="dimensionless"/>
		<variable name="k" initial_value="2.4E-8" public_interface="out" units="ml_per_day"/>
		<variable name="V" public_interface="in" units="per_ml"/>
		<variable name="T" cmeta:id="T" initial_value="600000" public_interface="out" units="per_ml"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>T</ci>
				</apply>
				<apply>
					<minus/>
					<apply>
						<minus/>
						<ci>lambda</ci>
						<apply>
							<times/>
							<ci>d_T</ci>
							<ci>T</ci>
						</apply>
					</apply>
					<apply>
						<times/>
						<apply>
							<minus/>
							<cn cellml:units="dimensionless">1</cn>
							<ci>efficacy</ci>
						</apply>
						<ci>k</ci>
						<ci>V</ci>
						<ci>T</ci>
					</apply>
				</apply>
			</apply>
		</math>
	</component>

	<component name="latently_infected" cmeta:id="latently_infected">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#">
			<rdf:Description rdf:about="#latently_infected">This component relates to the latently infected CD4+ cell dynamics</rdf:Description>
			<rdf:Description rdf:about="#L">Latently infected cells that cannot produce virus but are ready to do so once activated by antigens</rdf:Description>
		</rdf:RDF>
		<variable name="time" public_interface="in" units="day"/>
		<variable name="d_0" initial_value="0.001" units="per_day"/>
		<variable name="a_L" initial_value="0.1" public_interface="out" units="per_day"/>
		<variable name="efficacy" public_interface="in" units="dimensionless"/>
		<variable name="k" public_interface="in" units="ml_per_day"/>
		<variable name="eta" initial_value="0.001" public_interface="out" units="dimensionless"/>
		<variable name="V" public_interface="in" units="per_ml"/>
		<variable name="T" public_interface="in" units="per_ml"/>
		<variable name="L" cmeta:id="L" initial_value="2" public_interface="out" units="per_ml"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>L</ci>
				</apply>
				<apply>
					<minus/>
					<apply>
						<minus/>
						<apply>
							<times/>
							<ci>eta</ci>
							<apply>
								<minus/>
								<cn cellml:units="dimensionless">1</cn>
								<ci>efficacy</ci>
							</apply>
							<ci>k</ci>
							<ci>V</ci>
							<ci>T</ci>
						</apply>
						<apply>
							<times/>
							<ci>d_0</ci>
							<ci>L</ci>
						</apply>
					</apply>
					<apply>
						<times/>
						<ci>a_L</ci>
						<ci>L</ci>
					</apply>
				</apply>
			</apply>
		</math>

	</component>
	<component name="productively_infected" cmeta:id="productively_infected">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#">
			<rdf:Description rdf:about="#productively_infected">This component relates to the productively infected cells' dynamics</rdf:Description>
			<rdf:Description rdf:about="#T_star">productively infected cells that can produce virus particles (T* in the paper).</rdf:Description>
		</rdf:RDF>
		<variable name="time" public_interface="in" units="day"/>
		<variable name="delta" initial_value="1" public_interface="out" units="per_day"/>
		<variable name="eta" public_interface="in" units="dimensionless"/>
		<variable name="efficacy" public_interface="in" units="dimensionless"/>
		<variable name="k" public_interface="in" units="ml_per_day"/>
		<variable name="a_L" public_interface="in" units="per_day"/>
		<variable name="T" public_interface="in" units="per_ml"/>
		<variable name="L" public_interface="in" units="per_ml"/>
		<variable name="V" public_interface="in" units="per_ml"/>
		<variable name="T_star" cmeta:id="T_star" initial_value="0.3" public_interface="out" units="per_ml"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>T_star</ci>
				</apply>
				<apply>
					<plus/>
					<apply>
						<minus/>
						<apply>
							<times/>
							<apply>
								<minus/>
								<cn cellml:units="dimensionless">1</cn>
								<ci>eta</ci>
							</apply>
							<apply>
								<minus/>
								<cn cellml:units="dimensionless">1</cn>
								<ci>efficacy</ci>
							</apply>
							<ci>k</ci>
							<ci>V</ci>
							<ci>T</ci>
						</apply>
						<apply>
							<times/>
							<ci>delta</ci>
							<ci>T_star</ci>
						</apply>
					</apply>
					<apply>
						<times/>
						<ci>a_L</ci>
						<ci>L</ci>
					</apply>
				</apply>
			</apply>
		</math>
	</component>

	<component name="viral_load" cmeta:id="viral_load">
		<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#">
			<rdf:Description rdf:about="#viral_load">This component relates to the HIV population size</rdf:Description>
			<rdf:Description rdf:about="#V">total viral load.</rdf:Description>
		</rdf:RDF>
		<variable name="time" public_interface="in" units="day"/>
		<variable name="N" initial_value="2000" units="dimensionless"/>
		<variable name="c" initial_value="23" units="per_day"/>
		<variable name="delta" public_interface="in" units="per_day"/>
		<variable name="T_star" public_interface="in" units="per_ml"/>
		<variable name="V" cmeta:id="V" initial_value="50" public_interface="out" units="per_ml"/>
		<math xmlns="http://www.w3.org/1998/Math/MathML">
			<apply>
				<eq/>
				<apply>
					<diff/>
					<bvar>
						<ci>time</ci>
					</bvar>
					<ci>V</ci>
				</apply>
				<apply>
					<minus/>
					<apply>
						<times/>
						<ci>N</ci>
						<ci>delta</ci>
						<ci>T_star</ci>
					</apply>
					<apply>
						<times/>
						<ci>c</ci>
						<ci>V</ci>
					</apply>
				</apply>
			</apply>
		</math>
	</component>

	<component name="drug_efficacy">
		<variable initial_value="0.4" name="efficacy" public_interface="out" units="dimensionless"/>
	</component>


	<!-- connections -->
	<connection>
		<map_components component_1="environment" component_2="uninfected"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="environment" component_2="latently_infected"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="environment" component_2="productively_infected"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="environment" component_2="viral_load"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>
	<connection>
		<map_components component_1="uninfected" component_2="latently_infected"/>
		<map_variables variable_1="T" variable_2="T"/>
		<map_variables variable_1="k" variable_2="k"/>
	</connection>
	<connection>
		<map_components component_1="uninfected" component_2="productively_infected"/>
		<map_variables variable_1="T" variable_2="T"/>
		<map_variables variable_1="k" variable_2="k"/>
	</connection>
	<connection>
		<map_components component_1="uninfected" component_2="viral_load"/>
		<map_variables variable_1="V" variable_2="V"/>
	</connection>
	<connection>
		<map_components component_1="latently_infected" component_2="viral_load"/>
		<map_variables variable_1="V" variable_2="V"/>
	</connection>
	<connection>
		<map_components component_1="productively_infected" component_2="viral_load"/>
		<map_variables variable_1="V" variable_2="V"/>
		<map_variables variable_1="T_star" variable_2="T_star"/>
		<map_variables variable_1="delta" variable_2="delta"/>
	</connection>
	<connection>
		<map_components component_1="latently_infected" component_2="productively_infected"/>
		<map_variables variable_1="L" variable_2="L"/>
		<map_variables variable_1="eta" variable_2="eta"/>
		<map_variables variable_1="a_L" variable_2="a_L"/>
	</connection>
	<connection>
		<map_components component_1="drug_efficacy" component_2="uninfected"/>
		<map_variables variable_1="efficacy" variable_2="efficacy"/>
	</connection>
	<connection>
		<map_components component_1="drug_efficacy" component_2="latently_infected"/>
		<map_variables variable_1="efficacy" variable_2="efficacy"/>
	</connection>
	<connection>
		<map_components component_1="drug_efficacy" component_2="productively_infected"/>
		<map_variables variable_1="efficacy" variable_2="efficacy"/>
	</connection>


	<!-- metadata -->
	<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		<rdf:Description rdf:about="">
			<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Modeling latently infected cell activation: viral and latent reservoir persistence, and viral blips in HIV-infected patients on potent therapy (Basic Model)</dc:title>
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:parseType="Resource">
				<vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
					<vCard:Family>Choi</vCard:Family>
					<vCard:Given>Ethan</vCard:Given>
				</vCard:N>
				<vCard:EMAIL xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
					<rdf:value>mcho099@aucklanduni.ac.nz</rdf:value>
					<rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
				</vCard:EMAIL>
				<vCard:ORG xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
					<vCard:Orgname>The University of Auckland</vCard:Orgname>
					<vCard:Orgunit>Auckland Bioengineering Institute</vCard:Orgunit>
				</vCard:ORG>
			</dc:creator>
			<dcterms:created xmlns:dcterms="http://purl.org/dc/terms/" rdf:parseType="Resource">
				<dcterms:W3CDTF>2010-02-04</dcterms:W3CDTF>
			</dcterms:created>
		</rdf:Description>
		<rdf:Description rdf:about="#rong_2009a">
			<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Modeling latently infected cell activation: viral and latent reservoir persistence, and viral blips in HIV-infected patients on potent therapy</dc:title>
			<cmeta:comment rdf:parseType="Resource">
				<rdf:value>This is the CellML description of Rong and Perelson's 2009 mathematical model for latently infected cell activation in HIV-infected patients on potent therapy</rdf:value>
				<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:parseType="Resource">
					<vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Ethan Choi</vCard:FN>
				</dc:creator>
			</cmeta:comment>
			<cmeta:bio_entity>CD4+ T cell</cmeta:bio_entity>
			<!-- Keywords -->
			<bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:parseType="Resource">
				<dc:subject xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:parseType="Resource">
					<bqs:subject_type>Keywords</bqs:subject_type>
					<rdf:value>
						<rdf:Bag>
							<rdf:li>immunology</rdf:li>
							<rdf:li>CD4 T cell</rdf:li>
							<rdf:li>HIV-1</rdf:li>
							<rdf:li>dynamics</rdf:li>
							<rdf:li>HAART</rdf:li>
							<rdf:li>CD8 T cell</rdf:li>
						</rdf:Bag>
					</rdf:value>
				</dc:subject>
			</bqs:reference>
			<bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:parseType="Resource">
				<bqs:Pubmed_id>19834532</bqs:Pubmed_id>
				<bqs:JournalArticle rdf:parseType="Resource">
					<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">
						<rdf:Seq>
							<rdf:li rdf:parseType="Resource">
								<bqs:Person rdf:parseType="Resource">
									<vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
										<vCard:Family>Rong</vCard:Family>
										<vCard:Given>Libin</vCard:Given>
									</vCard:N>
								</bqs:Person>
							</rdf:li>
							<rdf:li rdf:parseType="Resource">
								<bqs:Person rdf:parseType="Resource">
									<vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
										<vCard:Family>Perelson</vCard:Family>
										<vCard:Given>Alan</vCard:Given>
										<vCard:Other>S</vCard:Other>
									</vCard:N>
								</bqs:Person>
							</rdf:li>
						</rdf:Seq>
					</dc:creator>
					<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Modeling latently infected cell activation: viral and latent reservoir persistence, and viral blips in HIV-infected patients on potent therapy</dc:title>
					<dcterms:issued xmlns:dcterms="http://purl.org/dc/terms/" rdf:parseType="Resource">
						<dcterms:W3CDTF>2009-10-16</dcterms:W3CDTF>
					</dcterms:issued>
					<bqs:Journal rdf:parseType="Resource">
						<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">PLoS Computation Biology</dc:title>
					</bqs:Journal>
					<bqs:volume>5(10)</bqs:volume>
					<bqs:first_page>1</bqs:first_page>
					<bqs:last_page>18</bqs:last_page>
				</bqs:JournalArticle>
			</bqs:reference>
		</rdf:Description>
	</rdf:RDF>


	<!-- OpenCell metadata -->
	<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		<rdf:Description rdf:nodeID="n1">
			<boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#">
				<rdf:Description rdf:nodeID="n2"/>
			</boundIntervals>
		</rdf:Description>
		<rdf:Description rdf:nodeID="n2">
			<rdf:first>
				<rdf:Description rdf:nodeID="n3"/>
			</rdf:first>
			<rdf:rest>
				<rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
			</rdf:rest>
		</rdf:Description>
		<rdf:Description rdf:about="#rong_2009a">
			<simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#">
				<rdf:Description rdf:nodeID="n1"/>
			</simulation>
		</rdf:Description>
		<rdf:Description rdf:nodeID="n3">
			<endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">100</endingValue>
			<pointDensity xmlns="http://www.cellml.org/metadata/simulation/1.0#nonstandard-" xml:lang="en">100000</pointDensity>
		</rdf:Description>
	</rdf:RDF>
</model>