Skip to content

Commit

Permalink
Fix "Pango" labels in figures and tables
Browse files Browse the repository at this point in the history
Related to #72
  • Loading branch information
huddlej committed Dec 19, 2023
1 parent 05e467f commit 3f474f7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manuscript/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rule concat_HDBSCAN_tables:
fullKDE = "manuscript/tables/total_HDBSCAN_table.csv",
table = "manuscript/tables/accuracy_table.tex",
params:
disease_names = ["Influenza H3N2", "SARS-CoV-2 (Nextstrain clade)", "SARS-CoV-2 (Nextclade pango)"],
disease_names = ["Influenza H3N2", "SARS-CoV-2 (Nextstrain clade)", "SARS-CoV-2 (Pango)"],
conda: "../cartography.yml"
shell:
"""
Expand Down
Binary file modified manuscript/figures/within_between_sars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manuscript/tables/accuracy_table.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
& MDS & 0.15 & 0.0 \\
& UMAP & 0.16 & 0.5 \\
& PCA & 0.22 & 0.5 \\
SARS-CoV-2 (Nextclade pango) & t-SNE & 0.12 & 1.0 \\
SARS-CoV-2 (Pango) & t-SNE & 0.12 & 1.0 \\
& MDS & 0.23 & 0.0 \\
& UMAP & 0.25 & 0.5 \\
& PCA & 0.31 & 0.5 \\
Expand Down
2 changes: 1 addition & 1 deletion notebooks/2023-07-24WithinVBetweenFigure.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"source": [
"sars_labels_to_axis_labels = {\n",
" \"Nextstrain_clade\": \"Nextstrain clade\",\n",
" \"Nextclade_pango_collapsed\": \"Nextclade pango\\ncollapsed\",\n",
" \"Nextclade_pango_collapsed\": \"Pango\",\n",
" \"pca_label_for_Nextstrain_clade\": \"PCA cluster\",\n",
" \"mds_label_for_Nextstrain_clade\": \"MDS cluster\",\n",
" \"t-sne_label_for_Nextstrain_clade\": \"t-SNE cluster\",\n",
Expand Down

0 comments on commit 3f474f7

Please sign in to comment.