Skip to content

Commit

Permalink
Updated SI, failed RMSDvsGradCAM
Browse files Browse the repository at this point in the history
  • Loading branch information
lupoglaz committed Jan 11, 2018
1 parent 910062b commit 44fffdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified doc/SI.pdf
Binary file not shown.
5 changes: 3 additions & 2 deletions src/Exploration/RMSDvsGradCAM.py
Expand Up @@ -195,9 +195,10 @@ def get_correlation(target, decoy):
N+=1

break

from matplotlib.colors import LogNorm
# pearson_prot = stat.pearsonr(corr_x, corr_y)[0]
print av_pearson/N
plt.scatter(corr_x, corr_y)
plt.hist2d(corr_x, corr_y, bins=100, range=np.array([(0.1, 5), (0, 10)]), norm=LogNorm())
plt.colorbar()
plt.savefig("corr_T0760_lr10A.png")

0 comments on commit 44fffdf

Please sign in to comment.