Type: Package
Package: tidySpatialExperiment
Title: SpatialExperiment with tidy principles 
Version: 1.7.2
Authors@R: c(
    person("William", "Hutchison", email = "hutchison.w@wehi.edu.au", role = c("aut", "cre"), 
           comment = c(ORCID = "0009-0001-6242-4269")),
    person("Stefano", "Mangiola", email = "mangiolastefano@gmail.com", role = "aut")
  )
Description: tidySpatialExperiment provides a bridge between the SpatialExperiment package and the 
    tidyverse ecosystem. It creates an invisible layer that allows you to interact with a 
    SpatialExperiment object as if it were a tibble; enabling the use of functions from dplyr, 
    tidyr, ggplot2 and plotly. But, underneath, your data remains a SpatialExperiment object.
License: GPL (>= 3)
Depends:
    R (>= 4.3.0),
    SpatialExperiment,
    tidySingleCellExperiment,
    ttservice
Imports:
    SummarizedExperiment,
    SingleCellExperiment,
    BiocGenerics,
    S4Vectors,
    methods,
    utils,
    pkgconfig,
    tibble,
    dplyr,
    tidyr,
    ggplot2 (>= 4.0.0),
    plotly,
    rlang,
    purrr,
    stringr,
    vctrs,
    tidyselect,
    pillar,
    cli,
    fansi,
    lifecycle,
    magick,
    tidygate (>= 1.0.13),
    shiny
Suggests:
    BiocStyle,
    testthat,
    knitr,
    markdown,
    scater,
    igraph,
    cowplot, 
    DropletUtils,
    tidySummarizedExperiment
VignetteBuilder: 
    knitr
Biarch: true
biocViews: Infrastructure, RNASeq, GeneExpression, Sequencing, Spatial, Transcriptomics, SingleCell
Encoding: UTF-8
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
URL: https://github.com/william-hutchison/tidySpatialExperiment, https://william-hutchison.github.io/tidySpatialExperiment/
BugReports: https://github.com/william-hutchison/tidySpatialExperiment/issues
LazyData: true
git_url: https://git.bioconductor.org/packages/tidySpatialExperiment
git_branch: devel
git_last_commit: 002a6a5
git_last_commit_date: 2025-11-30
Repository: Bioconductor 3.23
