Skip to content

Commit

Permalink
plot tips
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jan 16, 2021
1 parent 500eab3 commit 675862a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 314 deletions.
Binary file modified docs/results/latest/mugration/mug_tree_branch_major.jpg
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 docs/results/latest/mugration/mug_tree_branch_minor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
304 changes: 0 additions & 304 deletions workflow/notebooks/SAMEA3713711.homo.txt

This file was deleted.

9 changes: 7 additions & 2 deletions workflow/notebooks/branch_support.py.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,10 @@
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"execution_count": 15,
"metadata": {
"scrolled": true
},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -306,6 +308,9 @@
"ax3.set_ylim(0 - y_buffer,len(tree.get_terminals()) + y_buffer)\n",
"ax3.set_title(\"Joint Branch Supports Across the Tree\")\n",
"\n",
"# Plot tips\n",
"#ax3.scatter(data=tree_df, x=\"coord_x\", y=\"coord_y\", s=0.5, c=\"grey\")\n",
"\n",
"# -------------------------------\n",
"# Figure title\n",
"fig.suptitle(\"Maximum Likelihood Phylogeny Branch Supports\")\n",
Expand Down
29 changes: 21 additions & 8 deletions workflow/notebooks/mugration.py.ipynb

Large diffs are not rendered by default.

0 comments on commit 675862a

Please sign in to comment.