<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>A Problog Model For Analyzing Gene Regulatory Networks</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Antonio Goncalves</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Irene M. Ong</string-name>
          <email>ong@cs.wisc.edu</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Je rey A. Lewis</string-name>
          <email>jalewis4@wisc.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>V tor Santos Costa</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Genetics, University of Wisconsin Madison</institution>
          ,
          <addr-line>WI 53706</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Faculty of Sciences, Universidade do Porto CRACS INESC-TEC and Department of Computer Science Porto</institution>
          ,
          <addr-line>Portugal 4169-007</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Great Lakes Bioenergy Research Center, University of Wisconsin Madison</institution>
          ,
          <addr-line>WI 53706</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Transcriptional regulation play an important role in every cellular decision. Gaining an understanding of the dynamics that govern how a cell will respond to diverse environmental cues is di cult using intuition alone. We introduce logic-based regulation models based on state-of-the-art work on statistical relational learning, to show that network hypotheses can be generated from existing gene expression data for use by experimental biologists.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Transcriptional regulation refers to how proteins control gene expression in the
cell. Many major cellular decisions involve changes in transcriptional
regulation. Thus, gaining insight into transcriptional regulation is important not just
for understanding the fundamental biological processes, but also will have deep
practical consequences in elds such as the medical sciences. With the advent of
high-throughput technologies and advanced measurement techniques molecular
biologists and biochemists are rapidly identifying components of transcriptional
networks and determining their biochemical activities. Unfortunately,
understanding these complex multicomponent networks that govern how a cell will
respond to diverse environmental cues is di cult using intuition alone.</p>
      <p>In this work, we aim at building probabilistic logical models thatwould
uncover the structure and dynamics of such networks and how they regulate their
targets.</p>
      <p>
        Despite the challenge of inferring genetic regulatory networks from gene
expression data, various computational models have been developed for regulatory
network analysis. Examples include approaches based on logical gates [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ], and
probabilistic approaches, often based on Bayesian networks [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. On one hand,
logic gates provide a natural, intuitive way to describe interactions between
proteins and genes. On the other hand, probabilistic approaches can handle
incomplete and imprecise data in a very robust way.
      </p>
      <p>
        Our main contribution is in introducing a model that combines the two
approaches. Our approach is based on the probabilistic logic programming
language ProbLog [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ]. In this language, we can express true logical statements
(expressed as true rules ) about a world where there is uncertainty over data,
expressed as probabilistic facts. In the setting of gene expression, this corresponds
to establishing:
(1) a set of true rules describing the possible interactions existing in a cell;
(2) a set of uncertain facts describing which possible rules are applicable to a
certain gene or set of genes.
      </p>
      <p>
        Given time-series gene expression data, we want to choose the probability
parameters that best describe the data. Our approach is to reduce this problem
to an optimization problem, and use a gradient ascent algorithm to estimate
a local solution [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] in the style of logistic regression. We further contribute an
e cient implementation to this algorithm that computes both probabilities and
gradients through binary decision diagrams (BDD). We validate our approach
by using it to study expression data on an important gene-expression pathway,
the Hog1 pathway [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        Related Work Logic-based modeling is seen as an approach lying midway
between the complexity and precision of di erential equations on one hand and
data-driven regression approaches on the other[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        Despite the di culty of deciphering genetic regulatory networks from
microarray data, numerous approaches to the task have been quite successful.
Friedman et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] were the rst to address the task of determining properties of
the transcriptional program of S. cerevisiae (yeast) by using Bayesian networks
(BNs) to analyze gene expression data. Pe'er et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] followed up that work
by using BNs to learn master regulator sets. Other approaches include Boolean
networks (Akutsu et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], Ideker et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]) and other graphical approaches
(Tanay and Shamir [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], Chrisman et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]).
      </p>
      <p>
        The methods above can represent the dependence between interacting genes,
but they cannot capture causal relationships. In our previous work [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], we
proposed that the analysis of time series gene expression microarray data using
Dynamic Bayesian networks (DBNs) could allow us to learn potential causal
relationships.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Methods</title>
      <p>
        Recently, there has been interest in combining logical and probabilistic
representations within the framework of Statistical Relational Learning [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. This
framework allows the compact representation of complex networks, and has been
implemented over a large variety of languages and systems. Arguably, one of the
most popular SRL languages is the programming language ProbLog [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ]. This
language was initially motivated by the problem of representing a graph where
there is uncertainty over whether edges exist or not. As a straightforward
example consider the directed graph in Figure 1.
Notice that each edge has a probability of being true. As an example, starting
from a we can reach b with probability 0:2 and c with probability 0:5. We assume
that all the di erent probabilities are independent.
      </p>
      <p>Given the example in Fig 1, ProbLog allows one to answer several queries,
such as what is the most likely path between two nodes, and what is the total
probability that there is a path between two nodes. The algorithm takes advantage
of independence between probabilistic facts.</p>
      <p>Note that computing the probability is not simply the sum if di erent paths
have a common edge. As an example, consider P r(ae). The path abde shares
the edge de with acde, and the edge ab with abe. Summing these three paths
would count two edges twice.</p>
      <p>Kimmig and de Raedt proposed an e ective solution to this problem. The
idea is that probability can be computed as a sum if the paths do not share edges.
This can be obtained by selecting an edge (or fact), and splitting into the case
where the edge is true and the case where the edge is false. The process can be
repeated recursively until we run out of facts to split. Kimmig and de Raedt's
key observation is that this idea is indeed the same one that is used to
construct binary decision diagrams (BDDs): the total probability can be obtained
by generating a BDD from the proofs.</p>
      <p>
        Binary decision diagrams provide a very e cient implementation for
probability computation over small and medium graphs. Unfortunately, they do not
scale to larger graphs with thousands of nodes. In this case, ProbLog
implementations rely on approximated solutions, either Monte Carlo methods or often by
approximating the total probability by the probability of the best k queries [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Experimental Methodology</title>
      <p>
        We obtained time-series gene expression data from Lee et al. [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] for our
experiments. The experiments followed the response of actively growing Saccharomyces
cerevisiae to an osmotic shock of 0.7 M NaCl. The dose of salt was selected by
the experimentalists to provide a robust physiological response but allow high
viability and eventual resumption of cell growth. The samples were collected
before and after NaCl treatment at 30, 60, 90, 120, and 240 min (measuring the
peak transcript changes that occurs at or after 30 min) [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. We focused our
attention on the 270 genes of the Hog1 Msn2/4 pathway from Capaldi [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] for
which we have expression data and utilized the temporal data to better estimate
the relationships from the data.
      </p>
      <p>Our experiments aim for a more detailed picture of the learned network by
using the temporal nature of the data. The output generated is a weighted,
directed gene network, but nodes are connected as a gated network:
{ AND: two promoter genes need to be active in order to activate a gene, as
shown in the graph. We also show the ProbLog code for the temporal model:
active(G3,T1,Z)
:next_step(T0,T1),
and(G1,G2,G3),
active(E,T0,G1),
active(E,T0,G2).
{ OR: either promoter gene needs to be active in order to activate a gene, as
shown in the graph. We also show the corresponding ProbLog code for the
temporal model.</p>
      <p>active(G3,T1,Z)
:next_step(T0,T1),
or(G1,G2,G3),
active(E,T0,G1).
active(G3,T1,Z)
:next_step(T0,T1),
or(G1,G2,G3),
active(E,T0,G2).
{ XOR: one promoter gene needs to be active and one repressor gene needs
to be inactive in order to activate a gene, as shown in the graph.
active(G3,T1,Z)
:next_step(T0,T1),
xor(G1,G2,G3),
active(E,T0,G1),
not_active(E,T0,G2).</p>
      <p>This is the only case where we allow the possibility of negative regulation.
{ SINGLE: a unique promoter gene regulates the target gene.
active(G2,T1,Z)
:next_step(T0,T1),
single(G1,G2),
active(E,T0,G1).</p>
      <p>We use two di erent forms of temporal data: expression level (E), and
variation ( ). We experimented with three di erent approaches:
(1) Level in uences variation (LV).
(2) Variation in uences variation (VV).
(3) Level in uences level (LL).</p>
      <p>One important advantage of the approach is that it allows us to implement
soft constraints on the probability distribution. These constraints are
implemented by saying that satisfying some rule must have probability 1 or 0. In our
experiments, we implement constraints saying that a gene must be explained by
a single rule. Two example constraints for OR are of the form: The next
constraint says that there must be a single set of parents for a gene de ned with
the LV _ rule:
!</p>
      <p>Et(G1) _ Et(G2) )</p>
      <p>^
Et(G3) _ Et(G4) )
t+1(G)
t+1(G)</p>
      <p>G1 = G3 ^ G2 = G4
:( Et(G1) _ Et(G2) )
)</p>
      <p>Et(G3)</p>
      <p>^
Et(G4) )
t+1(G)
t+1(G)</p>
      <p>The second constraint ensures that we cannot use two rules of di erent types
at the same time:
In practice, we must be careful not to ood the system with soft constraints. In
our experiment we implemented one joint soft constraint per gene.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>Learning regulatory networks from gene expression is a hard problem. Data is
noisy and relationships between genes highly complex. We present a statistical
relational approach to modeling pathways. Our approach allows us to design a
coarser and a more ne grained model, based on probabilistic gates.</p>
      <p>We plan to continue improving the model quality and experiment with new
data. Speci cally, we would like to experiment with implementing a regression
based approach, as it ts our framework naturally. Last, but not least, we would
like to investigate how to reduce the number of parameters in the model by
exploiting strong correlations between gene expression.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This work is nanced by the ERDF European Regional Development Fund
through the COMPETE Programme (operational programme for
competitiveness) FCOMP-01-0124-FEDER-010074 and by National Funds through the FCT
Fundac~ao para a Ci^encia e a Tecnologia (Portuguese Foundation for Science and
Technology) within project HORUS (PTDC/EIA-EIA/100897/2008) and by the
US 760 Department of Energy (DOE) Great Lakes Bioenergy Research Center
(DOE BER 761 O ce of Science DE-FC02-07ER64494).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Glass</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <article-title>Kau man, S.: A logical analysis of continuous, non-linear biochemical control networks</article-title>
          .
          <source>Journal of Theoretical Biology</source>
          <volume>39</volume>
          (
          <year>1973</year>
          )
          <volume>103</volume>
          {
          <fpage>129</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Thomas</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Boolean formalization of genetic control circuits</article-title>
          .
          <source>Journal of Theoretical Biology</source>
          <volume>42</volume>
          (
          <year>1973</year>
          )
          <volume>563</volume>
          {
          <fpage>585</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Friedman</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Linial</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nachman</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , Pe'er, D.:
          <article-title>Using Bayesian networks to analyze expression data</article-title>
          .
          <source>Journal of Computational Biology</source>
          <volume>7</volume>
          (
          <issue>3</issue>
          /4) (
          <year>2000</year>
          )
          <volume>601</volume>
          {
          <fpage>620</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Raedt</surname>
            ,
            <given-names>L.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kimmig</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toivonen</surname>
          </string-name>
          , H.:
          <article-title>Problog: A probabilistic prolog and its application in link discovery</article-title>
          . In Veloso, M.M., ed.
          <source>: IJCAI 2007, Proceedings of the 20th International Joint Conference on Arti cial Intelligence</source>
          , Hyderabad, India, January 6-
          <issue>12</issue>
          ,
          <year>2007</year>
          . (
          <year>2007</year>
          )
          <volume>2462</volume>
          {
          <fpage>2467</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Kimmig</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Santos Costa</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rocha</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demoen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raedt</surname>
          </string-name>
          , L.D.:
          <article-title>On the Implementation of the Probabilistic Logic Programming Language ProbLog</article-title>
          .
          <source>Theory and Practice of Logic Programming Systems</source>
          <volume>11</volume>
          (
          <year>2011</year>
          )
          <volume>235</volume>
          {
          <fpage>262</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Gutmann</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kimmig</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kersting</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raedt</surname>
          </string-name>
          , L.D.:
          <article-title>Parameter learning in probabilistic databases: A least squares approach</article-title>
          . In: ECML/PKDD{
          <fpage>08</fpage>
          . Volume LNCS
          <volume>5211</volume>
          ., Antwerp, Belgium, Springer (September
          <volume>15</volume>
          {
          <fpage>19</fpage>
          <year>2008</year>
          )
          <volume>473</volume>
          {
          <fpage>488</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Capaldi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaplan</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Habib</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Regev</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Friedman</surname>
          </string-name>
          , N.,
          <string-name>
            <surname>O'Shea</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          :
          <article-title>Structure and function of a transcriptional network activated by the mapk hog1</article-title>
          .
          <source>Nature Genetics</source>
          <volume>40</volume>
          (
          <year>2008</year>
          )
          <volume>1300</volume>
          {
          <fpage>1306</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Morris</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saez-Rodriguez</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sorger</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , Lau enburger, D.:
          <article-title>Logic-based models for the analysis of cell signaling networks</article-title>
          .
          <source>Biochemistry</source>
          <volume>49</volume>
          (
          <year>2010</year>
          )
          <volume>3216</volume>
          {
          <fpage>3224</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Pe'er,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Regev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Tanay</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>Minreg: Inferring an active regulator set</article-title>
          .
          <source>In: Proceedings of the 10th International Conference on Intelligent Systems for Molecular Biology</source>
          , Oxford University Press (
          <year>2002</year>
          )
          <article-title>S258</article-title>
          {
          <fpage>S267</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Akutsu</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuhara</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maruyama</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miyano</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Identi cation of gene regulatory networks by strategic gene disruptions and gene overexpressions</article-title>
          .
          <source>In: Proc. the 9th Annual ACM-SIAM Symposium on Discrete Algorithms</source>
          . (
          <year>1998</year>
          )
          <volume>695</volume>
          {
          <fpage>702</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Ideker</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thorsson</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karp</surname>
          </string-name>
          , R.:
          <article-title>Discovery of regulatory interactions through perturbation: Inference and experimental design</article-title>
          . In: Paci c Symposium on Biocomputing. (
          <year>2000</year>
          )
          <volume>302</volume>
          {
          <fpage>313</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Tanay</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shamir</surname>
          </string-name>
          , R.:
          <article-title>Computational expansion of genetic networks</article-title>
          .
          <source>In: Bioinformatics</source>
          . Volume
          <volume>17</volume>
          . (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Chrisman</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Langley</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bay</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pohorille</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Incorporating biological knowledge into evaluation of causal regulatory hypotheses</article-title>
          .
          <source>In: Paci c Symposium on Biocomputing (PSB)</source>
          .
          <source>(January</source>
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Ong</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glasner</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Page</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Modelling regulatory pathways in Escherichia coli from time series expression pro les</article-title>
          .
          <source>Bioinformatics</source>
          <volume>18</volume>
          (
          <year>2002</year>
          )
          <article-title>S241</article-title>
          {
          <fpage>S248</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Taskar</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Getoor</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Introduction to Statistical Relational Learning</article-title>
          . MIT Press (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Topper</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hubler</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hose</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wenger</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Coon</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gasch</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>A dynamic model of proteome changes reveals new roles for transcript alteration in yeast</article-title>
          .
          <source>Molecular Systems Biology</source>
          <volume>7</volume>
          (
          <issue>514</issue>
          ) (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Berry</surname>
            ,
            <given-names>D.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gasch</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          :
          <article-title>Stress-activated genomic expression changes serve a preparative role for impending stress in yeast</article-title>
          .
          <source>Molecular Biology of the Cell</source>
          <volume>19</volume>
          (
          <issue>11</issue>
          ) (
          <year>2008</year>
          )
          <volume>4580</volume>
          {
          <fpage>4587</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>