We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b4237 commit 4b46a8dCopy full SHA for 4b46a8d
dygetviz/data/dataloader.py
@@ -139,6 +139,12 @@ def load_data() -> dict:
139
columns=["summary", "lineage", "gene_type"])
140
141
142
+ elif args.dataset_name == "HistWords-CN-GNN":
143
+
144
+ metadata_df = pd.read_csv(
145
+ osp.join("data", args.dataset_name, "metadata.csv"))
146
147
148
149
try:
150
label2node = {}
dygetviz/plot_dash.py
@@ -215,7 +215,7 @@
215
},
216
className="text-center",
217
),
218
- html.Div("✨: a category. \n\"(1)\": a node label.", id="note"),
+ # html.Div("✨: a category. \n\"(1)\": a node label.", id="note"),
219
220
# Store the nodes in `trajectory_names`
221
dcc.Store(
0 commit comments