orthogene is now available via DockerHub as a containerised environment with Rstudio and all necessary dependencies pre-installed.
First, install Docker if you have not already.
Create an image of the Docker container in command line:
docker pull neurogenomicslab/orthogene
Once the image has been created, you can launch it with:
docker run \
-d \
-e ROOT=true \
-e PASSWORD="<your_password>" \
-v ~/Desktop:/Desktop \
-v /Volumes:/Volumes \
-p 8787:8787 \
neurogenomicslab/orthogene
<your_password>
above with whatever you want your password to be.-v
flags for your particular use case.-d
ensures the container will run in “detached” mode,
which means it will persist even after you’ve closed your command line session.If you are using a system that does not allow Docker (as is the case for many institutional computing clusters), you can instead install Docker images via Singularity.
singularity pull docker://neurogenomicslab/orthogene
Finally, launch the containerised Rstudio by entering the following URL in any web browser: http://localhost:8787/
Login using the credentials set during the Installation steps.
utils::sessionInfo()
## R version 4.2.3 (2023-03-15)
## Platform: x86_64-apple-darwin17.0 (64-bit)
## Running under: macOS Big Sur ... 10.16
##
## Matrix products: default
## BLAS: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRblas.0.dylib
## LAPACK: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRlapack.dylib
##
## locale:
## [1] C/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
##
## attached base packages:
## [1] stats graphics grDevices utils datasets methods base
##
## other attached packages:
## [1] orthogene_1.4.2 BiocStyle_2.26.0
##
## loaded via a namespace (and not attached):
## [1] Rcpp_1.0.10 ape_5.7-1
## [3] lattice_0.20-45 tidyr_1.3.0
## [5] digest_0.6.31 utf8_1.2.3
## [7] R6_2.5.1 backports_1.4.1
## [9] evaluate_0.20 httr_1.4.5
## [11] ggplot2_3.4.2 pillar_1.9.0
## [13] ggfun_0.0.9 yulab.utils_0.0.6
## [15] rlang_1.1.0 lazyeval_0.2.2
## [17] data.table_1.14.8 car_3.1-2
## [19] jquerylib_0.1.4 Matrix_1.5-3
## [21] grr_0.9.5 rmarkdown_2.21
## [23] htmlwidgets_1.6.2 munsell_0.5.0
## [25] broom_1.0.4 compiler_4.2.3
## [27] gprofiler2_0.2.1 xfun_0.38
## [29] pkgconfig_2.0.3 gridGraphics_0.5-1
## [31] htmltools_0.5.5 tidyselect_1.2.0
## [33] tibble_3.2.1 bookdown_0.33
## [35] viridisLite_0.4.1 fansi_1.0.4
## [37] dplyr_1.1.1 ggpubr_0.6.0
## [39] grid_4.2.3 nlme_3.1-162
## [41] jsonlite_1.8.4 gtable_0.3.3
## [43] lifecycle_1.0.3 DBI_1.1.3
## [45] magrittr_2.0.3 scales_1.2.1
## [47] tidytree_0.4.2 cli_3.6.1
## [49] cachem_1.0.7 carData_3.0-5
## [51] ggsignif_0.6.4 ggtree_3.6.2
## [53] bslib_0.4.2 generics_0.1.3
## [55] vctrs_0.6.1 tools_4.2.3
## [57] treeio_1.22.0 homologene_1.4.68.19.3.27
## [59] ggplotify_0.1.0 glue_1.6.2
## [61] purrr_1.0.1 abind_1.4-5
## [63] parallel_4.2.3 fastmap_1.1.1
## [65] yaml_2.3.7 babelgene_22.9
## [67] colorspace_2.1-0 BiocManager_1.30.20
## [69] rstatix_0.7.2 aplot_0.1.10
## [71] plotly_4.10.1 knitr_1.42
## [73] patchwork_1.1.2 sass_0.4.5