Skip to content

Commit

Permalink
Update all plots
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Aug 30, 2024
1 parent 5dfe6b4 commit 3d391bc
Show file tree
Hide file tree
Showing 30 changed files with 10 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/casp15_all_multi_ligand_relaxed_pb_valid_bar_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/casp15_all_multi_ligand_relaxed_rmsd_lt2_bar_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/casp15_all_multi_ligand_relaxed_rmsd_violin_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/casp15_all_single_ligand_relaxed_rmsd_violin_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions notebooks/casp15_inference_results_plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@
" casp15_relaxed_rmsd_lt_2_data_std.fillna(0, inplace=True)\n",
"\n",
" # create the figure and a list of axes\n",
" fig, axis = plt.subplots(figsize=(12, 6))\n",
" fig, axis = plt.subplots(figsize=(18, 8))\n",
" axis.spines[\"top\"].set_visible(False)\n",
" axis.spines[\"right\"].set_visible(False)\n",
" axis.spines[\"bottom\"].set_visible(False)\n",
Expand Down Expand Up @@ -738,7 +738,7 @@
" \"DynamicBind\",\n",
" \"DL-based blind\",\n",
" \"NeuralPLexer\",\n",
" \"-> w/o ILCL\",\n",
" \"NeuralPLexer w/o ILCL\",\n",
" \"RoseTTAFold-AA\",\n",
" \"TULIP\",\n",
" \"DiffDock-L-Vina\",\n",
Expand Down Expand Up @@ -998,7 +998,7 @@
" casp15_relaxed_pb_valid_data_std.fillna(0, inplace=True)\n",
"\n",
" # create the figure and a list of axes\n",
" fig, axis = plt.subplots(figsize=(12, 6))\n",
" fig, axis = plt.subplots(figsize=(18, 8))\n",
" axis.spines[\"top\"].set_visible(False)\n",
" axis.spines[\"right\"].set_visible(False)\n",
" axis.spines[\"bottom\"].set_visible(False)\n",
Expand Down Expand Up @@ -1057,7 +1057,7 @@
" \"DynamicBind\",\n",
" \"DL-based blind\",\n",
" \"NeuralPLexer\",\n",
" \"-> w/o ILCL\",\n",
" \"NeuralPLexer w/o ILCL\",\n",
" \"RoseTTAFold-AA\",\n",
" \"TULIP\",\n",
" \"DiffDock-L-Vina\",\n",
Expand Down
Binary file modified notebooks/casp15_method_interaction_analysis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions notebooks/casp15_method_interaction_analysis_plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
" \"diffdockv1\": \"DiffDock w/o SCT\",\n",
" \"dynamicbind\": \"DynamicBind\",\n",
" \"neuralplexer\": \"NeuralPLexer\",\n",
" \"neuralplexer_no_ilcl\": \"-> w/o ILCL\",\n",
" \"neuralplexer_no_ilcl\": \"NeuralPLexer w/o ILCL\",\n",
" \"rfaa\": \"RoseTTAFold-AA\",\n",
" \"tulip\": \"TULIP\",\n",
" \"vina_diffdock\": \"DiffDock-L-Vina\",\n",
Expand Down Expand Up @@ -423,7 +423,7 @@
"df = pd.concat(dfs)\n",
"\n",
"# plot statistics\n",
"fig, axes = plt.subplots(2, 2, figsize=(26, 14), sharey=False)\n",
"fig, axes = plt.subplots(2, 2, figsize=(32, 14), sharey=False)\n",
"\n",
"interaction_types = [\n",
" \"Hydrogen Bond Acceptors\",\n",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 notebooks/dockgen_inference_results_plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
"dockgen_relaxed_rmsd_lt_2_and_pb_valid_data_std.fillna(0, inplace=True)\n",
"\n",
"# create the figure and a list of axes\n",
"fig, axis = plt.subplots(figsize=(12, 6))\n",
"fig, axis = plt.subplots(figsize=(18, 8))\n",
"axis.spines[\"top\"].set_visible(False)\n",
"axis.spines[\"right\"].set_visible(False)\n",
"axis.spines[\"bottom\"].set_visible(False)\n",
Expand Down
Binary file modified notebooks/dockgen_single_ligand_relaxed_bar_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/dockgen_single_ligand_relaxed_rmsd_violin_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions notebooks/posebusters_astex_inference_results_plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@
"posebusters_rmsd_lt_2_and_pb_valid_data_std.fillna(0, inplace=True)\n",
"\n",
"# create the figure and a list of axes\n",
"fig, axis = plt.subplots(figsize=(12, 6))\n",
"fig, axis = plt.subplots(figsize=(18, 8))\n",
"axis.spines[\"top\"].set_visible(False)\n",
"axis.spines[\"right\"].set_visible(False)\n",
"axis.spines[\"bottom\"].set_visible(False)\n",
Expand Down Expand Up @@ -1207,7 +1207,7 @@
"posebusters_relaxed_rmsd_lt_2_and_pb_valid_data_std.fillna(0, inplace=True)\n",
"\n",
"# create the figure and a list of axes\n",
"fig, axis = plt.subplots(figsize=(12, 6))\n",
"fig, axis = plt.subplots(figsize=(18, 8))\n",
"axis.spines[\"top\"].set_visible(False)\n",
"axis.spines[\"right\"].set_visible(False)\n",
"axis.spines[\"bottom\"].set_visible(False)\n",
Expand Down
Binary file modified notebooks/posebusters_astex_single_ligand_bar_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/posebusters_astex_single_ligand_rmsd_violin_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
"posebusters_relaxed_rmsd_lt_2_and_pb_valid_data_std.fillna(0, inplace=True)\n",
"\n",
"# create the figure and a list of axes\n",
"fig, axis = plt.subplots(figsize=(12, 6))\n",
"fig, axis = plt.subplots(figsize=(18, 8))\n",
"axis.spines[\"top\"].set_visible(False)\n",
"axis.spines[\"right\"].set_visible(False)\n",
"axis.spines[\"bottom\"].set_visible(False)\n",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/posebusters_single_ligand_relaxed_bar_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified notebooks/posebusters_single_ligand_relaxed_rmsd_violin_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d391bc

Please sign in to comment.