<!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>Intelligent Bibliometrics for Discovering the Associations between Genes and Diseases: Methodology and Case study</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yi Zhang</string-name>
          <email>Yi.Zhang@uts.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Australian Artificial Intelligence Institute University of Technology Sydney Sydney NSW</institution>
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Bibliometrics; Network analytics; Disease-Gene Association; Word embedding</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <fpage>8</fpage>
      <lpage>15</lpage>
      <abstract>
        <p>Discovering disease-gene associations is an essential but challenging task in modern medicine. Within all the data-driven approaches targeting at this issue, literature-based knowledge discovery widely extends the discovering boundaries and uncovers implicit knowledge from unstructured textual data. However, most of the current literature-based methods require the involvement of specific expertise or prior knowledge. In this paper, we propose an adaptable and transferable methodology to 1) identify crucially genetic factors for a specific disease and 2) predict emerging genetic associations for the disease. Specifically, biomedical entities including diseases, chemicals, genes and genetic variations are extracted from literature data, then a heterogenous co-occurrence network is constructed and a semantic adjacency matrix is generated using the idea of Word2Vec. Following this, key genes and genetic variats are identified through centrality measurement on the network; emerging disease-gene associations are captured via a link prediction approach enhanced by the semantic matrix. We applied the proposed methodology to a literature dataset containing 54,219 scientific articles of atrial fibrillation (AF) to demonstrate its reliability. The results yielded a) crucial biomedical entities for AF highlighting five key gene groups and one potentially associated protein mutation; b) a list of emerging AF-genetic factors pairs that are worth in-depth exploration.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>• Network algorithms • Social and professional topics</p>
    </sec>
    <sec id="sec-2">
      <title>Introduction</title>
      <p>
        In modern medicine, deciphering disease-associated genes plays a
vital role in the diagnosis, treatment and prevention of diseases.
However, apart from the handful revealed molecular mechanisms
and disease pathogenesis, there is still a substantial amount of
disorders and abnormalities with their causes remaining
underneath the tip of the iceberg, especially for the process and
factors related to the inheritance and genetic basis. In the past few
years, many efforts have been addressed on exploring the genetic
basis of diseases. Although in the biomedical domain, genetic
linkage analysis [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and genome-wide association studies
(GWAS) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] are recognized as efficient and reliable methods in
identifying disease-specific genes, the biggest challenge for those
methods turns out to be the long list of gene candidates, resulting
in the high economic costs, human efforts and trail risks for those
experiments.
      </p>
      <p>
        In the past decades, researchers established various medical
ontologies and curated molecular networks to analyze and infer
molecular interactions for diseases based on accumulated
experimental and clinical experience [
        <xref ref-type="bibr" rid="ref3 ref4 ref5 ref6 ref7 ref8">3-8</xref>
        ]; Though these curated
knowledge bases provide structuralized data sources for genetic
discovery, their usages still face limitations from 1) the
monotonicity of node category and the restriction of inference
within the knowledge base framework; 2) the time lag of
including novel discoveries and 3) the enormous cost from
establishment and maintenance.
      </p>
      <p>
        The explosively increasing biomedical literature and thriving text
mining techniques provide a more open, real-time and economic
pathway to solve those issues [
        <xref ref-type="bibr" rid="ref10 ref11 ref9">9-11</xref>
        ]. Most of the approaches
using literature datasets still require certain pre-knowledge-based
input for the target disease like its seed genes [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. In this paper,
we proposed an adaptable bibliometric methodology to infer
disease-associated genetic factors by 1) excavating more
categories (disease, chemical and four other genetic factors) of
biomedical entity from the textual data; 2) utilizing the collected
literature dataset to identify emerging genetic factors for the target
disease; 3) empowering our methodology purely data-driven and
automatic without biomedical expertise or manual effort.
bibliometric network [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]: the network is constructed based on
biomedical literature with its nodes representing biomedical
entities (e.g., diseases, chemicals, and genetic factors) and edges
referring to the sentence-level co-occurrence
between the
connected nodes; 2) a Bioentity2Vec model: Using the idea of
Word2Vec [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], all the biomedical entities are represented by
computable vectors, from which an adjacency matrix containing
their pairwise semantic similarities is generated; 3) network
analytics: centrality measurement [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] is exploited to identify
crucial diseases, chemicals and genetic factors within the network;
a semantic similarity-enhanced link prediction approach [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] is
proposed to improve the performance of predicting emerging
disease-gene associations.
2
      </p>
    </sec>
    <sec id="sec-3">
      <title>Methodology</title>
      <p>
        The research framework of the proposed method is given in
polymorphism (SNP): DNA mutation refers to the permanent
change of a DNA sequence, protein mutation is the protein
encoded by a gene with mutation and SNP [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] represents the
normal variation of a single nucleotide in the gene sequence.
Genes and genetic variants are the genetic factors we aim to
predict in this study.
      </p>
      <p>Working under the hypothesis that sentence-level occurrence
indicates a strong association between entity pairs, we treated the
extracted entities as nodes and assigned edges aligning with their
sentence-level co-occurrence. In this way all the entities and their
co-occurring relationships are transferred into a heterogeneous
network,
with
its
nodes representing
entities
and
edges
representing</p>
      <p>sentence-level co-occurrence as the following
adjacency matrix explains:
  = {

(   ,    ) (  

 
  
0
− 
  )
#(1)
   
(   ,    )refers to the record frequency of sentence-level
cowhere    represents the  th node in the  th category,
occurrence of    and    ;
The graph representation of the heterogeneous network is:
 = (  ,   (+1 )) #(2)</p>
      <p>2
where  is the set of  categories of entity nodes and 
is the set of ( + 1)/2</p>
      <p>types of edges connecting different
categories of nodes.
2.2</p>
    </sec>
    <sec id="sec-4">
      <title>Bioentity2Vec Modelling</title>
      <p>
        Enlightened by the idea of the Word2Vec model [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], we
obtained the semantic similarities of biomedical entities from a
context-based perspective. Word2vec is a well-accepted natural
language
      </p>
      <p>model which can transfer word into vectors by
projecting word its one-hot representation into a lower dimension
and largely reserve their semantic
meanings. In our case,
biomedical entities are regarded as words and their consecutive
sequences form our training corpus. We select the Skip-Gram as
our training algorithm since it offer better fit on small datasets, the
training process of Skip-Gram can be concluded as: given an
entity () in a corpus, the probabilities of its nearby entities in a
certain window size w will be calculated based on the probability
of the given entity ()</p>
      <p>
        [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], the global objective of is
maximizing the following value which calculates the average
conditional probability for all the windows within the corpus:
      </p>
      <p>∑
−≤≤,≠0
log2 (
( +  )| ( ))) #(3)
Through the Bioentity2Vec training, each entity would be
represented as a fixed dimensional vector; we could then calculate
the pairwise similarity of entities via cosine similarity and
generate an adjacency similarity matrix   

  :

  

  = cos (   ,     ) =


   ·</p>
      <p>where    is the corresponding vector of entity node    .</p>
      <p>2.3</p>
    </sec>
    <sec id="sec-5">
      <title>Network Analytics</title>
      <p>
        2.3.1 Centrality Measurement
Centralities are a set of measurements evaluating nodes’ position
and importance within the network [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. In our study, degree
centrality, closeness centrality and betweenness centrality are
employed to identify the crucial nodes in our heterogeneous
network; the three centralities respectively reflects the node’s
capacity
of
aggregating,
disseminating
and
transferring
information within the network, besides they have also been
proved to be efficient in identifying key roles in biomedical entity
networks [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. The explanations of three centralities are as
follows:
as:
Degree Centrality (DC): the degree centrality measures the
target node’s direct influence to other nodes by calculating the
proportion of degrees that the target node possesses. An entity
with high degree centrality indicates that it directly interacts with
a large number of other entities, the degree centrality is calculated
where |  | is the number of all K categories of nodes in
the network and |  | represents the node number in the  th
category;
Closeness Centrality (CC): this closeness centrality calculates
the target node’s topological distance to all the other nodes in the
network, the higher closeness centrality indicates the entity’s
stronger capacity to reach all the other nodes within the network,
the closeness centrality is calculated as:
(   )=
      </p>
      <p>|  | − 1

∑=1
|  |
∑
=1   

 

#(6)
where</p>
      <p>is the topological distance from node   
to node    ;
Betweenness Centrality (BC): the betweenness centrality of a
target node is the ratio of shortest paths between other node pairs
that pass through the target node, it indicates the node’s potential
to bridge other nodes in the network. In our network, a higher
betweenness centrality reflects that the entity is highly likely to be
an important connector or transmitter:
2 ∑,=1
|  |</p>
      <p>)is the number of all the shortest paths
from node    to    and (</p>
      <p>
        pass through node    among all of them.
)  is the number of paths that

To further comprehensively measure the entities’ importance
using the three centralities, non-dominated sorting is used to
combine the three centrality rankings for each entity category.
Non-dominated sorting is a
multiple-objective
optimization
method which re-rank the multi-dimensional scalable individuals
by dominating relationships of one individual against another,
after non-dominated sorting the individuals will be divided into
several consecutive Pareto fronts according to their domination
counts [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. The pseudo-code of non-dominated sorting is
for node    in category  (
      </p>
      <p>≠  ):
presented in Figure 2.</p>
      <p>for   in   :
for node    in   :


(</p>
      <p>if
(   )≥ 
(   )= 

[   ] = 0
(  )</p>
      <p>(  )</p>
      <p />
      <sec id="sec-5-1">
        <title>Resort all the nodes in   by descending</title>
        <p>Output:  Sorting results for  categories</p>
        <p># Initialize the Domination Counts
 (   )≥  (  )</p>
        <p>≥ 
= 
(  )</p>
        <p />
        <p>(   )= 
(  ))==</p>
        <p>[   ] += 1
(  )

:
counts
where  (   )denotes the set of neighbor nodes of   
and 
(   ,   )is the co-occurring frequency of    and   ,     

denotes the semantic similarity of    and   .</p>
        <p>Using the genetic factors that haven’t co-occurred with the target
disease before as our input, we could generate another final output
through our link prediction approach: a ranking list of genetic
factors with their corresponding predicting scores. The highly
ranked ones are worth being validated by further biomedical
experiments.
3</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Case Study</title>
      <p>
        Atrial fibrillation (AF) is the most common form of cardiac
arrhythmia. The progress of AF is closely related to atrial size and
the extent of atrial fibrosis, both of which are affected by genetic
factors. Though several gene groups and mutations have been
linked to AF, clinical evidence and mechanistic explanations are
still far from being enough to integrate the knowledge of genetic
risk factors into clinical practice [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. Ongoing research is
investigating discovered genes and seeking new gene associations.
For these reasons, the choice of atrial fibrillation as our research
topic here is both an appropriate and worthwhile undertaking.
3.1
      </p>
    </sec>
    <sec id="sec-7">
      <title>Data Collection</title>
      <p>PubMed is a biomedical literature search engine which comprises
more than 30 million citations from MEDLINE database, PMC
citations and other online book resources. We used “atrial
fibrillation” as the searching term in PubMed and refined the
search results by restricting the fields “species” to “humans”,
MeSH searching was adopted to promise precise AF-related
search results and no restriction was applied to publication date.
In all, 54,219 records were retrieved from the exact searching
query:
“("Atrial Fibrillation"[Mesh] AND Humans[Mesh])”
3.2</p>
    </sec>
    <sec id="sec-8">
      <title>Entity Extraction and Network Construction</title>
      <p>
        We exploited the Pubtator [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], Medical Subject Headings
(MeSH) 1 , NCBI Homo-Sapiens Gene Dictionary 2 and dbSNP
database to extract biomedical entities from the collected literature
dataset. Pubtator is a deep learning-based entity extraction tool
developed by the National Library of Medicine (NLM), it can
automatically extract categorized biomedical concepts from the
free texts. MeSH is a medical thesaurus covering all the disease
and chemical concepts, NCBI Homo-Sapiens Gene Dictionary is a
gene dictionary of homo-sapiens species; dbSNP
database
embodies genetic variants within the human genome, the most of
discovered DNA mutations, protein mutation and SNP can be
1 More information could be found at https://www.ncbi.nlm.nih.gov/mesh/
2 More information could be found at https://www.ncbi.nlm.nih.gov/gene/
matched to a specific SNP ID. Generally, concepts cannot be
mapped to these dictionaries would be excluded.
      </p>
      <p>Using Pubtator API and we extracted 577,809 raw biomedical
concepts from the 54,219 records. With the aid of MeSH and
NCBI
gene
dictionary,
we
cleaned
noise
concepts
and
consolidated
all the synonyms, generating</p>
      <sec id="sec-8-1">
        <title>6,318 identical</title>
        <p>biomedical entities; furtherly we excluded those entities that never
co-occurred with others before (i.e., the isolated nodes that are not
connected to any other nodes in the network) and ended up with
5,838 nodes. The stepwise results are given in Table 1.
3.3</p>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>Identification of Core Entities for AF</title>
      <p>To identify the crucial biomedical entities in the AF progress, we
respectively calculated the degree, closeness and betweenness
centralities for all the nodes in our heterogeneous network, the
gene entities in the top 20 of each centrality ranking list are given
in Table 2.
From the observation of their centrality characteristics, we
classified the gene nodes into 5 groups and analyzed their
topological features and node composition with the aid of NCBI
gene database3 and biomedical literature investigation:</p>
      <p>High Degree &amp; Closeness &amp; Betweenness Centralities:
These topological features reflect the dominating positions of
3 More information could be found at https://www.ncbi.nlm.nih.gov/gene/</p>
      <p>these nodes in the AF heterogeneous network. CRP, IL6,
AGT, ACE, F2 and F10 are genes belong to this group; they
are all early-discovered genes and have broad functioning
ranges and massive interactions with other entities.
Specifically, C-reactive protein (CRP) and interleukin 6 (IL6)
are genes that function in inflammation reaction and the
immune-related activities, with their encoding product’s
levels associated with the prediction of a wide variety of
cardiovascular events including AF; Angiotensin I
converting enzyme (ACE) and angiotensinogen (AGT) are
two chain functioning genes with the former encoding
preangiotensinogen which would be cleaved by the angiotensin I
converting enzyme encoded by the later, the product
angiotensin II from this process is a significant protein in
controlling the blood pressure (BP) and fluid-electrolyte
balance, so both BP related symptoms like hypertension and
electrolyte adjustment chemicals are associated with the two
genes; coagulation factor II (F2) and coagulation factor X
(F10) are genes that encode major coagulation factors to
intermediate blood clotting and hemorrhagic conditions
related to AF. Conclusively, activities of genes in this group
may not directly result in AF but their functions engage the
most primary and foundational molecular mechanisms in the
progress of AF.</p>
      <p>High Degree &amp; Betweenness Centralities but low Close
Centrality: From a graph theory perspective, we can interpret
this group of gene nodes as the critical but localized
controllers. This group of genes includes KCNA5 and
SCN5A, both of which are also seed genes for AF with their
associations with AF already revealed: KCNA5 and SCN5A
respectively encode proteins for potassium and sodium
voltage-gated channels, the loss or alternation of those
channels’ function have a direct influence on the action
potential and electrical activity of cardiomyocytes which
may further lead to AF. For this group, gene nodes bridle the
ion channel-related entities including symptoms and
chemicals but one node majorly only covers one certain type
of ion channel.</p>
      <p>High Degree &amp; Close Centralities but low Betweenness
Centrality: This group of gene nodes are inclined to be
central nodes in their sub-components with high
independence. NPPB, FGB, COX8A, VWF and INS are genes
in this group, in which NPPB encodes the cardiac hormone
with its blood concentration indicating the heart failure; FGB
encodes the beta component of fibrinogen with whose
deficiency or mutation leading to afibrinogenemia; COX8A
encodes the terminal enzyme of the respiratory chain related
to ATP synthesis and cardiomyopathy; VWF encodes a
glycoprotein involved in hemostasis; INS is the gene in
charge of insulin synthesis which is the critical chemical in
diabetes. We could conclude that genes in this group are
most directly associated with the most common AF risk
factors or complications rather than AF itself.</p>
      <p>High Betweenness Centrality only: This group of genes
including TBX5, SOX5 and PITX2 are less correlated to AF</p>
      <p>compare with the aforementioned ones but the high
betweenness centrality indicates their potential to connect AF
with other entities. For example, TBX5 encodes transcription
factor that is associated with heart developmental process
and its mutation may result in a heart-affecting
developmental disorder named Holt-Oram syndrome.
High Closeness Centrality only: Topologically this group of
gene it’s not the core nodes but still globally associated with
the other AF entities. BID is the only gene in this group and
it regulates cell’s apoptosis which is not a particular
biological process for AF but generally correlated with other
entities.</p>
      <p>
        Moreover, with applying non dominated sorting to all the node
categories, we re-ranked the nodes for each category and
generated Table 3 to further identify the other crucial entities.
Apart from the genes which were evaluated before, we examined
the reliabilities of other core entities respectively by looking
through ClinVar [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] and SNPedia [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]; literature investigation
was still used to provide supplementary evidence.
      </p>
      <p>The disease list presents the most common risk factors
(Hypertension and Diabetes Mellitus), symptoms (Inflammation
and Thrombosis), complications (Stroke and Heart Failure) and
other correlating diseases (Hemorrhage, Fibrosis and Cerebral
Infarction etc.) of AF, which are frequently reported in clinical
cases. The chemical list highlights the regular treating drugs
(Warfarin, Amiodarone, Digoxin, Verapamil, Quinidine, Aspirin,
Apixaban, Sotalol, Heparin and Propafenone), the known
pathological molecular mechanisms (Calcium, Sodium, Potassium
and Magnesium channels) and risk factors (Ethanol and Glucose)
of AF; Nitrogen and Oxygen are two other leading elements,
resulting from the role of blood oxygen concentration as an
indicating index and NOx as a risk factor in the progress of AF.
To sum up, we regard the whole centrality measurement and
nondominated sorting as a carding process for the AF-related
biomedical entities, through which we not only captured the
comprehensively critical biomedical entities but also gained clues
on some potential AF-associated entities.
3.4</p>
    </sec>
    <sec id="sec-10">
      <title>Link Prediction Validation</title>
      <p>Before implementing the modified link prediction to our
heterogeneous network, we performed a validating experiment on
the rolled-back data to verify our algorithm’s usefulness on
disease-gene association prediction. Two other link prediction
algorithms were selected as our baselines:
1.
2.</p>
      <p>The original resource allocation (RA): the original version of
resource allocation index mentioned before;
the co-occurring frequency (CF) weighted version of
resource allocation: this version of RA adopted the same
assumption with RA but uses weight ratio instead of degree
proportion to calculate the resource diffusion, in our study
edge weight is by the entity’s co-occurring frequency;
The validation experiment was designed as follows: We rolled
back our dataset by a five-year gap and constructed a
corresponding network (i.e., rolled-back network), and the newly
researched  AF-linked genes or SNPs in the latest five years
were collected as true labels. Then, two baselines, as well as our
modified version, were applied to the rolled-back network to
predict emerging links. The predictive results are a mixed ranking
list of genes and SNPs with their corresponding predictive scores.
If a gene or SNP in true labels was correctly predicted in the top 
( is a selectable threshold according to predictive requirements,
initially it was set as  ) predicting list, it would count a true
positive (TP), otherwise, it would constitute a false negative (FN).
The outcomes are provided in Table 4.</p>
      <p>=


+ 
From the results we can see that the modified link prediction
approach method beat the other two baselines. This experiment
fully proved the efficiency of our proposed method. Briefly, in the
top 200 list, our algorithm successfully captured 74% of the
correct genetic factors which would appear in the following five
years, from an applying standpoint it largely reduces the necessary
human workload by using the predictive shortlist to select
candidate genetic factors.
3.5</p>
    </sec>
    <sec id="sec-11">
      <title>AF-related Genetic Factors Prediction</title>
      <p>
        We applied our proposed method to the heterogeneous network
and obtained a list of disease-gene pairs listed in Table 5. Then we
empirically searched evidence from literature to validate our
predication and found that the top 10 could all be linked according
to literature review. The predicted SNPs are attracting more
attention in the latest research of AF [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] and the other genes are
also more frequently studied in the given literature. For example,
rs337711 (ranked 2 in our list), is a genetic variation in KCNN2
engaging with the potassium voltage-gated channels and has
influence on the action potential and electrical activity of
cardiomyocytes related to AF [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. The association of rs11264280
(ranked 3 in our list) is reported to be contract from two separate
experiments [
        <xref ref-type="bibr" rid="ref27 ref28">27, 28</xref>
        ]. One of PKP2 (ranked 5 in our list)
mutations was reported to has a potential influence on atrial size
and another deletion mutation was reported to be related to the
occurrence of lone AF [
        <xref ref-type="bibr" rid="ref29 ref30">29, 30</xref>
        ]. Warfarin, a commonly prescribed
anticoagulant for nonvalvular AF, is facing a medication shift
because of the adverse effect of valvular calcification due to gene
MGP (ranked 9 in our list) [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ]. The combination of TFF3
(ranked 10 in our list) and P3NP has the potential to be a
biomarker of atrial fibrillation [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ].
      </p>
      <sec id="sec-11-1">
        <title>Candidate genetic factors</title>
      </sec>
      <sec id="sec-11-2">
        <title>Gene | BGLAP</title>
        <p>SNP | rs337711
SNP | rs11264280</p>
      </sec>
      <sec id="sec-11-3">
        <title>Gene | HP</title>
      </sec>
      <sec id="sec-11-4">
        <title>Gene | PKP2</title>
      </sec>
      <sec id="sec-11-5">
        <title>Gene | DUOX2</title>
      </sec>
      <sec id="sec-11-6">
        <title>Gene | OLR1</title>
      </sec>
      <sec id="sec-11-7">
        <title>Gene | VIM</title>
      </sec>
      <sec id="sec-11-8">
        <title>Gene | MGP</title>
      </sec>
      <sec id="sec-11-9">
        <title>Gene | TFF3</title>
        <p>Predicting Score
Identifying disease-gene associations is a critical part of modern
medicine. Increasing evidence reveals the strong links between
genetics and human health, predicting those associations that will
provide effective decision support for medical and clinical
researchers. Compared to the earlier published version, we
involved more categories of biomedical entities and centrality
measurement approach to modify the research framework,
through which we respectively added genetic variants into our
predicting scope and identified critical genetic factors that
function in the pathogenesis of the target disease.</p>
        <p>This paper proposed a hybrid method for predicting the
associations between diseases and genes from the standpoint of
bibliometrics, based on the co-occurrence and semantic
similarities of genetic factors and diseases. The advantages of our
method are that we made use of text data in the latest published
papers and took semantic relationships into consideration. By
designing a cross-validation experiment, we compared our hybrid
method with other classical ones and found that our method shows
better performance. Furthermore, the predicted relationships are
identified in the latest studies, proving the credibility and validity
of our proposed method.</p>
        <p>Apart from this case study on gene-related atrial fibrillation, the
proposed method is expected to be applied to a broad range of
investigations on discovering the relationships between genes and
specific diseases. Such efforts could be expected to provide
extensive and objective insights from global scientific articles to
support decision making in related medical research and clinical
practices, such as helping researchers identify unknown
relationships between specific genes and diseases and propose
effective treatments from globally published research, studies, and
cases.
There are also several limitations of this paper that may require
further investigation in future studies: 1) Although we exploited
the developed Pubtator as our biomedical entity extraction tool,
there exist inevitably some false positives in the entity extraction
process beyond our control, how to avoid the impact of using
those toolkits is one of our concerns in the future; 2) we
emphasized on the completeness of collecting strong association
by adopting co-occurrence analysis, but this process would
include some negative associations like “A is not associated with
B”, in the future studies, sentiment analysis would be a promising
approach to reduce the false positives. 3) Limited expertise is
employed here to validate and explain our predicting results. In
the future study, we plan to establish a cardiovascular specialist
panel to provide expert instructions and interpretations of our
outcomes.</p>
      </sec>
    </sec>
    <sec id="sec-12">
      <title>ACKNOWLEDGMENTS</title>
      <p>An early version of this work has been published in the
Proceedings of the 2020/2021 Portland International Center for
Management of Engineering and Technology. This work is
supported by the Australian Research Council under Discovery
Early Career Researcher Award DE190100994.</p>
      <sec id="sec-12-1">
        <title>Mengjia Wu et al.</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Ott</surname>
          </string-name>
          ,
          <article-title>Analysis of human genetic linkage</article-title>
          . JHU Press,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>W. S.</given-names>
            <surname>Bush</surname>
          </string-name>
          and
          <string-name>
            <given-names>J. H.</given-names>
            <surname>Moore</surname>
          </string-name>
          ,
          <article-title>"Genome-wide association studies," PLoS computational biology</article-title>
          , vol.
          <volume>8</volume>
          , no.
          <issue>12</issue>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.-L.</given-names>
            <surname>Barabási</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Gulbahce</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Loscalzo</surname>
          </string-name>
          ,
          <article-title>"Network medicine: a networkbased approach to human disease," Nature reviews genetics</article-title>
          , vol.
          <volume>12</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>56</fpage>
          -
          <lpage>68</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.-F.</given-names>
            <surname>Rual</surname>
          </string-name>
          et al.,
          <article-title>"Towards a proteome-scale map of the human protein-protein interaction network,"</article-title>
          <source>Nature</source>
          , vol.
          <volume>437</volume>
          , no.
          <issue>7062</issue>
          , pp.
          <fpage>1173</fpage>
          -
          <lpage>1178</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>K.</given-names>
            <surname>Venkatesan</surname>
          </string-name>
          et al.,
          <article-title>"An empirical framework for binary interactome mapping," Nature methods</article-title>
          , vol.
          <volume>6</volume>
          , no.
          <issue>1</issue>
          , p.
          <fpage>83</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>D.</given-names>
            <surname>Szklarczyk</surname>
          </string-name>
          et al.,
          <article-title>"STRING v11: protein-protein association networks with increased coverage, supporting functional discovery in genome-wide experimental datasets,"</article-title>
          <source>Nucleic acids research</source>
          , vol.
          <volume>47</volume>
          , no.
          <issue>D1</issue>
          , pp.
          <fpage>D607</fpage>
          -
          <lpage>D613</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>S. van Dam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Vosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. van der Graaf</given-names>
            , L. Franke, and
            <surname>J. P. de Magalhaes</surname>
          </string-name>
          ,
          <article-title>"Gene co-expression analysis for functional classification and gene-disease predictions," Briefings in bioinformatics</article-title>
          , vol.
          <volume>19</volume>
          , no.
          <issue>4</issue>
          , pp.
          <fpage>575</fpage>
          -
          <lpage>592</lpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>E.</given-names>
            <surname>Anastasiadou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. S.</given-names>
            <surname>Jacob</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F. J.</given-names>
            <surname>Slack</surname>
          </string-name>
          ,
          <article-title>"Non-coding RNA networks in cancer," Nature Reviews Cancer</article-title>
          , vol.
          <volume>18</volume>
          , no.
          <issue>1</issue>
          , p.
          <fpage>5</fpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>C. M.</given-names>
            <surname>Friedrich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Dach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Gattermayer</surname>
          </string-name>
          , G. Engelbrecht,
          <string-name>
            <given-names>S.</given-names>
            <surname>Benkner</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Hofmann-Apitius</surname>
          </string-name>
          ,
          <article-title>"for Biomedical Knowledge Discovery,"</article-title>
          <source>Global Healthgrid: E-Science Meets Biomedical Informatics: Proceedings of HealthGrid</source>
          <year>2008</year>
          , vol.
          <volume>138</volume>
          , p.
          <fpage>165</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Henry</surname>
          </string-name>
          and
          <string-name>
            <given-names>B. T.</given-names>
            <surname>McInnes</surname>
          </string-name>
          ,
          <article-title>"Literature based discovery: models, methods, and trends,"</article-title>
          <source>Journal of biomedical informatics</source>
          , vol.
          <volume>74</volume>
          , pp.
          <fpage>20</fpage>
          -
          <lpage>32</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>G. E.</given-names>
            <surname>Heo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Song</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.-H.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>"Combining entity co-occurrence with specialized word embeddings to measure entity relation in Alzheimer's disease," BMC Medical Informatics and Decision Making</article-title>
          , vol.
          <volume>19</volume>
          , no.
          <issue>5</issue>
          , p.
          <fpage>240</fpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>A.</given-names>
            <surname>Özgür</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Vu</surname>
          </string-name>
          , G. Erkan, and
          <string-name>
            <given-names>D. R.</given-names>
            <surname>Radev</surname>
          </string-name>
          ,
          <article-title>"Identifying gene-disease associations using centrality on a literature mined gene-interaction network,"</article-title>
          <source>Bioinformatics</source>
          , vol.
          <volume>24</volume>
          , no.
          <issue>13</issue>
          , pp.
          <fpage>i277</fpage>
          -
          <lpage>i285</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>M.</given-names>
            <surname>Callon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-P.</given-names>
            <surname>Courtial</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. A.</given-names>
            <surname>Turner</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Bauin</surname>
          </string-name>
          ,
          <article-title>"From translations to problematic networks: An introduction to co-word analysis,"</article-title>
          <source>Information (International Social Science Council)</source>
          , vol.
          <volume>22</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>191</fpage>
          -
          <lpage>235</lpage>
          ,
          <year>1983</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          , G. Corrado, and
          <string-name>
            <given-names>J.</given-names>
            <surname>Dean</surname>
          </string-name>
          ,
          <article-title>"Efficient estimation of word representations in vector space,"</article-title>
          <source>arXiv preprint arXiv:1301.3781</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>L. C.</given-names>
            <surname>Freeman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Roeder</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R. R.</given-names>
            <surname>Mulholland</surname>
          </string-name>
          ,
          <article-title>"Centrality in social networks: II. Experimental results," Social networks</article-title>
          , vol.
          <volume>2</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>119</fpage>
          -
          <lpage>141</lpage>
          ,
          <year>1979</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Lü</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.-C.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <article-title>"Predicting missing links via local information,"</article-title>
          <source>The European Physical Journal B</source>
          , vol.
          <volume>71</volume>
          , no.
          <issue>4</issue>
          , pp.
          <fpage>623</fpage>
          -
          <lpage>630</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>T. D. Arias</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Jorge</surname>
            , and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Barrantes</surname>
          </string-name>
          ,
          <article-title>"Uses and misuses of definitions of genetic polymorphism. A perspective from population pharmacogenetics,"</article-title>
          <source>British journal of clinical pharmacology</source>
          , vol.
          <volume>31</volume>
          , no.
          <issue>1</issue>
          , p.
          <fpage>117</fpage>
          ,
          <year>1991</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>X.</given-names>
            <surname>Rong</surname>
          </string-name>
          ,
          <article-title>"word2vec parameter learning explained,"</article-title>
          <source>arXiv preprint arXiv:1411.2738</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>A.</given-names>
            <surname>Al-Aamri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Taha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Al-Hammadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Maalouf</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Homouz</surname>
          </string-name>
          ,
          <article-title>"Analyzing a co-occurrence gene-interaction network to identify disease-gene association,"</article-title>
          <source>BMC bioinformatics</source>
          , vol.
          <volume>20</volume>
          , no.
          <issue>1</issue>
          , p.
          <fpage>70</fpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yuan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Xu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>"An improved NSGA-III procedure for evolutionary many-objective optimization,"</article-title>
          <source>in Proceedings of the 2014 Annual Conference on Genetic and Evolutionary Computation</source>
          ,
          <year>2014</year>
          , pp.
          <fpage>661</fpage>
          -
          <lpage>668</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>D.</given-names>
            <surname>Liben‐Nowell</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Kleinberg</surname>
          </string-name>
          ,
          <article-title>"The link‐prediction problem for social networks," Journal of the American society for information science and technology</article-title>
          , vol.
          <volume>58</volume>
          , no.
          <issue>7</issue>
          , pp.
          <fpage>1019</fpage>
          -
          <lpage>1031</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>L.</given-names>
            <surname>Lü</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <article-title>"Link prediction in weighted networks: The role of weak ties," EPL (Europhysics Letters)</article-title>
          , vol.
          <volume>89</volume>
          , no.
          <issue>1</issue>
          , p.
          <fpage>18001</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>J.</given-names>
            <surname>Feghaly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Zakka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>London</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. A.</given-names>
            <surname>MacRae</surname>
          </string-name>
          , and
          <string-name>
            <surname>M. M. Refaat</surname>
          </string-name>
          ,
          <article-title>"Genetics of atrial fibrillation,"</article-title>
          <source>Journal of the American Heart Association</source>
          , vol.
          <volume>7</volume>
          , no.
          <issue>20</issue>
          , p.
          <fpage>e009884</fpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>C.-H. Wei</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Allot</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Leaman</surname>
            , and
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Lu</surname>
          </string-name>
          ,
          <article-title>"PubTator central: automated concept annotation for biomedical full text articles,"</article-title>
          <source>Nucleic acids research</source>
          , vol.
          <volume>47</volume>
          , no.
          <issue>W1</issue>
          , pp.
          <fpage>W587</fpage>
          -
          <lpage>W593</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>M. J. Landrum</surname>
          </string-name>
          et al.,
          <article-title>"ClinVar: public archive of interpretations of clinically relevant variants,"</article-title>
          <source>Nucleic acids research</source>
          , vol.
          <volume>44</volume>
          , no.
          <issue>D1</issue>
          , pp.
          <fpage>D862</fpage>
          -
          <lpage>D868</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>M.</given-names>
            <surname>Cariaso</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Lennon</surname>
          </string-name>
          ,
          <article-title>"SNPedia: a wiki supporting personal genome annotation, interpretation and analysis,"</article-title>
          <source>Nucleic acids research</source>
          , vol.
          <volume>40</volume>
          , no.
          <issue>D1</issue>
          , pp.
          <fpage>D1308</fpage>
          -
          <lpage>D1312</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>"Investigation of Causal Effect of Atrial Fibrillation on Alzheimer Disease: A Mendelian Randomization Study,"</article-title>
          <source>Journal of the American Heart Association</source>
          , vol.
          <volume>9</volume>
          , no.
          <issue>2</issue>
          , p.
          <fpage>e014889</fpage>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          et al.,
          <article-title>"Rs17042171 at chromosome 4q25 is associated with atrial fibrillation in the Chinese Han population from the central plains,"</article-title>
          <source>Journal of Central</source>
          South University.
          <source>Medical sciences</source>
          , vol.
          <volume>43</volume>
          , no.
          <issue>6</issue>
          , p.
          <fpage>594</fpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>C.</given-names>
            <surname>Yeung</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Enriquez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Suarez-Fuster</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Baranchuk</surname>
          </string-name>
          ,
          <article-title>"Atrial fibrillation in patients with inherited cardiomyopathies,"</article-title>
          <source>Ep Europace</source>
          , vol.
          <volume>21</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>22</fpage>
          -
          <lpage>32</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>S.</given-names>
            <surname>Alhassani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Deif</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Conacher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. S.</given-names>
            <surname>Cunningham</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J. D.</given-names>
            <surname>Roberts</surname>
          </string-name>
          ,
          <article-title>"A large familial pathogenic Plakophilin-2 gene (PKP2) deletion manifesting with sudden cardiac death and lone atrial fibrillation: Evidence for alternating atrial and ventricular phenotypes," HeartRhythm case reports</article-title>
          , vol.
          <volume>4</volume>
          , no.
          <issue>10</issue>
          , pp.
          <fpage>486</fpage>
          -
          <lpage>489</lpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>R. F.</given-names>
            <surname>Reilly</surname>
          </string-name>
          and
          <string-name>
            <given-names>N.</given-names>
            <surname>Jain</surname>
          </string-name>
          ,
          <article-title>"Warfarin in nonvalvular atrial fibrillation-Time for a change?," in Seminars in dialysis</article-title>
          ,
          <year>2019</year>
          , vol.
          <volume>32</volume>
          , no. 6: Wiley Online Library, pp.
          <fpage>520</fpage>
          -
          <lpage>526</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>I. P.</given-names>
            <surname>Doulamis</surname>
          </string-name>
          et al.,
          <article-title>"Proteomic profile of patients with atrial fibrillation undergoing cardiac surgery," Interactive CardioVascular and Thoracic Surgery</article-title>
          , vol.
          <volume>28</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>94</fpage>
          -
          <lpage>101</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Millar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Patel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. I.</given-names>
            <surname>Anderson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. J.</given-names>
            <surname>England</surname>
          </string-name>
          , and
          <string-name>
            <surname>S. E.</surname>
          </string-name>
          <article-title>O'Sullivan, "Osteocalcin, vascular calcification, and atherosclerosis: a systematic review and meta-analysis," Frontiers in Endocrinology</article-title>
          , vol.
          <volume>8</volume>
          , p.
          <fpage>183</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Lubitz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. A.</given-names>
            <surname>Yi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P. T.</given-names>
            <surname>Ellinor</surname>
          </string-name>
          ,
          <article-title>"Genetics of atrial fibrillation," Cardiology clinics</article-title>
          , vol.
          <volume>27</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>25</fpage>
          -
          <lpage>33</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          et al.,
          <article-title>"Rs17042171 at chromosome 4q25 is associated with atrial fibrillation in the Chinese Han population from the central plains," Zhong nan da xue xue bao</article-title>
          .
          <source>Yi xue ban= Journal of Central</source>
          South University.
          <source>Medical sciences</source>
          , vol.
          <volume>43</volume>
          , no.
          <issue>6</issue>
          , p.
          <fpage>594</fpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mohanty</surname>
          </string-name>
          et al.,
          <article-title>"P2663Increase in haptoglobin level at the immediate postablation period predicts ablation success in patients with atrial fibrillation: Results from a prospective study (IMPACT II),"</article-title>
          <source>European Heart Journal</source>
          , vol.
          <volume>38</volume>
          , no.
          <source>suppl_1</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <surname>M. M. Kizys</surname>
          </string-name>
          et al.,
          <article-title>"DUOX2 mutations are associated with congenital hypothyroidism with ectopic thyroid gland,"</article-title>
          <source>The Journal of Clinical Endocrinology &amp; Metabolism</source>
          , vol.
          <volume>102</volume>
          , no.
          <issue>11</issue>
          , pp.
          <fpage>4060</fpage>
          -
          <lpage>4071</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>T.</given-names>
            <surname>Skarpengland</surname>
          </string-name>
          et al.,
          <article-title>"Increased levels of lectin‐like oxidized low‐density lipoprotein receptor‐1 in ischemic stroke and transient ischemic attack,"</article-title>
          <source>Journal of the American Heart Association</source>
          , vol.
          <volume>7</volume>
          , no.
          <issue>2</issue>
          , p.
          <fpage>e006479</fpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kwon</surname>
          </string-name>
          et al.,
          <article-title>"Fluctuating renal function and the risk of incident atrial fibrillation: a nationwide population-based study,"</article-title>
          <source>Scientific Reports</source>
          , vol.
          <volume>9</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>M.</given-names>
            <surname>Brankovic</surname>
          </string-name>
          et al.,
          <article-title>"Utility of temporal profiles of new cardio-renal and pulmonary candidate biomarkers in chronic heart failure,"</article-title>
          <source>International journal of cardiology</source>
          , vol.
          <volume>276</volume>
          , pp.
          <fpage>157</fpage>
          -
          <lpage>165</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>