-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.09 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.09 KB
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
Package: STcompare
Type: Package
Title: Framework for Spatial Transcriptomic Data Comparision
Version: 0.1.0
Authors@R:
c(
person(
"Kalen", "Clifton", email = "kclifto2@jh.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4095-8104")
),
person(
"Vivien", "Jiang", email = "vjiang1@jhu.edu",
comment = c(ORCID = "0009-0002-1417-4389"),
role = c("aut")
),
person(
"Jean", "Fan", email = "jeanfan@jhu.edu",
role = c("aut", "rev"),
comment = c(ORCID = "0000-0002-0212-5451")
)
)
URL: https://jef.works/STcompare/
Description: STcompare is an R package for comparing spatial gene expression patterns across spatial transcriptomics (ST) datasets.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
BiocParallel,
dplyr,
geoR,
ggplot2,
locfit,
SEraster (>= 0.1.0),
SpatialExperiment,
SummarizedExperiment,
viridis
Depends:
R (>= 4.3.0)
Suggests:
class,
knitr,
rmarkdown,
reshape2
VignetteBuilder: knitr