<!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>Application Association Rule Mining in Medical- Ьiological Investigations: а Survey</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Military MedicaAl cademy</institution>
          ,
          <addr-line>SaintPetersburg</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <fpage>230</fpage>
      <lpage>239</lpage>
      <abstract>
        <p>1n thischapterа, survey isproposedrelatedto eth applicatioonf Apriori -likealgorithms inmedicalnd biological vinestigatiorfons discovering erfquent setsof atributes valuesindata and thenextractinglogicarules in eth form of implicatidoenpendencibeestween valuesof observed andmeasured atbrtiutes dan diaognstic pmareter Intelligentdata processingisnow an integralpart of ЬiomedicarlesearchR.evealing diferent dependencieisnthe data (implicative, nfuctional, coпelational,etc.)helpsin diagnosistre,atment's planning, predictintghe course of diseasesand inidentifying new factors that expand the understanding of specialistasbout specicfidiseasesand theircomЬinations. The purpose of many Ьiomedicasl tudiesisto higblightassociativreules inа given data set. The associatiornule isthe rule inthe form Х ⇒ У, whereХ and У are nonintersectinsgetsof distinclitteralscalled items.1n general case,we canconsiderа set of itemsas а set of all aitrbutes' values that can appear indescriptionosf some objectsor situations(atrnsactions) inа data base. Let 1= {i1, Ь, ... , iN}Ье а set of items.А database(TDB) isа setof transactions, hwere rtansaction &lt;tid,Х&gt; containsа setof items(i.e.,Х 1) and isassociatedwith а uniqueidentifiertid.А non-emptyitemseУt 1 isа q-itemseitfitcontainsq items. А transaction &lt;tid,Х&gt; issaidto containitemseУt ifУ Х. The number of transactionsinTDB containingitemsetХ iscalled the support of Х, denoted as sup(X): sup (Х)= l{tidl(tid,У) Е TDB, Х Y}I, wherelsl denotesthe cardinalityof s. Giving а minimumsupport threshold, min-sup, an itemУ isfrequent ifsup(Y) 2: min-sup. In frequent itemsetsa,ssociatiornules are extracted inthe form of implicationsrfo, whichthe value of support isan iomprttan chaarcteristic:Sup(rule)= sup(X ⇒ У)= sup(X u У). The rule has а measureof reliaЬilitycalled confidence and defined as ofllows: conf(X ⇒ У)= sup(X u Y)/sup(X). Condfience isdefined as the part of all rtansactions inTDB containingХ and У, among thosetransactionsthat containХ.</p>
      </abstract>
      <kwd-group>
        <kwd>Apriori algorithm</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Introduction</p>
      <p>The third main meitrc of association rulesis Lift defined as fo llows:lift(X ⇒ У) =
conXf( ⇒ Y)/sup(Y). This measure quantifies the predictive power of ruleХ ⇒ У.</p>
      <p>The traditionalpurpose of data analysisis to find allassociative rules(ASRs) that
have support and confidence above the specified minimum values.</p>
      <p>
        In this paper, we consider the applicationsof the classicalrApiori algorithm for
mining ASRs in Ьiomedical data. The choice of this algorithmis justified Ьу the fol­
lowingarguments: it is the most understandaЫe and easy mastered Ьу specialists in
diefrent applied efilds, it is iunversal, in the sense that ASRs containing in frequent
itemsets сап Ье extracted with the helpofthis algorithm [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]; it is constantly improv­
ing based on many progressive techniques in ASR mining.
      </p>
      <p>
        The idea ofthe classicalApriori algorithm[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] is based on the following considera­
tion: q-itemset сап Ье frequent if and onlyif allits proper sub-itemsets are frequent.
      </p>
      <p>At the first step ofthe algorith щ allthe items are considered (valuesof atributes,
elementsoftransactions) and among these are separated those satisfying the condition
of minimal support. Then the separated items ear used to fo rm itemsets of two items
(candidates fo r frequency). For theщ the support is calculatedand those that do not
meet the minimum support are removed. The remaining itemsets are used to form
ones of three items. The process is going on iteratively, as long as it is possiЫe to
generate а new set of candidates rfo rfequency. The Apriori algorithmuses an induc­
tive method ofconstructing sets ofthe cardinality (q+l) ((q+l)-sets) from their sub­
sets of the cardinalityq (q-sets). The method of rfoming (q +1)-sets from q-sets and
calculatingtheir supports are the main sub-processes of the rApiori algorithm deter­
mining its computationalcomplexity.</p>
      <p>The paper is organized as follows. The Section 2, 3 contain brief surveys of apply­
ing the Apriori algorithmin medical studies. The perfection of the Apriori algorithm
is considered in Section 4 followed Ьу а smallconclusionsection.
2</p>
      <p>
        The Apriori Algorithm in Medical Studies
The Apriori algorithmis widelyused in medicalresearch. These studies cover: cardi­
ovascular disease [
        <xref ref-type="bibr" rid="ref23 ref29 ref41">23, 29, 41</xref>
        ]; lungcancer [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]; oralcancer [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ]; infectious diseases
(Ebolavirus) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]; type 2 diabetes [
        <xref ref-type="bibr" rid="ref26 ref34 ref37 ref45 ref46">26, 34, 37, 45, 46</xref>
        ]; Alzheimer's disease [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]; liver
cancer [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ], some other diseases are enumerated for the study ofwhich were
used the Apriori algorithm or its modicfiations: asthma, impotence, lupus, obesity,
whooping cough, pregnancy, phenomenon Raynaud syndrome. The proЫems solved
are also varied: searching fo r unknown ertnds in disease; determining the nature of
disease based on а prediction method; diagnosis (detection) of disease; predicting а
patient's response to drug [
        <xref ref-type="bibr" rid="ref38 ref44">38, 44</xref>
        ]; elary diagnosis and prevention of disease [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ];
prediction of illness'sprogress (course of disease); predicting the outcome of disease
[
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]; identicfiation of disease risk factors [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ]; identification ofrelationships between
diferent medical operations, appointments, analyses and diagnoses [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ]; extracting
diagnostic pattems (sets of fe atures, symptoms) and association rules in electronic
medicaldatabase [
        <xref ref-type="bibr" rid="ref1 ref11 ref19 ref22">1, 11, 19, 22</xref>
        ] and many others.
      </p>
      <p>
        The papers [
        <xref ref-type="bibr" rid="ref3 ref41 ref5 ref51">3, 5, 41, 51</xref>
        ] give detailed reviews of ASR mining based on Apriori al­
gorithrn and its modicfiations. In [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ], early detection and prevention of oral cancer is
considered and the Apriori algorithrn is used to assess the chcane of patients' survival.
This is achieved Ьу extracting а set of significant rules among various laboratory tests
and investigations like FNAC (Fine Needle Aspiration Cytology) of neck node, LFT
(Liver Function Tests), Biopsy, USG (Ultra-SonoGraphy), СТ scan or MRI (computer
tomography), and survivaЬility of the oral cancer patients. Liver Function Tests (LFT)
give information about the state of а patient's liver. Most liver diseases cause only
mild symptoms initially, but it is vital that these diseases Ье detected early. Biopsy is
important, as it is the only sure way to know if the abnormal area is cancer. USG is an
ultrasound based diagnostic imaging technique to visualize intra-abdominal sctru­
tures. The extracted ASRs clearly show that if FNAC of neck node, USG and СТ
scan/ МR1 is positive, then chance of survival is reduced. However, if LFT is normal,
the probaЬility of survival is high. All the generated rules hold the highest confidence
level.
      </p>
      <p>
        Nahar J. et al. [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ] extract the significant prevention factors for particular types of
cancer: Ыadder, breast, cervical, lung, prostate and skin cancer. The algorithms Apri­
ori, Predictive Apriori, and Tertius are used to discover most of the significant pre­
vention factors against these specific types of cancer. Predictive rApiori tries to max­
imize expected accaurcy rather than confidence in Apriori, Tertius is а top-down rule
discovery system employing well known decision tree algorit.hrn
      </p>
      <p>
        The article [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] describes the methods to detect the comorЬidity of professional dis­
eases caused Ьу pathogenic factors, namely, Ьу ionizing radiation. rApiori algoritshrn
implemented in the environment of the SQL Server Analysis Services Data Mining.
The following deceases are considered: chronic radiation sickness of deegre 1, 2 and
3, residual phenomena of chronic radiation sickness, exposure to ionizing radiation,
malaise and aftigue, and vegetative nervous system disorders.
      </p>
      <p>
        uNmerous papers deal with the use of the Apriori algorithrn to study coronary heart
disease. Karaolis et al. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] developed а data analysis system to search for associa­
tions to assess the heart disease risk cfators with WЕКА tools. In [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ], the objective
of the study was to efectively predict possiЫe heart attacks from а patient dataset.
The Data Base consisted of 209 records (instances) collected ofrm а hospital in Iran
and 8 attributes. Apriori algorithrns were implemented in WЕКА 2016 (version 3.9.0)
and МАТLАВ R2013a software. The preprocessing of data consisted of previous
purifying data through the Discretization Unsupervised Filter and а discretizing meth­
od to chgane numeric data into nominal data. The algorithrn implemented in
МАТLАВ showed the best results related to the diagnosis prediction accuracy Ьу the
use of the obtained ASRs.
      </p>
      <p>
        It should Ье noted that there are still very few works in the domestic literature on
the use of the Apriori algoritm in Ьiomedical research. 1n addition to the work of Bi­
ryukov А. and Dumansky S. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], we сап cite the article [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], which proposes а new
efective algorithrn AprioriScale to build ASRs. The algorithrn is applied to the prob­
lem of detecting children's diseases: obesity and metabolic syndrome. Two proЫems
are solved: 1) the possiЬility of distinguishing between obesity and metabolic syn­
drome, and 2) identifying а comЬination of risk factors determined in the early stages
of а child's development that may indicate the onset of the disease in adolescence. 12
rules with the reliaЬility above 0.75 were obtained. Let's take а closer look at two of
these rules:
•
•
      </p>
      <p>Toxicosis, ПР, Weak:LD➔ MS frequency = 0,16, probaЬility = 0,83;
Toxicosis, ПР, ExtraGM, РРН ➔ MS frequency = 0,09, probaЬility =
0,93,
where ПР - threat of interuption of pregnancy, MS - metabolic syndrome, WeakLD
- weak labour delivery, and ExtraGM - extragenital diseases of mother, РРН is post­
prandial hyperlipernia. These rules show that if factors such as toxicosis, ПР, Ex­
rtaGM, later accompanied Ьу factors such as Weak:LD, РРН are observed in the elary
stages of а child's development, the risk of metabolic sdynrome is high, the probaЬil­
ity of its nrnaifestation is between 0.83 and 0.93.
3</p>
      <p>Analysis of Biological and Genetic Data Based on Association
uRle Extracting
А topic dealing with the analysis of patient Ьiological data is now becorning particu­
larly relevant. The Ьiological data analysis is connected with the identification of
previously unkown hidden patterns (frequent itesrnets), associative structures in the
large number of Ьiological sequences. These sequences include gene sequences, arni­
no acid seequnces, protein composition, and other data that display the structure, lo­
calization, interaction or functioning of proteins and genes in cells. Arnino acids are
the building material of proteins. The shape and other properties of proteins are asso­
ciated with the exact sequence of anrnio acids contained in them. The chernical prop­
erties of amino acids deternine the Ьiological activity of proteins.</p>
      <p>
        Many diseases have Ьiological nature: obesity, high Ыооd cholesterol, diabetes, in­
soimna, hartritis, nad many others. Analysis of gene information, including Apriori
algorithms, [
        <xref ref-type="bibr" rid="ref1 ref10 ref21 ref27">1, 10, 21, 27</xref>
        ] helps to study the nature of disease, optizrnie its treatment,
predict the course of disease. An overview of some methods of extracting knowledge
rfom Ьiological (DNA) sequences is given in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The comparison of the rApiori algo­
rithm with other algorithms in the mutation analysis is produced in [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], а
model is proposed rfo nifding а dorninant sequence of arnino acids to Ыосk the
growth of cancer cells based on protein clustering.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], а comparative analysis of classifiers in cancer prediction using multiple da­
ta rnining techniques is given. The dataset contained а total of 844 records and nine
efatures: Clump thickness, Unifornity of cell size, Unifornity of cell shape, Marginal
adhesion, Single epithelial cell size, Ваге nuclei, Вland chrornatin, Nornal nucleoli
and Mitoses. The analysis of data consisted of two stages. The rfist stage applies the
algorithm rApiori to reduce the number of iunpt efatures. In the second stage, six
classifiers have been applied and validated through а k-fold cross-validation scheme.
Some variaЫes named as Marginal adhesion and Ваге nuclei have been removed as
the noise data. Thus, а new subset of seven features has been provided rfo solving the
proЫem of classification. Six predictive algorithms were chosen: decision tree (DT),
support vector crnahine (SVМ), k-neearst neigohbur (КNN), nai"ve Bayes (NВ),
random forest ()RF and neaurl network (NN). For the experiments, the R statistical envi­
ronment was chosen, as it is an open source scripting language specifically designed
ofr data analysis. The classifiers were evaluated based on performance metrics includ­
ing accuracy, sensitivity, and specificity. The SVМ classifier achieved а classification
accuracy of 0.9372 with а sensitivity of 0.9332 and а specificity of 0.9226, so it per­
ofrms better than all the remaining classifiers.
      </p>
      <p>
        А sirnilar method of two-stage data processing is used in [
        <xref ref-type="bibr" rid="ref44">44</xref>
        ] to predict а patient's
response to а drug in the treatment of cancer. For prediction of drug response based
on molecular profiles of multiple cancer cell types, it was generated а large-scale
pharmacogenomics dataset for 1001 cancer cell lines and 251 anti-cancer drugs. The
authors performed the feature selection in the form of ASRs and utilized the selected
efatures to train the state-of-the-art Deep Leaming Neural Networks (DLNNs) to
predict pharmacological response in а Ыind (control) set. The ASRs are treated as а
novel meta-dataset. Specifically, the Apriori algorithm was applied to generate а rule­
set, containing all tissue-to-gene, tissue-to-drug, gene-to-drug and drug-to-drug asso­
ciations.
      </p>
      <p>
        The study shows that type 2 diabetes is а genetic disease and evidence of а statisti­
cal interaction among several Single Nucleotide Polymorphisms (SNPs) has been
reported. In [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ], the algorithm Apriori-Gen has been applied to SNP data of type 2
diabetes for association study. The obtained associations are measured through risk
rate ()R nad odds ratio (OR) proposed Ьу the authors. The obtained results allow to
assess with high accuracy and statistical reliaЬility the interaction of nucleotide poly­
morphisms with disease complexes. An analysis of diabetic ASR based on the rApiori
algorithm is given in [
        <xref ref-type="bibr" rid="ref45">45</xref>
        ].
      </p>
      <p>
        The volume of Ьiological knowledge is riapdly increasing in the rfom of gene ex­
pression databases (GEO, Arrayexpress, etc.), information on rnicroaпay experiments
(spotted probes, data processing protocols, etc.), molecular databases (GenВank,
ЕmЫ, Unigene, etc.), semantic sources as thesaurs, ontologies or semantic networks
(UМLS, GO, etc.), ЬiЫiogrhapical databases (Medline, Biosis, etc.) and gene/protein
related specicfi sources (КEGG, OMIM, etc.) [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ].
4
      </p>
      <p>
        Perfection of the Apriori Algorithm
The popularity of the Apriori algorithm for medical diagnostic tasks is due to its sim­
plicity, however, its application for large data sets requires the development of more
eficient modifications in terms of reducing its computational complexity. And such
work to improve this algorithm is being carried out all over the world [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. 1n particu­
lar, we may Ье аЫе to choose the following directions in improving the Apriori algo­
rit:hm 1) developing new algorithms; 2) data management; 3) constraint-based ASR
nrining; 4) incremental mode of ARS rnining.
      </p>
      <p>
        Developing New Algorithms. The algorithms FP-GROWS and ECLAT are at­
irtbutaЬle to the rfist direction. The main drawbacks of the Apriori algorithm is scan­
ning the database several times. The algorithm FP-GROWTH [
        <xref ref-type="bibr" rid="ref14 ref32">14, 32</xref>
        ] uses а :fre­
quent-pattem tree structure (FP-Tree), which stores all the database. This structure
can compress the data up to 200 times, and it is stored to the computer's memory.
Then, efrquent itemsets are directly extracted from the FP-Tree using the divide-and­
conquer method. This algorithm is used for analyzing risk factors of Туре 2 diabetes
in [
        <xref ref-type="bibr" rid="ref46">46</xref>
        ].
      </p>
      <p>
        The algorithm "Equivalence Class Transformation" (ECLAT) mines frequent item­
sets in а vertical data format [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. The algorithm builds the TID set of all items in the
rtansaction database. The ASR mining on vertically partitioned data is used in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        The article [
        <xref ref-type="bibr" rid="ref45">45</xref>
        ] gives а general overview of effective processing the rApiori algo­
rithm on medical data. The authors propose а modification of the Apriori algorith щ
in which the amount of support for many candidates for frequency multiple attributes
is calculated only for transactions, the length of which is longer or equal to the cardi­
nality of the candidates in question. The study in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] aims to see the efect of the k­
means clustering algorithm on the Apriori algorithm Ьу comЬining these two algo­
rithms. А logical comЬinatorial neuron-like network is advanced for optimization of
the Apriori algorithm in [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ].
      </p>
      <p>
        Data Management. The following articles can Ье attributed to the category of data
management. In [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ], the ASRs are extracted to predict the co-diseases in diabetic
mellitus patients. The peculiarity of this work is in selecting rules via their testing on
а sample of data not used in data processing. The eficiency of the Apriori algorithm
was increased with the help of а prefixed-itemset-based data stcruture [
        <xref ref-type="bibr" rid="ref49">49</xref>
        ]. 1n paper
[
        <xref ref-type="bibr" rid="ref38">38</xref>
        ], а new method and а statistic test on rules were introduced to mine ASR over
umltiple databases. In [
        <xref ref-type="bibr" rid="ref42">42</xref>
        ], а method for ASRs extraction based on ontology seman­
tics is proposed. The medical dataset is transformed into an ontology in the form of
rtiples (subject, object, predicate), and SPARQL (Query Results ХМL Format) is
used to query the generated ontology.
      </p>
      <p>Constraint-Based Association Rules Mining. Currently, а lot of studies appeared
in iwhch the Apriori algorithm is optimized from the point of view of obtaining not all
the possiЫe set of ASRs but only some of its subset satisfying а given essential prop­
erty - interesting rules, non-redundant, negative, maximal rules, association rules
generated through the questions of the end users and some others.</p>
      <p>
        The authors of [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] introduce а Query-constraint based ASR Mining (QARМ) pa­
proach for exploratory analysis of multiple, diverse clinical data sets in the National
Sleep Resecarh Resource (NSR). Top-k Non-Redundant (ТNR) ASR mining algo­
rithm is used in this work. Non-redundant ASR is rule deleting from which at least
one item implies the change of rule's support for the worse. The work [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ] also pro­
poses an algorithm to generate non-redundant ASRs.
      </p>
      <p>
        Both positive and negative rules were generated in [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] to analyze which diagnosis
types require or not require Laboratory Diagnostic Tests (LDTs) for patients. The
negative rules are generated from infrequent itemsets.
      </p>
      <p>
        Maximal ASRs are extracted rfom maximal frequent pattems (itemsets). А pattem
Х is а xmaimal rfequent in data set D if Х is frequent, and there exists no super­
pattem х such that Х с х and х is efrquent in D. The maximal frequent pattem mining
algorithms is, for example, Maximal Frequent Itemset Algorithm (MAFIA) [
        <xref ref-type="bibr" rid="ref14 ref21">14, 21</xref>
        ].
      </p>
      <p>
        Currently there is consideraЫe interest in the methods restricting the extraction of
rules to the specicfi type of the most interesting rules for the users. In [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ], it is
advanced а method ofRank Based Weighted ASR Mining (RANWAR)) elaborated for
Ьiological data processing. Two new measures of ientrestinegnss era considered based
on ranging gens.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref43">43</xref>
        ], а method for generating efficient rules for associative classification is ad­
vcaned. Associative classicfiation is а technique that integrates classicfiation and
ASRs mining for classifying unseen data. Associative classification gives more accu­
rate dan easier to dunerstand rules than it is possiЫe to obtain Ьу using the traditional
classiefirs. In [
        <xref ref-type="bibr" rid="ref37 ref40">37, 40</xref>
        ], mining ASRs is also combined with extracting classification
rules.
      </p>
      <p>
        Existing ASRs mining algorithms rely on frequency-based rule evaluation methods
afiling to provide sound statistical or computational measeurs for rule evaluation, and
oeftn sufer from many redundant rules. In [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ], the authors propose predictaЬility­
based an ASRs mining algorithm based on cross-validation with а new rule evaluation
step. А training dataset is partitioned into inner training sets and inner test sets and
then candidate rules' predictive performance is evaluated.
      </p>
      <p>
        lncremental Mode of Association Rules Mining Traditional static ASRs mining
cannot solve real-world proЫems with dynamically changing data. eWhn the size of
the transaction database increases, then an initially frequent item may become an
inefrquent one, and an initially infrequent item may become а frequent one. Incre­
mental ASRs mining algorithms help to сору with the drawbacks of the classical
Apriori algorithm. The authors [
        <xref ref-type="bibr" rid="ref52">52</xref>
        ] comЬine the Fast Update Priunng (FUP) algo­
rithm with а compressed Boolean matrix [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] and propose а new incremental ASRs
mining algorithm, named FBCM. This algorithm requires only а single scan of both
the database and incremental database. An incremental algorithm for mining interest­
ing ASRs has been developed in [
        <xref ref-type="bibr" rid="ref48">48</xref>
        ]. The papers [
        <xref ref-type="bibr" rid="ref50">50</xref>
        ] summarize the methods for
incremental ASRs mining.
      </p>
      <p>Conclusion
The paper provides an overview on mining associative rules from data in Ьiomedical
research. This review is based on а study of the work from 2013 to 2020 and shows
the widespread use of the Apriori algorithm and its modifications in medicine. The
review includes also the methods to improve the Apriori algorithm to mining more
eefctive associative rules adapted for various research tasks.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abeysinghe</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Cui</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Query-constraint-based mining of association rules for exploratory analysis of clinical datasets in the National Sleep Research Resource</article-title>
          .
          <source>Medical Inanfotics and Decision Making</source>
          <volume>18</volume>
          (
          <issue>Suppl 2</issue>
          ),
          <fpage>89</fpage>
          -
          <lpage>100</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Aagrwal</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Imielinski, Т., and Swami, А.:
          <article-title>Mining association rules between sets of items in large databases</article-title>
          .
          <source>АСМ SIGMOD Record</source>
          ,
          <volume>22</volume>
          (
          <issue>2</issue>
          ),
          <fpage>207</fpage>
          -
          <lpage>216</lpage>
          (
          <year>1993</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Altaf</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          , Shahbaz, М.,
          <string-name>
            <surname>dan</surname>
            <given-names>Guergachi</given-names>
          </string-name>
          , А.:
          <article-title>Applications of association rule mining in health infotnaics: А survey</article-title>
          .
          <source>tAricfiial Intelligence Review</source>
          ,
          <volume>47</volume>
          (
          <issue>3</issue>
          ),
          <fpage>313</fpage>
          -
          <lpage>340</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bhende</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaskarer</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          , and Gedaщ М.:
          <article-title>Study of various improved Apriori algorithm</article-title>
          .
          <source>IOSR Journal ofComputer Science Engineering</source>
          , e-ISSN:
          <fpage>2278</fpage>
          -
          <lpage>0661</lpage>
          , рр.
          <fpage>55</fpage>
          -
          <lpage>58</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Billig</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>А</surname>
          </string-name>
          ., and Ivanova, О.У.:
          <article-title>Building association rules in а task of medical diagnosis</article-title>
          .
          <source>Software Products and Systems</source>
          ,
          <volume>2</volume>
          (
          <issue>114</issue>
          ),
          <fpage>146</fpage>
          -
          <lpage>157</lpage>
          (
          <year>2016</year>
          )
          <article-title>(in Russian)</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Birukov</surname>
          </string-name>
          , А. Р. dan uDrnasky, S. М.:
          <article-title>Revealing the comorbidity of professional diseases caused Ьу pathogenic factors with eth help of associative algorithms on eth expamles of а cohort of victims of ionizing radiation</article-title>
          .
          <source>Medicine of Extreme Situations</source>
          ,
          <volume>2</volume>
          ,
          <fpage>13</fpage>
          -
          <lpage>24</lpage>
          (
          <year>2016</year>
          )
          <article-title>(in Russi)an</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Chavez</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gбrriz</surname>
            ,
            <given-names>J. М.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rameirz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salas-Gonzlez</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Gбmez-Rio</surname>
          </string-name>
          , М.:
          <article-title>Ecfiient mining of association rules rfo the early diaognsis of Alzheimer's disease</article-title>
          .
          <source>PhisMed Biol</source>
          .,
          <volume>56</volume>
          ,
          <fpage>6047</fpage>
          -
          <lpage>6063</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Das</surname>
            ,
            <given-names>N. N.</given-names>
          </string-name>
          et al.:
          <article-title>Brief survey on DNA sequence mining</article-title>
          .
          <source>Intemational Journal ofComputer Science dan Mobile Computing</source>
          ,
          <volume>2</volume>
          (
          <issue>11</issue>
          ),
          <fpage>129</fpage>
          -
          <lpage>134</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Dharshini</surname>
            ,
            <given-names>N. Р.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Azmi</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fawwaz</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , Husein, А. М., and Sireg,ar S. D.:
          <article-title>Analysis of accuracy k-means dan Apriori algoritshm for patient data clusters</article-title>
          .
          <source>Journal Physics.:Conference Ser</source>
          .
          <volume>1230</volume>
          ,
          <issue>1</issue>
          -
          <fpage>9</fpage>
          . ЮР PuЫishing (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Dhumale</surname>
            <given-names>S.:</given-names>
          </string-name>
          <article-title>Predicting pattems over protein sequences using Apriori algorithm</article-title>
          .
          <source>Intemational Joaurnl of Engineering andComputer Science</source>
          <volume>4</volume>
          (
          <issue>7</issue>
          ),
          <fpage>13011</fpage>
          -
          <lpage>13016</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Doddi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , Marth, А.,
          <string-name>
            <surname>Ravi</surname>
            ,
            <given-names>S.S.</given-names>
          </string-name>
          , and Tomey, DC..
          <article-title>: Discovery of association rules in medical data</article-title>
          .
          <source>Medical Inarmfotics dna Intemet inMedicine</source>
          <volume>26</volume>
          (
          <issue>1</issue>
          ),
          <fpage>25</fpage>
          -
          <lpage>33</lpage>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Domadia</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Rao</surname>
            ,
            <given-names>U.P.</given-names>
          </string-name>
          :
          <article-title>Privacy-preserving disitrbuted association rule mining approach on vertically partitioned healthcare data</article-title>
          .
          <source>ProcediaComputer Science</source>
          ,
          <volume>148</volume>
          ,
          <fpage>303</fpage>
          -
          <lpage>312</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Go</surname>
          </string-name>
          , Е.,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and Yoon, Т.:
          <article-title>Analysis of ebolavirus with decision etre and Apriori algorithm</article-title>
          .
          <source>Intemational Journal ofMachine Leaming andCoumpting</source>
          ,
          <volume>4</volume>
          (
          <issue>6</issue>
          ),
          <fpage>543</fpage>
          -
          <lpage>548</lpage>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Han</surname>
            ,
            <given-names>J</given-names>
          </string-name>
          .,
          <string-name>
            <surname>Pei</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and Yin, У.:
          <article-title>Mining frequent pattems without candidate generation</article-title>
          .
          <source>In: Proceedings of АСМ SIGMOD Intemational Conference on Management of Data, рр. 1- 12</source>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Harahap</surname>
          </string-name>
          , М.,
          <string-name>
            <surname>Husein</surname>
          </string-name>
          , А.М.,
          <string-name>
            <surname>Aisyah</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          et al.:
          <article-title>Mining association rules based on diseases population for recommendation of medicine need</article-title>
          .
          <source>Journal of Physics: Conference Series</source>
          ,
          <volume>1007</volume>
          ,
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Jalali</surname>
            ,
            <given-names>S. М.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moro</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Mahmoudi,
          <string-name>
            <given-names>М. R.</given-names>
            , Ghaafry, К. А.,
            <surname>Maleki</surname>
          </string-name>
          , М., and Alidoostan, А.:
          <article-title>А comparative naalysis of classifiers in cancer prediction using multiple data mining techniques</article-title>
          .
          <source>Intemational Joaurnl of Business Intelligence dan Systems Engineering</source>
          ,
          <volume>1</volume>
          (
          <issue>2</issue>
          ),
          <fpage>166</fpage>
          -
          <lpage>178</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Kalaiyarasi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Prabasri</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Predicting eth Lung Cancer rfom Biological Sequences</article-title>
          .
          <source>Intemational Joaurnl of Innovation in Engineering and Technology (IJIET)</source>
          ,
          <volume>5</volume>
          (
          <issue>1</issue>
          ),
          <fpage>106</fpage>
          -
          <lpage>111</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Kanageswari</surname>
          </string-name>
          , S. dan
          <string-name>
            <surname>Gladis</surname>
          </string-name>
          , D.:
          <article-title>Generation of association rules of data mining for lung cancer Ьу air pollution</article-title>
          .
          <source>Intemational Journal of Engineering dan Advanced Technology (IJEAT)</source>
          ,
          <volume>9</volume>
          (
          <issue>3</issue>
          ),
          <fpage>2874</fpage>
          -
          <lpage>2880</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Kang</surname>
          </string-name>
          <article-title>'ethe, S. М</article-title>
          . dan Wagacha, Р. W.:
          <article-title>Extracting diagnosis pattems in electronic medical records using association rule mining</article-title>
          .
          <source>Intemational Journal of Computer Applications</source>
          <volume>108</volume>
          (
          <issue>15</issue>
          ),
          <fpage>19</fpage>
          -
          <lpage>27</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Karaolis</surname>
          </string-name>
          , М.,
          <string-name>
            <surname>Moutris</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Papaconstantinou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , and Pattichis, С. S.:
          <article-title>Association rule analysis for the assessment of the risk of coronary heart events</article-title>
          .
          <source>In: Proceedings of the 31st nAual Intemiatonal Conference of the IEEE Engineering inMedicine and Biology Society</source>
          , рр.
          <fpage>6238</fpage>
          -
          <lpage>6241</lpage>
          .Minneapolis, МN: USA (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Кavakiotis</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tzanis</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Vlahavas</surname>
          </string-name>
          , I.:
          <article-title>Mining efrquent patterns and association rules rfom biological data</article-title>
          .
          <source>In: Mourad Ellourni dna Albert У. Zomaya (eds.)</source>
          ,
          <source>Biological nКowledge Discovery Handbook: Preprocessing</source>
          , Mining, and
          <article-title>Posrtpocessing of Biological Data, First Edition</article-title>
          , Chapter
          <volume>34</volume>
          , рр.
          <fpage>737</fpage>
          -
          <lpage>762</lpage>
          . John Wiley &amp; Sons, Inc.
          <source>PuЫished</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>R. Р. R.</given-names>
          </string-name>
          , Jay,akumr R., and Sankridevi, А.:
          <article-title>Apriori-based rfequent symptomset association mining in medical databases</article-title>
          .
          <source>International Joaurnl of Recent Technology and Engineering (IJRТE)</source>
          ,
          <volume>7</volume>
          (
          <issue>5С</issue>
          ),
          <fpage>65</fpage>
          -
          <lpage>68</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Lakshmi</surname>
            ,
            <given-names>К.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Кrishna</surname>
            ,
            <given-names>M.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>dan Kumar</surname>
            ,
            <given-names>S.P.</given-names>
          </string-name>
          :
          <article-title>Performance comparison of data mining techniques for predicting of heart disease survivability</article-title>
          .
          <source>Intemational Joaurnl of Scientific and Research PuЬlications</source>
          ,
          <volume>3</volume>
          (
          <issue>6</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>J.Y.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Кim</surname>
          </string-name>
          , К.-У.:
          <article-title>Semantic dan association rule mining-based knowledge extension for reusaЫe medical equipment random forest rules</article-title>
          .
          <source>Journal oflntegrated Design and Process Science</source>
          ,
          <volume>22</volume>
          (
          <issue>4</issue>
          ),
          <fpage>55</fpage>
          -
          <lpage>81</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Li</surname>
          </string-name>
          , Т. dan
          <string-name>
            <surname>Luo</surname>
          </string-name>
          , D.:
          <article-title>А new improved Apriori algorithm based on compression matrix</article-title>
          .
          <source>In: Proceedings of Intemational Conference on Advanced Data Mining Application.</source>
          , vol.
          <volume>8933</volume>
          ,
          <issue>рр</issue>
          . 1-
          <fpage>15</fpage>
          . Berlin, Germany: Springer-Verlag (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Мао</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Мао</surname>
          </string-name>
          , J.:
          <article-title>Тhе Application of Apriori-Gen algorithm in the association study in type 2 diabetes</article-title>
          .
          <source>In: Proceedings of 3rd International Conference on Bioinfoarmtics and Biomedical Engineering (ICBBE)</source>
          ,
          <volume>4</volume>
          (
          <issue>1</issue>
          ),
          <fpage>126</fpage>
          -
          <lpage>140</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Martinez</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Pasquier, С., and
          <string-name>
            <surname>Pasquier</surname>
          </string-name>
          , N.:
          <article-title>GENМIER: Mining informative association rules from genomic data</article-title>
          .
          <source>In: Proceeding of the IEEEIntemational Conference on Bioinformatics dan Biomedicine</source>
          , рр.
          <fpage>15</fpage>
          -
          <lpage>22</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Mayilvagaann</surname>
          </string-name>
          , М. dan Hemalathe, R.:
          <article-title>Performance comparison of FSA Red and Apriori algorithm's in mutation analysis</article-title>
          .
          <source>International Joaurnl of Computer Trends and Technology (IJСТТ)</source>
          ,
          <volume>17</volume>
          (
          <issue>4</issue>
          ),
          <fpage>205</fpage>
          -
          <lpage>209</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Mirmozafari</surname>
          </string-name>
          , М.,
          <string-name>
            <surname>Alinezhad</surname>
          </string-name>
          , А., and Gilanpour, А.:
          <article-title>Data mining Apriori algorithm rfo heart disease prediction</article-title>
          .
          <source>tInemaotinal Joaurnl of Computing</source>
          , Communication &amp; Instrumentation
          <string-name>
            <surname>Engineering</surname>
          </string-name>
          (IJCCTE),
          <volume>4</volume>
          (
          <issue>1</issue>
          ),
          <fpage>20</fpage>
          -
          <lpage>23</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Naidenova</surname>
          </string-name>
          , Х.,
          <string-name>
            <surname>Parkhomenko</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , and Shvetsov, К.:
          <article-title>Application of а logicalcombinatorial network to symbolic machine learning tasks</article-title>
          . In: Naidenova, Х.,
          <string-name>
            <surname>Shvetsov</surname>
          </string-name>
          , К., and Yakovlev, А. (eds.),
          <source>Machine Learning in Analysis of Biomedical and SocioEconomicData</source>
          , рр.
          <fpage>371</fpage>
          -
          <lpage>409</lpage>
          . Saint-Petersburg, Russia: Polytech Press (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Nahar</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Tickle, К.,
          <string-name>
            <surname>Ali</surname>
            ,
            <given-names>A.B.M.S.</given-names>
          </string-name>
          , and Chen, У.Р.
          <article-title>Significant ccaner prevention factor extraction: An association rule discovery approach</article-title>
          .
          <source>Joaurnl of Medical System</source>
          <volume>35</volume>
          (
          <issue>3</issue>
          ),
          <fpage>353</fpage>
          -
          <lpage>367</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Pinheiro F.M.R.:</surname>
          </string-name>
          <article-title>Applying the Apriori dan FP-Growth association algorithms to liver cancer data</article-title>
          .
          <source>А Thesis Submitted in Partial Fulfillment of the Requirement for the Degree of Master of Science</source>
          ,
          <volume>172</volume>
          рр. University of Victoria (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Premalatha</surname>
            <given-names>S.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Nandhini</surname>
          </string-name>
          , U. С.:
          <article-title>Efficiently generating the rank based weighted association rule mining using pAriori algorithm in High Biological Database</article-title>
          .
          <source>Intemational Resecarh Journal ofEngineering dan Technology (IRJEТ)</source>
          ,
          <volume>2</volume>
          (
          <issue>9</issue>
          ),
          <fpage>2143</fpage>
          -
          <lpage>2147</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Ramezankhani</surname>
          </string-name>
          , А.,
          <string-name>
            <surname>Pournik</surname>
          </string-name>
          , О.,
          <string-name>
            <surname>Shahrabi</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Azizi</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Hadegh</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>An application of association rule mining to extract risk pattem for type 2 diabetes using tehran lipid and glucose study database</article-title>
          .
          <source>Intemational ofEndocrinol Metabolism</source>
          .
          <volume>13</volume>
          (
          <issue>2</issue>
          ) е25389 (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Sanyer</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          and
          <article-title>Ta ar, С. 6.: Highlighting the rules between diagnosis types and laboratory diagnostic tests for patients of an emergency department: use of association rule mining</article-title>
          .
          <source>Health Informatics Journal</source>
          ,
          <volume>2</volume>
          (
          <issue>6</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Severac</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sauleau</surname>
          </string-name>
          , Е. А., Meyer, N.,
          <string-name>
            <surname>Lefevre</surname>
          </string-name>
          , Н.,
          <string-name>
            <surname>Nisand</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Jay</surname>
          </string-name>
          , N.:
          <article-title>Nonredundtan association rules between diseases and medications: na automated method rfo nkowledge base construction</article-title>
          .
          <source>ВМС MedicalInfoпnatics dan Decision Making</source>
          <volume>15</volume>
          (
          <issue>1</issue>
          ),
          <fpage>2</fpage>
          -
          <lpage>7</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Shahebaz</surname>
          </string-name>
          , Ah. Кh. and
          <string-name>
            <surname>Jabbar</surname>
          </string-name>
          , М. А.:
          <article-title>Improved classification techniques to predict eth codisease in diabetic mellituspatients using discretization dan Apriori algorithm</article-title>
          .
          <source>IntemationalJoaurnl of Innovative Technologyand ExploringEngineering (IЛТЕЕ)</source>
          ,
          <volume>8</volume>
          (
          <issue>11</issue>
          ),
          <fpage>730</fpage>
          -
          <lpage>733</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Shang</surname>
          </string-name>
          , Е.,
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>an J.</given-names>
          </string-name>
          , Fan, Х.,
          <string-name>
            <surname>Tang</surname>
          </string-name>
          , У., and
          <string-name>
            <surname>Уе</surname>
          </string-name>
          , L.:
          <article-title>Association rulemining and statistic test over multipledatasets on ТСМ drug pairs</article-title>
          .
          <source>IntemationalJournal ofBiomedicalData Mining</source>
          <volume>6</volume>
          (
          <issue>1</issue>
          ),
          <fpage>2</fpage>
          -
          <lpage>6</lpage>
          (
          <issue>201</issue>
          7)
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <surname>Shaaпn</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Om</surname>
          </string-name>
          , Н.:
          <article-title>Earlydetection and prevention of oralcancer: association lrues mining on investigation</article-title>
          .
          <source>WSEAS Transaction on Computers</source>
          ,
          <volume>13</volume>
          ,
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Song</surname>
          </string-name>
          , К. dan Lee, К.:
          <article-title>Predictability-basedcollectivcelassassociation rulemining</article-title>
          .
          <source>Expert System with Application</source>
          ,
          <volume>79</volume>
          ,
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Swathi</surname>
          </string-name>
          , Р. dan Prajna, В.:
          <article-title>Тhе efective procession of Apriori algorithmprescribed data mining on medical data</article-title>
          .
          <source>Intemational Joaurnl of Computer Science and Technology (IJCST)</source>
          ,
          <volume>7</volume>
          (
          <issue>3</issue>
          ),
          <fpage>22</fpage>
          -
          <lpage>26</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <surname>Тhamer</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>El-Sappagh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , dan El-Shishtawy, Т.:
          <article-title>А semantic approach for extracting medicalassociation rules</article-title>
          .
          <source>Intemational Joaurnl oflntelligenEtngineering Systems</source>
          ,
          <volume>13</volume>
          (
          <issue>3</issue>
          ),
          <fpage>280</fpage>
          -
          <lpage>293</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43.
          <string-name>
            <surname>Тhaanjiranthom</surname>
          </string-name>
          , Ch. and
          <string-name>
            <surname>Songram</surname>
          </string-name>
          , Р.:
          <article-title>Generation of efficient rulesrfo associative classiifcation</article-title>
          .
          <source>In: Proceedings of the 13 th IntemationalConference MIWAl</source>
          , рр.
          <fpage>109</fpage>
          -
          <lpage>120</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          44.
          <string-name>
            <surname>Vougas</surname>
          </string-name>
          , К.,
          <string-name>
            <surname>Кrochmal</surname>
            ,
            <given-names>М.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jackson</surname>
            ,
            <given-names>Т.</given-names>
          </string-name>
          ,
          <article-title>Po lyz os, А</article-title>
          . et al:
          <article-title>Deep leamingand association rulemining rfo predicting gdru response in cancer. А personalized medicine paproach</article-title>
          . Cuпent version availaЫehttps://ww.Ьiorxiv.org/content/10.l l01/070490v3.lful (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          45.
          <string-name>
            <surname>Wang</surname>
          </string-name>
          , Х.,
          <string-name>
            <surname>Su</surname>
          </string-name>
          , К., and Liu, Zh.:
          <article-title>Analysis of diabetic association rulesbased on Apriori algorithm</article-title>
          . In: Ch. Huang,
          <string-name>
            <surname>Yu-Wei</surname>
            <given-names>Chan</given-names>
          </string-name>
          , nad NeilYen (eds),
          <source>Data Processing Techniques and Applicationsfor Cyber-PhysicalSystem, рр. 553-563</source>
          . Springer (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          46.
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Guigjan</surname>
          </string-name>
          ,an Уе.:
          <article-title>Тhе research on analyzingrisk factors of type 2 diabetes mellitubsased on improved tfequent pattem tree algorithm</article-title>
          .
          <source>1n Proceedings of the 2015 IntemalConference on MaterialsEngineering dan Infoпnation TechnologyApplications</source>
          , рр.
          <fpage>459</fpage>
          -
          <lpage>463</lpage>
          . Atltanic Press (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          47.
          <string-name>
            <surname>Win</surname>
            ,
            <given-names>S.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Htike</surname>
            ,
            <given-names>Z.Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yusof</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <source>and Noorbatcha</source>
          , 1.А.:
          <article-title>Gene expression mining for survivaЬilityof patients in earlystages of lungcancer</article-title>
          .
          <source>lntemational Journal ofBioinпnfoatics andBiosciences</source>
          ,
          <volume>4</volume>
          (
          <issue>2</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          48.
          <string-name>
            <surname>Ya</surname>
          </string-name>
          ,fi Е.,
          <string-name>
            <surname>Al-Hegami</surname>
          </string-name>
          , А.,
          <string-name>
            <surname>Alam</surname>
          </string-name>
          ,А.,
          <string-name>
            <surname>dan</surname>
            <given-names>Biswas</given-names>
          </string-name>
          , R. УАМI:
          <article-title>IncrementalMining oflnteresting Association pattems</article-title>
          .
          <source>Тhе IntemationalArab Joumaloflnfoпnation Technology9(6)</source>
          ,
          <fpage>504</fpage>
          -
          <lpage>5011</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          49.
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>S. dan Zhou</given-names>
          </string-name>
          , У.:
          <article-title>А prefixed-itemset-based improvement rof Apriori algorithm</article-title>
          .
          <source>CornellUniversity</source>
          , arXiv preprint,
          <source>arXiv: 1601.01746</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          50.
          <string-name>
            <surname>Zhan</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
          </string-name>
          , Х.,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
          </string-name>
          , Х.,
          <string-name>
            <surname>Wgan</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , and Liu, Ch.:
          <article-title>Surnmay of association rules</article-title>
          .
          <source>ЮРConf. Series: Earth dna Environment Science (ЕSМА)</source>
          , vol.
          <volume>252</volume>
          , рр.
          <volume>12</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          51.
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>B.Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jiang</surname>
            ,
            <given-names>К. Q.</given-names>
          </string-name>
          , and Zhang, У. Z.:
          <article-title>Survey on incrementalassociation rulemining research</article-title>
          .
          <source>Journal of China Computer. Systems</source>
          ,
          <volume>37</volume>
          (
          <issue>1</issue>
          ),
          <fpage>18</fpage>
          -
          <lpage>23</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          52.
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ouyag</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kgan</surname>
            ,
            <given-names>Zh.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Zh.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>J.P.</given-names>
          </string-name>
          , dan Cheng, Х.:
          <article-title>lncrementalМАR based on maitrx cormpession ofr edge computing</article-title>
          .
          <source>IEEE Access</source>
          ,
          <article-title>Section on Innovation and Application of IntelligenPtrocessing of Data, Infoпnation nad nКowledge as Resources in Edge Computing</article-title>
          , vol.
          <volume>7</volume>
          ,
          <fpage>173044</fpage>
          -
          <lpage>173053</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>