-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
112 lines (112 loc) · 2.51 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Package: SpatialFeatureExperiment
Type: Package
Title: Integrating SpatialExperiment with Simple Features in sf
Version: 1.8.4
Authors@R:
c(person("Lambda", "Moses", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7092-9427")),
person("Alik", "Huseynov",
comment = c(ORCID = "0000-0002-1438-4389"),
role = "aut"),
person("Lior", "Pachter", email = "[email protected]",
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:
Biobase,
BiocGenerics,
BiocNeighbors,
BiocParallel,
data.table,
DropletUtils,
EBImage,
grDevices,
lifecycle,
Matrix,
methods,
rjson,
rlang,
S4Vectors,
sf,
sfheaders,
SingleCellExperiment,
SpatialExperiment,
spatialreg,
spdep (>= 1.1-7),
SummarizedExperiment,
stats,
terra,
utils,
zeallot
License: Artistic-2.0
Encoding: UTF-8
RoxygenNote: 7.3.2
Collate:
'AllGenerics.R'
'utils.R'
'SFE-class.R'
'aggregate.R'
'align.R'
'annotGeometries.R'
'cbind.R'
'changeSampleIDs.R'
'coerce.R'
'data.R'
'df2sf.R'
'dimGeometries.R'
'featureData.R'
'formatTxSpots.R'
'geometry_operation.R'
'graph_wrappers.R'
'image.R'
'int_dimData.R'
'internal-Voyager.R'
'listw2sparse.R'
'localResults.R'
'read.R'
'reexports.R'
'saveRDS.R'
'spatialGraphs.R'
'split.R'
'subset.R'
'transformation.R'
'updateObject.R'
'validity.R'
'zzz.R'
Suggests:
arrow,
BiocStyle,
dplyr,
knitr,
RBioFormats,
rhdf5,
rmarkdown,
scater,
sfarrow,
SFEData (>= 1.5.3),
Seurat,
SeuratObject,
sparseMatrixStats,
testthat (>= 3.0.0),
tidyr,
Voyager (>= 1.7.2),
withr,
xml2
Remotes:
Voyager=github::pachterlab/voyager@devel
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