Package: VISTA Type: Package Title: Visualization and Integrated System for Transcriptomic Analysis Version: 1.1.0 Authors@R: c( person(given = "Chirag", family = "Parsania", email = "chirag.parsania@gmail.com", role = c("aut", "cre")) ) Description: The VISTA (Visualization and Integrated System for Transcriptomic Analysis) platform streamlines differential expression workflows by wrapping DESeq2 and edgeR into a SummarizedExperiment-based container with consistent metadata. The package includes visualization utilities, MSigDB enrichment helpers, and optional deconvolution support to simplify interactive exploration of RNA-seq experiments. License: GPL-3 Encoding: UTF-8 Depends: R (>= 4.3) Imports: AnnotationDbi, cli, clusterProfiler, colorspace, DESeq2, dplyr, edgeR, forcats, ggplot2, ggrepel, GGally, ggpubr, grid, matrixStats, methods, msigdbr, limma, purrr, rlang, S4Vectors, scales, stringr, SummarizedExperiment, tibble, tidyr, tidyselect, viridis Suggests: airway, BiocStyle, circlize, ComplexHeatmap, DT, EnhancedVolcano, ggpointdensity, ggridges, ggalluvial, ggcorrplot, ggrain, ggvenn, enrichplot, knitr, magrittr, patchwork, org.Hs.eg.db, org.Mm.eg.db, quarto, rmarkdown, yaml, writexl, testthat (>= 3.0.0), uwot, xCell2 URL: https://github.com/cparsania/VISTA, https://cparsania.github.io/VISTA/ BugReports: https://github.com/cparsania/VISTA/issues biocViews: RNASeq, DifferentialExpression, GeneExpression, Transcriptomics, Visualization VignetteBuilder: knitr Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 LazyData: false Config/testthat/edition: 3 Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libglpk-dev make libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:07:01 UTC RemoteUrl: https://github.com/bioc/VISTA RemoteRef: HEAD RemoteSha: ea087d427e11c7468c8b1f0a38b5ab9bb26c8f22 NeedsCompilation: no Packaged: 2026-07-03 23:04:57 UTC; root Author: Chirag Parsania [aut, cre] Maintainer: Chirag Parsania