Skip to content

Commit

Permalink
Add data, link notebooks internally, reduce resolution of figures.
Browse files Browse the repository at this point in the history
Fix #9, fix #18
  • Loading branch information
evogytis committed Aug 7, 2017
1 parent ff7db19 commit 75972be
Show file tree
Hide file tree
Showing 14 changed files with 357 additions and 274 deletions.
Binary file added data/phylo/CFML_results.zip
Binary file not shown.
Binary file added data/phylo/frag_skygrid.zip
Binary file not shown.
Binary file added data/phylo/sequences.zip
Binary file not shown.
Binary file added data/phylo/skygrid.zip
Binary file not shown.
Binary file added data/phylo/structured-coalescent-2fragments.zip
Binary file not shown.
Binary file added data/phylo/structured-coalescent-prior.zip
Binary file not shown.
Binary file added data/phylo/structured-coalescent.zip
Binary file not shown.
Binary file added figures/mers_chain.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/mers_fragments.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/mers_recombinant_features.png
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 scripts/MERS.2_epi.ipynb
Expand Up @@ -465,7 +465,7 @@
],
"source": [
"data={1:{},2:{},3:{}} ## levels of bias\n",
"\n",
"## this bit of the notebook uses \n",
"for f in os.listdir('/Users/evogytis/Dropbox/Jupyter_notebooks/MCMC/'):\n",
" #print f\n",
" if '_1' in f:\n",
Expand Down Expand Up @@ -1102,9 +1102,9 @@
"mpl.colorbar.ColorbarBase(cb, cmap=cmap,ticks=np.linspace(0.5,1.1,7),norm=norm)\n",
"cb.tick_params(size=5,labelsize=20)\n",
"cb.set_ylabel('R$_{0}$')\n",
"# plt.savefig('/Users/evogytis/Documents/structured-mers/figures/mers_epi.png',dpi=300,bbox_inches='tight') ## save to file\n",
"# plt.savefig('/Users/evogytis/Documents/structured-mers/figures/mers_epi_4000c.png',dpi=300,bbox_inches='tight')\n",
"#plt.savefig('/Users/evogytis/Documents/structured-mers/figures/mers_epi.pdf',dpi=300,bbox_inches='tight')\n",
"# plt.savefig('./../figures/mers_epi.png',dpi=300,bbox_inches='tight') ## save to file\n",
"# plt.savefig('./../figures/mers_epi_4000c.png',dpi=300,bbox_inches='tight')\n",
"#plt.savefig('./../figures/mers_epi.pdf',dpi=300,bbox_inches='tight')\n",
"plt.show()"
]
},
Expand Down
81 changes: 48 additions & 33 deletions scripts/MERS.2_posterior.ipynb

Large diffs are not rendered by default.

144 changes: 81 additions & 63 deletions scripts/MERS.2_recombination.ipynb

Large diffs are not rendered by default.

398 changes: 224 additions & 174 deletions scripts/MERS.2_trees.ipynb

Large diffs are not rendered by default.

0 comments on commit 75972be

Please sign in to comment.