Odyssey is an R shiny application for the exploration of Molecular Biodiversity in Greece.
To install Odyssey, follow these steps:
- Install the necessary R packages. You can use the following command to install all dependencies:
# Install necessary packages
install.packages(c("shiny", "data.table", "bslib", "stringr", "ggplot2", "paletteer", "reactable", "lubridate", "leaflet", "leaflet.extras", "htmltools", "echarts4r", "crosstalk"))
- Clone the repository from GitHub
git clone https://github.com/BiodataAnalysisGroup/ELIXIR-BFSP-Odyssey.git
To run the Odyssey Shiny app, follow these steps:
- Open the main.R script in RStudio.
- Execute the script by clicking the "Run" button
Your input is invaluable - whether it's suggesting a new chart/analysis or reporting a bug, we welcome and greatly appreciate your feedback!
Feel free to open a GitHub issue or contact us via inab.bioinformatics@lists.certh.gr
.
This work, as a whole, is licensed under the MIT license.
The code contained in this website is simultaneously available under the MIT license; this means that you are free to use it in your own packages, as long as you cite the source.
- N. Pechlivanis, A. Anastasiadou, A. Papageorgiou, E. Pafilis, and F. Psomopoulos, “Odyssey: an Interactive R Shiny App Approach to explore Molecular Biodiversity in Greece,” 23rd European Conference On Computational Biology (ECCB24), Sep. 2024, doi: 10.5281/ZENODO.14186452.