/uncleShiny

A dashboard for Unchained Labs Uncle data visualization written in R using Shiny.

Primary LanguageRGNU Affero General Public License v3.0AGPL-3.0

uncleShiny

Frontend

uncleShiny is a dashboard for Unchained Labs Uncle data visualization. This app is written in R using the shiny package.

Database access utilizes the RPostgres driver package and all data manipulations are heavily reliant on core packages from the Tidyverse including tidyr, dplyr, and purrr.

Visualization of data is mostly performed with Plotly and also ggplot2. Theming of this app was done using the bslib, thematic, and showtext packages.

Backend

unclePy is the parser which extracts meaningful experimental results and metadata from Uncle instrument binary files (.uni files), and delivers that data in a structured format to a local or remote hosted relational database built on PostgreSQL.