<!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>through Modular Queries and Knowledge Graph Construction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Tooba Abbassi-Daloii</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yojana Gadiya</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ammar Ammar</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Egon Willighagen</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ana Claudia Sima</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hasan Balci</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Biomedical Data Source, Context-specific Knowledge Graph, Data Wrangling, Graph Analysis</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Bonn-Aachen International Center for Information Technology (B-IT), University of Bonn</institution>
          ,
          <addr-line>Bonn</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Dept of Bioinformatics - BiGCaT, NUTRIM, FHML, Maastricht University</institution>
          ,
          <addr-line>Maastricht</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Fraunhofer Institute for Translational Medicine and Pharmacology (ITMP)</institution>
          ,
          <addr-line>Hamburg</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Maastricht Centre for Systems Biology (MaCSBio), Maastricht University</institution>
          ,
          <addr-line>Maastricht</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>SIB Swiss Institute of Bioinformatics</institution>
          ,
          <addr-line>Lausanne</addr-line>
          ,
          <country country="CH">Switzerland</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <abstract>
        <p>In biological research, integrating experimental data with publicly available resources is pivotal for understanding complex biological mechanisms. However, this process is often intricate and timeconsuming due to the complexity and diversity of data. Furthermore, the lack of consistent harmonization across diferent data types complicates the management of disparate data formats and sources. Addressing this, we introduce BioDataFuse, a query-based Python tool for seamless integration of biomedical data resources. BioDataFuse establishes a modular framework for eficient data wrangling, enabling contextspecific knowledge graph creation and supporting graph-based analyses. With a user-friendly interface, it enables users to dynamically create knowledge graphs from their input experimental data. Supported by a robust Python package, pyBiodatafuse, this tool excels in data harmonization, aggregating diverse sources through modular queries. Moreover, BioDataFuse provides plugin capabilities for Cytoscape and Neo4j, allowing local graph hosting. Ongoing refinements enhance the graph utility through tasks like link prediction, making BioDataFuse a versatile solution for eficient and efective biological data integration.</p>
      </abstract>
      <kwd-group>
        <kwd>Knowledge</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>BioDataFuse is an innovative solution facilitating the seamless integration of diverse data
resources on the fly. It establishes a modular framework, adhering to the
“what-you-see-is-whatyou-get (WYSIWYG)” principle, granting users control over the graph creation. The adaptable
backend and user-friendly interface ofer a solution to address data integration challenges. The
backend, implemented through the Python package pyBiodatafuse (GitHub repo), supports
various tool functionalities. Concurrently, the front-end interface improves accessibility for
non-programmers. The BioDataFuse aims to develop into a comprehensive toolkit that enables
users to seamlessly explore, interpret, and visualize biomedical data across a diverse range
of resources, fostering interoperability and facilitating efortless navigation for extraction of
meaningful insights from context-specific biomedical graphs.</p>
    </sec>
    <sec id="sec-2">
      <title>2. BioDataFuse framework</title>
      <p>The BioDataFuse framework is structured around five primary components:</p>
      <p>
        1. Data harmonizer ensures unique persistent identifiers for diverse biomedical modalities
using BridgeDb framework [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. This component supports various input data, including genes,
metabolites, and tables from diferential expression analysis.
      </p>
      <p>
        2. Data annotators empower modular queries across diverse resources through SPARQL
Protocol And RDF Query Language (SPARQL). Annotators, including Wikidata [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], Bgee
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], Molecules on Membranes Database (MolMeDB) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], Open Targets [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], DisGeNET [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ],
WikiPathways [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], and STRING [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], enrich gene-related metadata, gene-disease relationships,
expression profiles, pathway information, and protein-protein interactions.
      </p>
      <p>
        3. Graph generator creates knowledge graphs from annotated data using NetworkX [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ],
ofering a clear and structured representation. The Python module in pyBiodatafuse constructs
graphs exportable to Cytoscape [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and Neo4j [11].
      </p>
      <p>4. Graph analyzer employs Python packages like Matplotlib [12], Seaborn [13], and Plotly
for basic plots and network-specific summaries, facilitating a quick understanding of the data
and its interconnections.</p>
      <p>5. User interface is developed using Streamlit, enabling users to input gene lists, select
identifier types, and annotate data from chosen sources.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Future work</title>
      <p>Planned future directions for BioDataFuse include continued attention to the graph analyzer
component, emphasizing the importance of refining and expanding its capabilities. Additionally,
the future work includes supporting additional input data types, integrating annotators from
drug databases and larger repositories, and ensuring the continuous updating of pyBiodatafuse
at PyPi. Exploration of migrating the user interface to frameworks like Shiny or Dash is
underway, aiming to improve functionality and provide an enhanced user experience. These
eforts align with our dedication to advancing BioDataFuse for improved data interoperability.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Acknowledgments</title>
      <p>We acknowledge the support from ELIXIR BioHackthon 2023, resulting in a preprint [14].
els of biomolecular interaction networks, Genome Research 13 (2003) 2498–2504.
doi:10.1101/gr.1239303.
[11] Neo4j, Neo4j - the world’s leading graph database, 2012. URL: http://neo4j.org/.
[12] J. D. Hunter, Matplotlib: A 2d graphics environment, Computing in Science &amp; Engineering
9 (2007) 90–95. doi:10.1109/MCSE.2007.55.
[13] M. L. Waskom, seaborn: statistical data visualization, Journal of Open Source Software 6
(2021) 3021. doi:10.21105/joss.03021.
[14] Y. Gadiya, A. Ammar, E. Willighagen, D. Martinat, A. C. Sima, H. Balci, T. Abbassi-Daloii,
Biohackeu23 report: Extending interoperability of experimental data using modular queries
across biomedical resources, 2023. doi:10.37044/osf.io/mhsqp.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>M. P. van Iersel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Pico</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Kelder</surname>
          </string-name>
          , et al.,
          <article-title>The BridgeDb framework: standardized access to gene, protein and metabolite identifier mapping services</article-title>
          ,
          <source>BMC Bioinformatics 11</source>
          (
          <year>2010</year>
          )
          <article-title>5</article-title>
          . doi:
          <volume>10</volume>
          .1186/
          <fpage>1471</fpage>
          - 2105- 11- 5.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Waagmeester</surname>
          </string-name>
          , G. Stupp,
          <string-name>
            <given-names>S.</given-names>
            <surname>Burgstaller-Muehlbacher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. M.</given-names>
            <surname>Good</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Grifith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Grifith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hanspers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Hermjakob</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Hudson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hybiske</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Keating</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Manske</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mayers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Mietchen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Mitraka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Pico</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. E.</given-names>
            <surname>Putman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Riutta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. Q.</given-names>
            <surname>Rosinach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Schriml</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Shafee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Slenter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Stephan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Thornton</surname>
          </string-name>
          , G. Tsueng,
          <string-name>
            <given-names>R.</given-names>
            <surname>Tu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ul-Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Willighagen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. I. Su</surname>
          </string-name>
          ,
          <article-title>Wikidata as a knowledge graph for the life sciences</article-title>
          , eLife
          <volume>9</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>F. B.</given-names>
            <surname>Bastian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Roux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Niknejad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Comte</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Fonseca Costa</surname>
          </string-name>
          ,
          <string-name>
            <surname>T. M. de Farias</surname>
            , S. Moretti,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Parmentier</surname>
            , V. R. de Laval,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Rosikiewicz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Wollbrett</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Echchiki</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Escoriza</surname>
            ,
            <given-names>W. H.</given-names>
          </string-name>
          <string-name>
            <surname>Gharib</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzales-Porta</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Jarosz</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Laurenczy</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Moret</surname>
            , E. Person,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Roelli</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Sanjeev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Seppey</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Robinson-Rechavi</surname>
          </string-name>
          ,
          <article-title>The bgee suite: integrated curated expression atlas and comparative transcriptomics in animals</article-title>
          ,
          <source>Nucleic Acids Research</source>
          <volume>49</volume>
          (
          <year>2020</year>
          )
          <fpage>D831</fpage>
          -
          <lpage>D847</lpage>
          . doi:
          <volume>10</volume>
          .1093/nar/gkaa793.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Juračka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Šrejber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Melíková</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Bazgier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Berka</surname>
          </string-name>
          , Molmedb: Molecules on Membranes Database,
          <year>Database 2019</year>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>D.</given-names>
            <surname>Ochoa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hercules</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Carmona</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Suveges</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Baker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Malangone</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Lopez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Miranda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Cruz-Castillo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Fumis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bernal-Llinares</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Tsukanov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Cornu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Tsirigos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Razuvayevskaya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Buniello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Schwartzentruber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Karim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ariano</surname>
          </string-name>
          , R. Martinez Osorio,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ferrer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Ge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Machlitt-Northen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gonzalez-Uriarte</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Saha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tirunagari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Roldán-Romero</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Horswell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Young</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ghoussaini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hulcoop</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Dunham</surname>
          </string-name>
          ,
          <string-name>
            <surname>E. McDonagh,</surname>
          </string-name>
          <article-title>The next-generation Open Targets Platform: reimagined, redesigned, rebuilt</article-title>
          ,
          <source>Nucleic Acids Research</source>
          <volume>51</volume>
          (
          <year>2022</year>
          )
          <fpage>D1353</fpage>
          -
          <lpage>D1359</lpage>
          . doi:
          <volume>10</volume>
          .1093/nar/gkac1046. arXiv:https://academic.oup.com/nar/articlepdf/51/D1/D1353/48441188/gkac1046.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>N.</given-names>
            <surname>Queralt-Rosinach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Piñero</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bravo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Sanz</surname>
          </string-name>
          ,
          <string-name>
            <surname>L. I. Furlong</surname>
          </string-name>
          ,
          <article-title>Disgenet-rdf: Harnessing the innovative power of the semantic web to explore the genetic basis of diseases</article-title>
          ,
          <source>Bioinformatics</source>
          (
          <year>2016</year>
          ). doi:
          <volume>10</volume>
          .1093/bioinformatics/btw214.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Balcı</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hanspers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. L.</given-names>
            <surname>Coort</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Martens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. N.</given-names>
            <surname>Slenter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ehrhart</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Digles</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Waagmeester</surname>
          </string-name>
          , I. Wassink,
          <string-name>
            <given-names>T.</given-names>
            <surname>Abbassi-Daloii</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. N.</given-names>
            <surname>Lopes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Iyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Acosta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. G.</given-names>
            <surname>Willighagen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Nishida</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Riutta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Basaric</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. T.</given-names>
            <surname>Evelo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. L.</given-names>
            <surname>Willighagen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kutmon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Pico</surname>
          </string-name>
          ,
          <string-name>
            <surname>WikiPathways</surname>
          </string-name>
          <year>2024</year>
          :
          <article-title>next generation pathway database</article-title>
          ,
          <source>Nucleic Acids Res</source>
          . (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D.</given-names>
            <surname>Szklarczyk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kirsch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Koutrouli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Nastou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Mehryary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Hachilif</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. L.</given-names>
            <surname>Gable</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Fang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. T.</given-names>
            <surname>Doncheva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pyysalo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bork</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. J.</given-names>
            <surname>Jensen</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>von Mering, The STRING database in 2023: protein-protein association networks and functional enrichment analyses for any sequenced genome of interest</article-title>
          ,
          <source>Nucleic Acids Res</source>
          .
          <volume>51</volume>
          (
          <year>2023</year>
          )
          <fpage>D638</fpage>
          -
          <lpage>D646</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Hagberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. A.</given-names>
            <surname>Schult</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. J.</given-names>
            <surname>Swart</surname>
          </string-name>
          ,
          <article-title>Exploring network structure, dynamics, and function using networkx</article-title>
          , in: G. Varoquaux,
          <string-name>
            <given-names>T.</given-names>
            <surname>Vaught</surname>
          </string-name>
          , J. Millman (Eds.),
          <source>Proceedings of the 7th Python in Science Conference</source>
          , Pasadena, CA USA,
          <year>2008</year>
          , pp.
          <fpage>11</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>P.</given-names>
            <surname>Shannon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Markiel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Ozier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. S.</given-names>
            <surname>Baliga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. T.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ramage</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Amin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Schwikowski</surname>
          </string-name>
          , T. Ideker,
          <article-title>Cytoscape: A software environment for integrated mod-</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>