Skip to content

Commit

Permalink
hsp90 reweighting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aevans1 committed Sep 14, 2023
1 parent 7bcbc8d commit afa95c7
Show file tree
Hide file tree
Showing 8 changed files with 20,056 additions and 22 deletions.
21 changes: 11 additions & 10 deletions Lukes_folder/cryoBIFE_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -39,7 +39,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -50,14 +50,15 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"s_vals = np.linspace(0, 1, 20)\n",
"P_vals = np.zeros_like(s_vals)\n",
"for idx in range(s_vals.shape[0]):\n",
" P_vals[idx] = P(s_vals[idx])"
" P_vals[idx] = P(s_vals[idx])\n",
"P_vals/=np.sum(P_vals)"
]
},
{
Expand All @@ -76,7 +77,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -135,7 +136,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -154,7 +155,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -193,7 +194,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -210,7 +211,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -340,7 +341,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down
57 changes: 45 additions & 12 deletions Lukes_folder/hsp90_compute_posterior_matrix.ipynb

Large diffs are not rendered by default.

Binary file added Lukes_folder/hsp90_neg_log_posterior_mat.npz
Binary file not shown.
10,000 changes: 10,000 additions & 0 deletions Lukes_folder/hsp90_neg_log_posterior_mat.txt

Large diffs are not rendered by default.

Binary file modified Lukes_folder/hsp90_posterior_mat.npz
Binary file not shown.
10,000 changes: 10,000 additions & 0 deletions Lukes_folder/hsp90_posterior_mat.txt

Large diffs are not rendered by default.

Binary file added crybife_pdf.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 added ensemble_reweighting_pdf.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 afa95c7

Please sign in to comment.