Package: SpatialFeatureExperiment
Type: Package
Title: Integrating SpatialExperiment with Simple Features in sf
Version: 1.2.1
Authors@R: 
    c(person("Lambda", "Moses", email = "dlu2@caltech.edu", 
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0002-7092-9427")),
    person("Lior", "Pachter", email = "lpachter@caltech.edu",
    role = c("aut", "ths"),
    comment = c(ORCID = "0000-0002-9164-6231")))
Description: A new S4 class integrating Simple Features with the R package sf
    to bring geospatial data analysis methods based on vector data to
    spatial transcriptomics. Also implements management of spatial neighborhood
    graphs and geometric operations. This pakage builds upon SpatialExperiment
    and SingleCellExperiment, hence methods for these parent classes can still
    be used.
Imports: BiocGenerics, BiocNeighbors, BiocParallel, grDevices, Matrix,
        methods, rjson, rlang, S4Vectors, sf, SingleCellExperiment,
        SpatialExperiment, spdep (>= 1.1-7), SummarizedExperiment,
        stats, terra, utils
License: Artistic-2.0
Encoding: UTF-8
RoxygenNote: 7.2.3
Collate: 'AllGenerics.R' 'utils.R' 'SFE-class.R' 'annotGeometries.R'
        'cbind.R' 'coerce.R' 'data.R' 'df2sf.R' 'dimGeometries.R'
        'geometry_operation.R' 'graph_wrappers.R' 'image.R'
        'int_dimData.R' 'internal-Voyager.R' 'localResults.R' 'read.R'
        'reexports.R' 'spatialGraphs.R' 'subset.R' 'updateObject.R'
        'validity.R'
Suggests: BiocStyle, dplyr, DropletUtils, knitr, rhdf5, rmarkdown,
        sfarrow, SFEData, vroom, testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends: R (>= 4.2.0)
VignetteBuilder: knitr
biocViews: DataRepresentation, Transcriptomics, Spatial
URL: https://github.com/pachterlab/SpatialFeatureExperiment
BugReports: https://github.com/pachterlab/SpatialFeatureExperiment/issues
git_url: https://git.bioconductor.org/packages/SpatialFeatureExperiment
git_branch: RELEASE_3_17
git_last_commit: 46989e5
git_last_commit_date: 2023-04-26
Date/Publication: 2023-04-27
NeedsCompilation: no
Packaged: 2023-04-28 03:26:34 UTC; biocbuild
Author: Lambda Moses [aut, cre] (<https://orcid.org/0000-0002-7092-9427>),
  Lior Pachter [aut, ths] (<https://orcid.org/0000-0002-9164-6231>)
Maintainer: Lambda Moses <dlu2@caltech.edu>
Built: R 4.3.0; ; 2023-04-28 14:19:16 UTC; windows
