qbiocode.apps.quvine.cli module#
Command-line interface for the QuVINE embedding app.
Embeds the nodes of a graph (given as an edge list) with a chosen QuVINE method and writes the embedding matrix + metadata. Mirrors the qsage/qprofiler CLIs.
- Usage:
quvine –edgelist edges.csv –method quvine_fused –output out/ quvine –edgelist edges.tsv –sep ‘t’ –method node2vec –output out/ quvine –list-methods
Summary#
Functions:
CLI entry point for |