Skip to content

Commit

Permalink
R update
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Apr 18, 2023
1 parent bb8a561 commit a03a8a3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
27 changes: 18 additions & 9 deletions workflow/envs/R.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
name: R_env
name: r_notebook
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- r-base
- jupyterlab>3
- ipywidgets>=7.6
- nbconvert
- pandas
- r-irkernel
- r-tidyverse
- bioconductor-ggtree
- bioconductor-treeio
- bioconductor-ggtreeextra
- r-ggplot2
- r-ape
- r-dplyr
- r-argparser
- r-aplot
- r-tidytree
- r-plotly
- r-ggstar
- r-repr
- r-irdisplay
- r-pbdzmq
- r-devtools
- r-phytools
- pandoc
- rpy2
- jupyter_contrib_nbextensions
- r-argparser
6 changes: 3 additions & 3 deletions workflow/scripts/ggtree.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ p <- ggtree(tree) %<+% tree_data


# DRAW TREE
g <- p + geom_tiplab(offset = .005,
hjust = 0.005,
align=TRUE,
g <- p + geom_tiplab(#offset = .005,
#hjust = 0.005,
#align=TRUE,
size = 3.2) +
geom_tippoint(aes(shape = cluster_name, color = cluster_name)) +
theme(legend.position = "right") +
Expand Down

0 comments on commit a03a8a3

Please sign in to comment.