<!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>Logic programming applied to genome evolution in cancer?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>A. Dal Palu</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>A. Dovier</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>A. Formisano</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>A. Policriti</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>E. Pontelli</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science</institution>
          ,
          <addr-line>New</addr-line>
          <country>Mexico State University</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Dipartimento di Matematica e Informatica, Universita degli Studi di Parma</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Dipartimento di Matematica e Informatica, Universita degli Studi di Perugia</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Dipartimento di Scienze Matematiche, Informatiche e Fisiche Universita degli Studi di Udine</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>As often observed in the literature, cancer evolution follows a path that is unique to each patient; therefore, classical analysis based on the identi cation of typical mutations, provides little insight in the understanding of the general rules that drive cancer genesis and evolution. Recent genome sequencing pipelines allow researchers to retrieve rich genetic and epigenetic information from sampled tissues. Analyzing and comparing the evolution of cancer cells for each patient over a large time span can provide some accurate information and relationships. This paper presents a project for a logic programming based analysis that processes time-related genomic information.</p>
      </abstract>
      <kwd-group>
        <kwd>Cancer evolution</kwd>
        <kwd>Genome analysis</kwd>
        <kwd>ASP</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Modern sequencing techniques applied to genomic studies are now capable of
producing high-throughput data related to speci c individuals. With fast and
inexpensive methods, it is possible to retrieve accurate information about a DNA
sequence, its methylation (used for epigenetic studies), histones modi cations,
and gene and protein expression. The process can be repeatedly applied to the
same sample over years, for instance, before and after a set of pharmacological
therapies. The evolution of an organism and/or a speci c sample of cells at
genomic scale can be tracked when observing such biological properties. The
cancer cells include features such as fast changing genome and cross combination
of di erent o springs of tumoral cells.</p>
      <p>The classical theory of gene mutation, used since the 70s, de nes the
cancer evolution as a Darwinian process, where the cells compete for survival and
the mutations accumulated over time may produce the insurgence of a tumor.
However, the search for speci c markers and pathways did not produce a clear
understanding for many cases. More exible models could capture the large
variability of DNA mutations observed in the same type of tumors among patients.
? The work is partially supported by INdAM GNCS 2016 project.</p>
      <p>
        Compared to previous models, where a simple gene mutation was assumed
during cancer evolution, new data allows a more precise investigation and suggests
new models based on evolution principles. In particular, the temporal dimension
is taken into account in the genomic and epigenomic analysis [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]. This novel
paradigm is re ected in the growing literature on Cancer genome evolution[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]:
this research direction considers the genetic material as a global and detailed
source of information. The changes among cells generations during the
development of a tumor can be tracked and explained by looking at the global properties
over time.
      </p>
      <p>
        The goal of our study is to employ Answer Set Programming (ASP) [
        <xref ref-type="bibr" rid="ref24 ref26">26,
24</xref>
        ] to model new mining techniques, that search for relevant time-dependent
relationships. In particular, di erently from classical algorithms, where
statistical analysis is used to identify strong peaks over a noise threshold, we focus on
mixing evolutionary analysis and mutation analysis. The combination of the two
techniques allows us to produce a rich and exible model. The use of logic
programming helps in the de nition of a declarative model that merges two distinct
aspects: the haplotype identi cation problem and phylogenetic reconstruction.
The literature has already o ered separate logic programming models of these
two problems. In our case, the evolution of cancer genome can provide uniform
input to both problems, namely the search for descriptors of mutations that are
correlated over time.
      </p>
      <p>
        Along with the modeling of this novel perspective, another challenge is the
size of the data to be analyzed, requiring the use of modern ASP solving
technologies and motivating the exploration of novel resolution models, such as those
based on the use of parallel programming techniques (e.g., GPU programming,
as recently explored in [
        <xref ref-type="bibr" rid="ref2 ref27 ref3 ref5 ref7">27, 5, 7, 2, 3</xref>
        ]). This paper provides a preliminary report
describing the activities of an ongoing GNCS-2016 project, focused on the
analysis of genome evolution in cancer, and outlining the potential of this research.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Background</title>
      <p>
        We assume that the reader is familiar with Answer Set Programming (see, e.g.,
[
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]). In this section, we brie y introduce the formalization of two well-known
problems in bioinformatics. The rst problem is the haplotype inference
problem [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], i.e., the problem of identifying the minimal set of mutations that explain
those observed on a population-wide genome sequencing. The second problem
considered is the classical problem of phylogenetic inference: the reconstruction
of a tree that summarizes the mutations over time for a set of species.
      </p>
      <p>
        ASP is particularly suited to the modeling and resolution of these classes of
problems, because of its exibility in the modeling phase, its elaboration
tolerance, and the fast prototyping cycle. In the literature, there are examples of
ASP encoding of the haplotyping problem [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and phylogenetic tree
reconstruction problem [
        <xref ref-type="bibr" rid="ref25 ref9">25, 9</xref>
        ] (along with other uses of ASP to support phylogenetic data,
e.g., to support complex queries on phylogenetic repositories [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]). These
problems have also been addressed using alternative logic-based and constraint-based
paradigms|the readers are referred to, e.g., [
        <xref ref-type="bibr" rid="ref1 ref28">1, 28</xref>
        ] for additional references.
However there are no applications nor combinations of these techniques in the
study of genome evolution in cancer.
2.1
      </p>
      <sec id="sec-2-1">
        <title>Phylogenetic Inference</title>
        <p>Phylogenies are artifacts that describe the relationships among entities (e.g.,
proteins or genomes) derived from a process of evolution. We often refer to the
entities studied in a phylogeny as taxonomic units (TUs) or taxa.</p>
        <p>
          The eld of Phylogenetics developed from the domain of biology as a powerful
instrument to investigate similarities and di erences among entities as a result
of an evolutionary process. Evolutionary theory provides a powerful framework
for comparative biology, by converting similarities and di erences into events
re ecting causal processes. As such, evolutionary-based methods provide more
reliable answers than the traditional similarity-based methods, as they employ
a theory (of evolution) to describe changes instead of relying on simple pattern
matching. Indeed, evolutionary analyses have become the norm in a variety of
areas of biological analysis. Evolutionary methods have proved successful, not
merely in addressing issues of interest to evolutionary biologists, but in regard
to practical problems of structural and functional inference [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ]. Evolutionary
inference of pairing interactions determining ribosomal RNA structure [
          <xref ref-type="bibr" rid="ref35">35</xref>
          ] is a
clear case in which progress was made by the preferential use of an evolutionary
inference method, even when direct (but expensive and imprecise) experimental
alternatives were available. Eisen and others [
          <xref ref-type="bibr" rid="ref31 ref8">31, 8</xref>
          ] have shown how an
explicitly evolutionary approach to protein \function" assignment eliminates certain
categories of error that arise from gene duplication and loss, unequal rates of
evolution, and inadequate sampling. Other inference problems that have been
addressed through evolutionary methods include studies of implications of SNPs
in the human population [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ], identi cation of speci city-determining sites [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ],
inference of interactions between sites in proteins [
          <xref ref-type="bibr" rid="ref34">34</xref>
          ], interactions between
proteins [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ], and inferences of categories of sets of genes that have undergone
adaptive evolution in recent history [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ].
        </p>
        <p>
          Phylogenetic analysis has also found applications in domains that are outside
of the realm of biology; for example, a rich literature has explored the evolution
of languages (e.g., [
          <xref ref-type="bibr" rid="ref12 ref30 ref6">12, 30, 6</xref>
          ]). The de nitions and techniques employed are the
same; of course the notion of \observable property" can be di erent. Starting
from genes one notices di erences using string matching algorithms. But
differences (to be analyzed and explained) can be more macroscopic such as the
presence/absence of a tail in an animal or the way one say \father" in a language.
Modeling. Let us consider the problem of phylogenetic tree reconstruction,
namely: given a set of data characterizing the entities being studied (e.g., species,
genes, languages), we wish to identify a phylogeny that accurately describes the
evolutionary lineages among the given entities. We start with the notion of
phylogenetic tree and then we give the notion of compatibility of characters.
        </p>
        <p>A phylogenetic tree (or simply a phylogeny ) is typically a labeled binary tree
(V; E; L; T ; L) where:</p>
        <p>The leaves L represent the taxonomic units being compared;
The internal nodes V n L represent the (hypothetical) ancestral units; in rare
cases, the internal nodes correspond to concrete entities (e.g., fossils);
The edges E of the tree describe evolutionary relationships; the structure of
the edges describe the processes that hypothetically led to the evolution of the
TUs, e.g., biological processes of speciation, gene duplication, and gene loss;
Commonly, each TU is described by a collection of nite domain properties,
referred to as characters. In the formalization, T = (C; D; f ) is the description
of such properties, where</p>
        <p>C = fc1; : : : ; ckg is a nite set of characters;
D = (Dc1 ; : : : ; Dck ) associates a nite domain to each character;
f : L C ! Sc2C Dc is a function that provides the value of each character
for each TU being studied.</p>
        <p>We are often interested in the length of the branches of a phylogeny and/or
the assignment of dates to the internal nodes of the phylogeny; if this feature
is present, then we will describe it as a function L : E ! R+.</p>
        <p>Whenever we do not have information about the length of the branches, we omit
the component L from the description of the phylogeny.</p>
        <p>For presentation simplicity, we focus on one example with macroscopic
observable properties. Fig. 1 (left) shows a phylogenetic tree for the TUs L =
fMollusca, Annelida, Arthopoda, Echinodermata, Chordatag. In this example, the
set of characters is C = fCoelom; Darkg|Coelom denotes the presence/absence
of coelom (a body cavity between the intestine and the body walls), while Dark
denotes the phenotypical character of having dark color. In this example, these
are both binary characters, i.e., DCoelom = DDark = f0; 1g. The function f
describing the ve TUs is given by the table underneath each TU in the gure|
e.g., f (Annelida; Coelom) = 0 and f (Annelida; Dark) = 0.</p>
        <p>
          The key point in the phylogenetic tree reconstruction problem is how to de ne
what does it mean to \accurately describe", i.e., what measure of accuracy is
used to compare plausible trees. A variety of measures have been proposed, and
various phylogenetic reconstruction methods have been proposed based on the
speci c measure being used to assess quality of the phylogeny. A common method
used in deriving phylogenies is based on the idea of character compatibility |a
principle derived from Le Quesne's idea of uniquely derived characters [
          <xref ref-type="bibr" rid="ref21 ref22">21, 22</xref>
          ].
        </p>
        <p>The intuitive idea of compatibility is as follows: a character c is compatible
with a phylogeny if the TUs that present the same value for such character are
connected by a subtree within the phylogeny. More formally, given a phylogeny
P = (V; E; L; T ; L), with T = (C; D; f ), a character c 2 C is compatible with P
if there is a mapping hc : V ! Dc such that:</p>
        <p>For each t 2 L we have that hc(t) = f (t; c);
For each i 2 Dc, the projection of the graph (V; E) on the set of nodes
Vic = ft 2 V j hc(t) = ig has a subgraph that has Vic as nodes and it is a
rooted tree.</p>
        <p>A character that is not compatible with a phylogeny P is said to be incompatible.
The above (sub-tree) requirement implicitly states that when a character changes
(during evolution) it never goes back to the previous value. This is referred to
as the Camin-Sokal requirement; moreover, it also accounts for the requirement
that the \change" occurs in a unique place, known as the Dollo requirement.</p>
        <p>In the example of Fig. 1, the character Coelom is compatible with the given
phylogeny|as shown in Fig. 1(middle). On the other hand, the character Dark
is not compatible with this phylogeny (as shown in Fig. 1(right)).</p>
        <p>
          The goal, in phylogeny reconstruction, is to determine a phylogeny that
maximizes the number of characters that are compatible with it. This problem has
been often referred to as the k-incompatibility problem [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Formally, the
kincompatibility problem is the problem of deciding, given a set L of TUs, a
character description T = (C; D; f ) of L, and an integer n 2 N, whether there
is a phylogeny (V; E; L; T ) that has at most k incompatible characters.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Haplotype Inference</title>
        <p>The di erences between two organisms of the same species are derived from
di erences in some peculiar points of their DNA sequences. We present here
the problem of reconstructing the connection between a set of diploid organisms
(such as humans), given some information about such speci c DNA locations.</p>
        <p>The DNA of diploid organisms is organized in pairs of not completely
identical copies of chromosomes. The sequence of nucleotides from a single copy is
called haplotype, while the con ation of the two copies constitutes a genotype.
Each person inherits one of the two haplotypes from each parent. The most
common variation between two haplotypes is a di erence in a single nucleotide.
Using statistical analysis within a population, it is possible to describe and
analyze the typical points where these mutations occur. Each of such di erences
is called a Single Nucleotide Polymorphism (SNP). In other words, a SNP is a
single nucleotide site, in the DNA sequence, where more than one type of
nucleotide (usually two) occur with a non-negligible population frequency. We refer
to such sites as alleles.</p>
        <p>
          Considering a speci c genotype, a SNP site where the two haplotypes have
the same nucleotide is called an homozygous site, while it is heterozygous
otherwise. Research has con rmed that SNPs are the most common and predominant
form of genetic variation in DNA. Moreover, SNPs can be linked to speci c
traits of individuals and with their phenotypic variations within their
population. Consequently, haplotype information in general, and SNPs in particular,
are relevant in several contexts, such as, for instance, in the study and diagnosis
of genetic diseases, in forensic applications, etc. This makes the identi cation
of the haplotype structure of individuals, as well as the common part within a
population, of crucial importance. In practice, biological experiments are used to
collect genotype data instead of haplotype data, mainly due to cost or
technological limitations. To overcome such limitations, accurate computational methods
for inferring haplotype information from genotype data have been developed
during the last decades (for a review, the reader is referred to [
          <xref ref-type="bibr" rid="ref15 ref16 ref17">17, 15, 16</xref>
          ]).
Modeling. The haplotype inference problem can be formulated as follows. First,
we apply an abstraction and represent genotypes and haplotypes by focusing on
the collection of ambiguous SNPs sites in a population. Moreover, let us denote,
for each site, the two possible alleles using 0 and 1, respectively. Hence, an
haplotype will be represented by a sequence of n components taken from f0; 1g.
Each genotype g, being a con ation of two (partially) di erent haplotypes h1
and h2, will be represented as a sequence of n elements taken from f0; 1; 2g,
such that 0 and 1 are used for its homozygous sites, while 2 is used for the
heterozygous sites. More speci cally, following [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ], let us de ne the con ation
operation g = h1 h2 as follows:
g[i] =
h1[i] if h1[i] = h2[i]
2 otherwise
where g[i] denotes the ith element of the sequence g, for i = 1; : : : ; n.
        </p>
        <p>We say that a genotype g is resolved by a pair of haplotypes h1 and h2 if
g = h1 h2. A set H of haplotypes explains a given set G of genotypes, if for
each g 2 G there exists a pair of haplotypes h1; h2 2 H such that g = h1 h2.</p>
        <p>Given a set G of m genotypes, the haplotype inference problem consists of
determining a set H of haplotypes that explains G. The cardinality of H is
bound by 2m but, in principle, each genotype having k n ambiguous sites, can
be explained by 2k 1 di erent pairs of haplotypes. For instance, the singleton
G = f212g (i.e., k = 2) can be explained in two ways, namely by choosing
H = f011; 110g or H = f010; 111g (see also Fig. 2). Hence, in general, there
might be an exponential number of explanations for a given set G. All of them
are, from the combinatorial point of view, \equivalent" and a blind algorithm|
not exploiting any biological insights|may result in inaccurate, i.e., biologically
improbable, solutions. What is needed is a genetic model of haplotype evolution
to guide the algorithm in identifying the \right" solution(s).</p>
        <p>
          Several approaches have been proposed, relying on the implicit or explicit
adoption of assumptions re ecting general properties of an underlying genetic
model. We focus on one of such formulations, namely parsimony. The main
underlying idea is the application of a variant of Ockham's principle of parsimony:
the minimum-cardinality possible set H of haplotypes is the one to be chosen
as explanation for a given set of genotypes G. For instance the set G in Fig. 2
admits two explanations. The one at the bottom, i.e., f010; 111; 101g, is
preferable by the parsimony principle. In this formulation, the haplotype inference
problem has been shown in [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] to be APX-hard, through a reduction from the
node-covering problem.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Methods</title>
      <p>
        The basic idea is to use ASP to model the genome analysis. In particular, as rst
approximation of the problem, we focus on mutations that took place in speci c
locations of the DNA (Single Nucleotide Polymorphism). These mutations are
tracked at di erent moments in time for the same individual and tissue, opposed
to traditional techniques that search for these mutations across a large set of
individuals. Since the data is enriched by time information, it is possible to
integrate haplotype search with phylogenetic structure of tumoral ngerprints.
In fact, cell o spring relationships are strongly related to an evolutionary tree
for species. In our case, it is possible to model di erent snapshots of the genome
at di erent points in time, and correlate mutations over time as in the classical
phylogenetic inference. The algorithms for the construction of a phylogenetic
tree need to be modi ed to capture the evolutionary properties of the various
genomes collected from the same patient. Similar approaches have appeared in
the literature (e.g., [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]), though not based on logic programming. The goal is
to use the combination of haplotyping and phylogenetic tree reconstruction to
reconstruct the mutations over time, and provide an evolutionary map of cancer
haplotypes. The ASP framework allows us to prototype the models and have a
fast feedback about their quality.
3.1
      </p>
      <sec id="sec-3-1">
        <title>Modeling</title>
        <p>The evolutionary haplotype inference problem can be formulated by extending
the formalization presented for the haplotype inference problem. We de ne a
linear timeline T = t0; t1; : : : ; tk 1, whose time-steps are associated to each input
genotype. Formally a timed genotype is a pair (g; ti) made of a genotype g and
a time-step ti 2 T . A timed haplotype is a haplotype associated to a time step:
formally (h; ti) where h is a haplotype and ti 2 T .</p>
        <p>We say that a timed genotype (g; ti) is resolved by a pair of timed haplotypes
(h1; tj ) and (h2; tk) if g = h1 h2, ti tj and ti tk. A set H of timed haplotypes
explains a given set G of timed genotypes, if for each g 2 G there exists a pair
of timed haplotypes such that they resolve g.</p>
        <p>We need to introduce the notion of haplotype persistence: given a set H
of timed haplotypes, (h; ti) 2 H is persistent if for any tj , such that ti tj ,
(h; tj ) 2 H. In other words, persistent haplotypes in H are de ned at speci c
time-steps and they will explain any timed genotypes at times greater or equal to
ti. A set H of timed haplotypes is persistent if every haplotype in H is persistent.</p>
        <p>The last notion we introduce is the preference over two persistent sets H1
H2. Intuitively, we prefer timed haplotypes that appear as late as possible: this
re ects the fact that the occurrence of an haplotype cannot be delayed anymore
and therefore captures some relevant properties in the timed genomes (e.g.,
consequences of a therapy). On the other hand, any haplotype at a certain time
ti can be introduced at previous time-steps, without violating any properties.
Therefore, a preference that captures the late occurrence of haplotypes re ects a
more accurate characterization of the set H. Note that any solution for the
original haplotype inference problem can be extended to a timed haplotype solution
by adding the time step t0 to each haplotype.</p>
        <p>Formally, given two persistent haplotypes (h; ti) 2 H1 and (h; tj ) 2 H2,
we say that (h; ti) (h; tj ) if ti tj . We extend the preference to persistent
haplotype sets: H1 H2 re ects the fact that the set H1 is preferred to H2,
namely there is no pair (h; ti) 2 H1 and (h; tj ) 2 H2 such that (h; ti) 6 (h; tj ).</p>
        <p>Given a set G of timed genotypes, the evolutionary haplotype inference
problem consists of determining sets H of persistent timed haplotypes that explain G
such that there is no other solution H1 H.</p>
        <p>This model introduces only time information to available genotype. It is
possible to extend it to other facts that are annotated with the samples. For example,
the clinical condition of the patient can provide information about therapies and
other physiological parameters. The timed genotypes can be enriched by a tuple
of properties that could help in the comparison between solutions of
evolutionary haplotype inference problem for di erent patients. This information can be
retrieved from public/controlled access databases (see, e.g., the cancer genome
atlas cancergenome.nih.gov).
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In this work-in-progress paper, we brie y discussed the initial modeling of the
evolutionary haplotype inference problem; the problem is tied to investigation of
genome evolution in cancer (e.g., as result of pharmacological interventions). The
problem is combinatorial in nature, and suitable for modeling and analysis using
logic programming techniques. The project is in its infancy and will proceed
through the integration of the proposed haplotype inference with techniques
to reconstruct an associate evolutionary tree (with techniques borrowed from
phylogenetic analysis).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>P.</given-names>
            <surname>Barahona</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Krippahl</surname>
          </string-name>
          , and
          <string-name>
            <given-names>O.</given-names>
            <surname>Perriquet</surname>
          </string-name>
          .
          <article-title>Bioinformatics: A challenge to constraint programming</article-title>
          .
          <source>Hybrid Optimization</source>
          ,
          <volume>45</volume>
          :
          <fpage>463</fpage>
          {
          <fpage>487</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Federico</given-names>
            <surname>Campeotto</surname>
          </string-name>
          , Agostino Dovier, Ferdinando Fioretto, and
          <string-name>
            <given-names>Enrico</given-names>
            <surname>Pontelli</surname>
          </string-name>
          .
          <article-title>A GPU implementation of large neighborhood search for solving constraint optimization problems</article-title>
          .
          <source>In Proc of ECAI 2014 - 21st European Conference on Arti cial Intelligence</source>
          , volume
          <volume>263</volume>
          of Frontiers in
          <source>Arti cial Intelligence and Applications</source>
          , pages
          <volume>189</volume>
          {
          <fpage>194</fpage>
          . IOS Press,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Federico</given-names>
            <surname>Campeotto</surname>
          </string-name>
          , Agostino Dovier, and
          <string-name>
            <given-names>Enrico</given-names>
            <surname>Pontelli</surname>
          </string-name>
          .
          <article-title>A declarative concurrent system for protein structure prediction on GPU</article-title>
          .
          <source>J. Exp. Theor. Artif. Intell.</source>
          ,
          <volume>27</volume>
          (
          <issue>5</issue>
          ):
          <volume>503</volume>
          {
          <fpage>541</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>B.</given-names>
            <surname>Chisham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Wright</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Le</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Son</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E.</given-names>
            <surname>Pontelli.</surname>
          </string-name>
          CDAO-Store:
          <article-title>Ontologydriven Data Integration for Phylogenetic Analysis</article-title>
          .
          <source>BMC Bioinformatics</source>
          ,
          <volume>12</volume>
          :
          <fpage>98</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Dal</surname>
          </string-name>
          <string-name>
            <surname>Palu</surname>
          </string-name>
          , Agostino Dovier, Andrea Formisano, and
          <string-name>
            <given-names>Enrico</given-names>
            <surname>Pontelli</surname>
          </string-name>
          .
          <article-title>CUD@SAT: SAT solving on GPUs</article-title>
          .
          <source>J. Exp. Theor. Artif. Intell.</source>
          ,
          <volume>27</volume>
          (
          <issue>3</issue>
          ):
          <volume>293</volume>
          {
          <fpage>316</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>A.J.</given-names>
            <surname>Dobson</surname>
          </string-name>
          .
          <article-title>Lexicostatistical grouping</article-title>
          .
          <source>Anthropological Linguistics</source>
          ,
          <volume>11</volume>
          :
          <fpage>216</fpage>
          {
          <fpage>221</fpage>
          ,
          <year>1969</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Agostino</given-names>
            <surname>Dovier</surname>
          </string-name>
          , Andrea Formisano, Enrico Pontelli, and
          <string-name>
            <given-names>Flavio</given-names>
            <surname>Vella</surname>
          </string-name>
          .
          <article-title>A GPU implementation of the ASP computation</article-title>
          . In Marco Gavanelli and John H. Reppy, editors,
          <source>Proc of Practical Aspects of Declarative Languages - 18th International Symposium, PADL</source>
          <year>2016</year>
          ,, volume
          <volume>9585</volume>
          of Lecture Notes in Computer Science, pages
          <volume>30</volume>
          {
          <fpage>47</fpage>
          . Springer,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>J.A.</given-names>
            <surname>Eisen</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.C.</given-names>
            <surname>Hanawalt</surname>
          </string-name>
          .
          <article-title>A phylogenomic study of DNA repair genes, proteins, and processes</article-title>
          .
          <source>Mutation Research - DNA Repair</source>
          ,
          <volume>435</volume>
          (
          <issue>3</issue>
          ):
          <volume>171</volume>
          {
          <fpage>213</fpage>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Esra</given-names>
            <surname>Erdem</surname>
          </string-name>
          .
          <article-title>Applications of answer set programming in phylogenetic systematics</article-title>
          .
          <source>In Marcello Balduccini and Tran</source>
          Cao Son, editors,
          <source>Logic Programming</source>
          ,
          <source>Knowledge Representation, and Nonmonotonic Reasoning</source>
          , volume
          <volume>6565</volume>
          of Lecture Notes in Computer Science, pages
          <volume>415</volume>
          {
          <fpage>431</fpage>
          . Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Esra</surname>
            <given-names>Erdem</given-names>
          </string-name>
          , Ozan Erdem, and Ferhan Ture. HAPLO-ASP:
          <article-title>Haplotype inference using answer set programming</article-title>
          .
          <source>In Esra Erdem</source>
          ,
          <string-name>
            <given-names>Fangzhen</given-names>
            <surname>Lin</surname>
          </string-name>
          , and Torsten Schaub, editors,
          <source>Logic Programming and Nonmonotonic Reasoning</source>
          , 10th International Conference, LPNMR 2009, Potsdam, Germany,
          <source>September 14-18</source>
          ,
          <year>2009</year>
          . Proceedings, volume
          <volume>5753</volume>
          of Lecture Notes in Computer Science, pages
          <volume>573</volume>
          {
          <fpage>578</fpage>
          . Springer,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>G.F.</given-names>
            <surname>Estabrook</surname>
          </string-name>
          .
          <article-title>Ancestor-descendant relations and incompatible data: Motivation for research in discrete mathematics</article-title>
          .
          <source>In Mathematical Hierarchies and Biology</source>
          , volume
          <volume>27</volume>
          <source>of DIMAS Series in Discrete Mathematics</source>
          , pages
          <volume>1</volume>
          {
          <fpage>28</fpage>
          . American Mathematical Society,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>H.A.</given-names>
            <surname>Gleason</surname>
          </string-name>
          .
          <article-title>Counting and calculating for historical reconstruction</article-title>
          .
          <source>Anthropological Linguistics</source>
          ,
          <volume>1</volume>
          :
          <fpage>22</fpage>
          {
          <fpage>32</fpage>
          ,
          <year>1959</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>C. Greenman</surname>
          </string-name>
          et al.
          <article-title>Estimation of rearrangement phylogeny for cancer genomes</article-title>
          .
          <source>Genome Res.</source>
          ,
          <volume>22</volume>
          (
          <issue>2</issue>
          ):
          <volume>346</volume>
          {
          <fpage>361</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>T.</given-names>
            <surname>Gruber</surname>
          </string-name>
          .
          <article-title>Toward principles for the design of ontologies used for knowedge sharing</article-title>
          .
          <source>International Journal of Human Computer Studies</source>
          ,
          <volume>43</volume>
          (
          <issue>5-6</issue>
          ),
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Dan</surname>
          </string-name>
          <article-title>Gus eld. An overview of combinatorial methods for haplotype inference</article-title>
          .
          <source>In Istrail et al. [19]</source>
          , pages
          <fpage>9</fpage>
          {
          <fpage>25</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Dan</surname>
          </string-name>
          <article-title>Gus eld and Steven Hecht Orzack</article-title>
          .
          <article-title>Haplotype inference</article-title>
          . In Srinivas Aluru, editor,
          <source>Handbook of Computational Molecular Biology</source>
          , Computer &amp; Information Science, chapter
          <volume>18</volume>
          .
          <string-name>
            <surname>Chapman</surname>
          </string-name>
          &amp; Hall/CRC,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Bjarni</surname>
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Halldorsson</surname>
            , Vineet Bafna, Nathan Edwards, Ross Lippert, Shibu Yooseph, and
            <given-names>Sorin</given-names>
          </string-name>
          <string-name>
            <surname>Istrail</surname>
          </string-name>
          .
          <article-title>A survey of computational methods for determining haplotypes</article-title>
          .
          <source>In Istrail et al. [19]</source>
          , pages
          <fpage>26</fpage>
          {
          <fpage>47</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>S</given-names>
            <surname>Horne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C</given-names>
            <surname>Ye</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B</given-names>
            <surname>Abdallah</surname>
          </string-name>
          , G Liu, and
          <string-name>
            <given-names>H</given-names>
            <surname>Heng</surname>
          </string-name>
          .
          <article-title>Cancer genome evolution</article-title>
          .
          <source>Transl Cancer Res</source>
          ,
          <volume>4</volume>
          (
          <issue>3</issue>
          ):
          <volume>303</volume>
          {
          <fpage>313</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Sorin</surname>
            <given-names>Istrail</given-names>
          </string-name>
          , Michael S. Waterman, and Andrew G. Clark, editors.
          <source>Computational Methods for SNPs and Haplotype Inference</source>
          , DIMACS/RECOMB Satellite Workshop, Piscataway, NJ, USA, November
          <volume>21</volume>
          -
          <issue>22</issue>
          ,
          <year>2002</year>
          ,
          <string-name>
            <given-names>Revised</given-names>
            <surname>Papers</surname>
          </string-name>
          , volume
          <volume>2983</volume>
          of Lecture Notes in Computer Science. Springer,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Giuseppe</surname>
            <given-names>Lancia</given-names>
          </string-name>
          , Maria Cristina Pinotti, and
          <string-name>
            <given-names>Romeo</given-names>
            <surname>Rizzi</surname>
          </string-name>
          .
          <article-title>Haplotyping populations by pure parsimony: Complexity of exact and approximation algorithms</article-title>
          .
          <source>INFORMS Journal on Computing</source>
          ,
          <volume>16</volume>
          (
          <issue>4</issue>
          ):
          <volume>348</volume>
          {
          <fpage>359</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <given-names>W.J. Le</given-names>
            <surname>Quesne</surname>
          </string-name>
          .
          <article-title>A Method of Selection of Characters in Numerical Taxonomy</article-title>
          . Syst. Zool.,
          <volume>18</volume>
          :
          <fpage>201</fpage>
          {
          <fpage>205</fpage>
          ,
          <year>1969</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <given-names>W.J. Le</given-names>
            <surname>Quesne</surname>
          </string-name>
          .
          <source>Further Studies Based on the Uniquely Derived Character Concept. Syst. Zool.</source>
          ,
          <volume>21</volume>
          :
          <fpage>281</fpage>
          {
          <fpage>288</fpage>
          ,
          <year>1972</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <given-names>D.A.</given-names>
            <surname>Liberles</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.L.</given-names>
            <surname>Wayne</surname>
          </string-name>
          .
          <article-title>Tracking adaptive evolutionary events in genomic sequences</article-title>
          .
          <source>Genome Biol</source>
          .,
          <volume>3</volume>
          (
          <issue>6</issue>
          ),
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Victor</surname>
            <given-names>W.</given-names>
          </string-name>
          <string-name>
            <surname>Marek</surname>
            and
            <given-names>Miroslaw</given-names>
          </string-name>
          <string-name>
            <surname>Truszczynski</surname>
          </string-name>
          .
          <article-title>Stable models and an alternative logic programming paradigm</article-title>
          .
          <source>In The Logic Programming Paradigm</source>
          , pages
          <volume>375</volume>
          {
          <fpage>398</fpage>
          . Springer Verlag,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <given-names>N.</given-names>
            <surname>Moore</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Prosser</surname>
          </string-name>
          .
          <article-title>The ultrametric constraint and its application to phylogenetics</article-title>
          .
          <source>J. Artif. Intell. Res.</source>
          ,
          <volume>32</volume>
          :
          <fpage>901</fpage>
          {
          <fpage>938</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Ilkka</surname>
          </string-name>
          <article-title>Niemela. Logic programs with stable model semantics as a constraint programming paradigm</article-title>
          .
          <source>Annals of Mathematics and Arti cial Intelligence</source>
          ,
          <volume>25</volume>
          (
          <issue>3- 4</issue>
          ):
          <volume>241</volume>
          {
          <fpage>273</fpage>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>J. D.</surname>
          </string-name>
          Owens et al.
          <article-title>GPU computing</article-title>
          .
          <source>Proceedings of the IEEE</source>
          ,
          <volume>96</volume>
          (
          <issue>5</issue>
          ):
          <volume>879</volume>
          {
          <fpage>899</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>A. Dal Palu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Dovier</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Formisano</surname>
            , and
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Pontelli</surname>
          </string-name>
          .
          <article-title>Exploring Life through Logic Programming: Answer Set Programming in Bioinformatics</article-title>
          . In Michael Kifer and Annie Liu, editors,
          <source>Declarative Logic Programming: Theory, Systems, and Applications</source>
          . Springer, To appear, available as TR-
          <string-name>
            <surname>CS-NMSU-</surname>
          </string-name>
          2014
          <string-name>
            <surname>-</surname>
          </string-name>
          10-24 New Mexico State University.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <given-names>O.</given-names>
            <surname>Podlaha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Riester</surname>
          </string-name>
          , S. De, and
          <string-name>
            <given-names>F.</given-names>
            <surname>Michor</surname>
          </string-name>
          .
          <article-title>Evolution of the cancer genome</article-title>
          .
          <source>Trends Genet</source>
          .,
          <volume>28</volume>
          (
          <issue>4</issue>
          ):
          <volume>155</volume>
          {
          <fpage>163</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <given-names>D.</given-names>
            <surname>Ringe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Warnow</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Taylor.</surname>
          </string-name>
          Indo-European and
          <article-title>computational cladistics</article-title>
          .
          <source>Transactions of the Philological Society</source>
          ,
          <volume>100</volume>
          (
          <issue>1</issue>
          ):
          <volume>59</volume>
          {
          <fpage>129</fpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <given-names>E.A.</given-names>
            <surname>Stone</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Sidow</surname>
          </string-name>
          .
          <article-title>Physicochemical constraint violation by missense substitutions mediates impairment of protein function and disease severity</article-title>
          .
          <source>Genome Res.</source>
          ,
          <volume>15</volume>
          (
          <issue>7</issue>
          ):
          <volume>978</volume>
          {
          <fpage>986</fpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <given-names>J.L.</given-names>
            <surname>Thorne</surname>
          </string-name>
          .
          <article-title>Models of protein sequence evolution and their applications</article-title>
          .
          <source>Curr. Opin. Genet</source>
          . Dev.,
          <volume>10</volume>
          (
          <issue>6</issue>
          ):
          <volume>602</volume>
          {
          <fpage>605</fpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <given-names>E.R.</given-names>
            <surname>Tillier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Biro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and D.</given-names>
            <surname>Tillo</surname>
          </string-name>
          .
          <article-title>Codep: maximizing co-evolutionary interdependencies to discover interacting proteins</article-title>
          .
          <source>Proteins</source>
          ,
          <volume>63</volume>
          (
          <issue>4</issue>
          ):
          <volume>822</volume>
          {
          <fpage>831</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <given-names>E.R.</given-names>
            <surname>Tillier</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.W.</given-names>
            <surname>Lui</surname>
          </string-name>
          .
          <article-title>Using multiple interdependency to separate functional from phylogenetic correlations in protein alignments</article-title>
          .
          <source>Bioinformatics</source>
          ,
          <volume>19</volume>
          (
          <issue>6</issue>
          ):
          <volume>750</volume>
          {
          <fpage>755</fpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <given-names>C.R.</given-names>
            <surname>Woese</surname>
          </string-name>
          and
          <string-name>
            <given-names>N.R.</given-names>
            <surname>Pace</surname>
          </string-name>
          .
          <source>Probing RNA Structure</source>
          ,
          <article-title>Function, and History by Comparative Analysis</article-title>
          .
          <source>In The RNA World</source>
          , pages
          <volume>91</volume>
          {
          <fpage>117</fpage>
          . Cold Spring Harbor Laboratory Press,
          <year>1993</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>