forked from tidyomics/tidyomicsWorkshopBioc2023
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
69 lines (69 loc) · 1.63 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
Package: tidySpatialWorkshop2025
Title: Workshop Materials for Tidy Spatial Analysis
Version: 0.18.5
Authors@R: c(
person("Stefano", "Mangiola", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7474-836X")),
person("Luciano", "Martelotto", email = "[email protected]", role = "aut")
)
Description: Workshop materials for learning tidy analysis of spatial transcriptomics data.
Includes example datasets and vignettes demonstrating the use of tidyomics tools for
spatial data analysis, covering both sequencing-based and imaging-based spatial transcriptomics.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
biocViews:
Spatial,
Transcriptomics,
SingleCell,
Software,
Visualization
Depends:
R (>= 4.3.0)
Imports:
SpatialExperiment,
tidySpatialExperiment,
tidySummarizedExperiment,
tidySingleCellExperiment,
ggplot2,
dplyr,
tidyr,
stringr,
purrr,
glue,
scuttle,
scater,
scran,
methods
Suggests:
plotly,
colorspace,
dittoSeq,
ggspavis,
RColorBrewer,
spatialLIBD,
ExperimentHub,
Banksy,
Seurat,
cowplot,
scRNAseq,
SPOTlight,
SubcellularSpatialData,
forcats,
tibble,
hoodscanR,
scico,
MoleculeExperiment,
knitr,
rmarkdown,
here,
igraph,
magick,
scatterpie,
ggcorrplot
VignetteBuilder: knitr
URL: https://github.com/tidyomics/tidySpatialWorkshop2025
BugReports: https://github.com/tidyomics/tidySpatialWorkshop2025/issues