Skip to content

GLOSSA: a user-friendly R Shiny application for Bayesian machine learning analysis of marine species distribution

License

Notifications You must be signed in to change notification settings

iMARES-group/glossa

Repository files navigation

GLOSSA - Global Species Spatiotemporal Analysis

CRAN status License: GPL v3 R-CMD-check


GLOSSA (Global Species Spatiotemporal Analysis) is an open-source, user-friendly R Shiny application designed for modeling marine species distribution. Written in R, GLOSSA uses the Shiny and bs4Dash libraries to provide an intuitive interface for fitting species distribution models using presence/absence or presence-only (pseudo-absences will be generated) data. The app uses flexible machine learning techniques like Bayesian Additive Regression Trees (BART), enabling users to model species distributions across different temporal and spatial scales and forecast future scenarios based on environmental data. With GLOSSA, users can explore current and future suitable habitats and visualize results with minimal coding expertise.

Getting started

You can install and run GLOSSA using the following R code:

install.packages("glossa")

library(glossa)
run_glossa()

To install the development version of GLOSSA from GitHub, use:

if (!require("devtools")) 
  install.packages("devtools")

devtools::install_github("iMARES-group/glossa")

Documentation and resources

For detailed documentation, tutorials, and examples on how to use GLOSSA, visit our official website:

How to cite GLOSSA

The GLOSSA manuscript is currently in progress. In the meantime, you can cite the GitHub repository as follows:

Mestre-Tomás, J., Fuster-Alonso, A., Bellido, J. M., & Coll, M. (2024). GLOSSA: a user-friendly R Shiny application for Bayesian machine learning analysis of marine species distribution. R package version 1.0.0, https://github.com/iMARES-group/glossa

About

GLOSSA: a user-friendly R Shiny application for Bayesian machine learning analysis of marine species distribution

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages