Skip to main content
Ctrl+K
qbiocode 0.1.0 documentation - Home qbiocode 0.1.0 documentation - Home
  • Installation
  • Background
  • Tutorials
  • Applications
  • API
  • Citing
  • Workshops
  • GitHub
  • Installation
  • Background
  • Tutorials
  • Applications
  • API
  • Citing
  • Workshops
  • GitHub

Section Navigation

  • qbiocode
    • qbiocode package
      • qbiocode.version module
      • qbiocode.apps package
      • qbiocode.data_generation package
      • qbiocode.embeddings package
      • qbiocode.evaluation package
      • qbiocode.learning package
      • qbiocode.utils package
      • qbiocode.visualization package
  • API Overview
  • qbiocode
  • qbiocode package
  • qbiocode.apps package
  • qbiocode.apps.quvine package
  • qbiocode.apps.quvine.data package
  • qbiocode.apps.quvine.data.data_loader module

qbiocode.apps.quvine.data.data_loader module#

Summary#

Functions:

load_graph

Loads the largest connected component (giant component) of a network from a CSV file.

load_gwas_data

load_pegasus_results

load_seeds_and_targets

Reference#

load_graph(cfg)[source]#

Loads the largest connected component (giant component) of a network from a CSV file.

load_pegasus_results(path, disease)[source]#
load_seeds_and_targets(path, disease)[source]#
load_gwas_data(cfg, graph)[source]#

previous

qbiocode.apps.quvine.data package

next

qbiocode.apps.quvine.data.prepare module

On this page
  • Summary
  • Reference
    • load_graph()
    • load_pegasus_results()
    • load_seeds_and_targets()
    • load_gwas_data()

© Copyright 2025 IBM Research.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.21.0.