Package: NOVA Type: Package Title: Neural Output Visualization and Analysis Version: 0.5.0 Description: A toolkit for analyzing and visualizing Multi-Electrode Array (MEA) neural recordings, from raw CSV discovery through Principal Component Analysis (PCA), heatmaps, per-metric plots, and trajectory visualization. A lightweight trajectory-summary layer describes how experimental conditions move through state space relative to baseline (distance travelled, path directness, and timing), with robust timepoint ordering and a plain-language interpretation helper. Provides publication-ready visualizations with flexible customization options for neuroscience research applications. Authors@R: person(given = "Alex", family = "Tudoras", role = c("aut", "cre"), email = "alex.tudorasmiravet@ucsf.edu") License: GPL (>= 3) Encoding: UTF-8 Language: en-US RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: readr, tibble, DT, knitr, scales, readxl, writexl, dplyr, ggplot2, tidyr (>= 1.1.0), purrr (>= 0.3.0), rlang (>= 0.4.0), stringr (>= 1.4.0), RColorBrewer (>= 1.1.0), viridis (>= 0.5.0), pheatmap (>= 1.0.0), gridExtra (>= 2.3.0), ggrepel (>= 0.9.0), grid, stats, grDevices, utils Suggests: testthat (>= 3.0.0), rmarkdown (>= 2.0) VignetteBuilder: knitr URL: https://github.com/atudoras/nova BugReports: https://github.com/atudoras/nova/issues Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libx11-dev zlib1g-dev Repository: https://atudoras.r-universe.dev Date/Publication: 2026-07-15 19:29:30 UTC RemoteUrl: https://github.com/atudoras/nova RemoteRef: HEAD RemoteSha: 206cb603a3f7ef0eb91033b94608b7583520a92e NeedsCompilation: no Packaged: 2026-07-15 20:45:50 UTC; root Author: Alex Tudoras [aut, cre] Maintainer: Alex Tudoras