forked from tidyomics/tidyomicsWorkshopBioc2023
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
76 lines (76 loc) · 1.75 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
Package: tidySpatialWorkshop2024
Title: Tidy genomic and transcriptomic single-cell analyses
Version: 0.17.0
Authors@R:
c(
person(given = "Stefano",
family = "Mangiola",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7474-836X"))
)
Description: Workflow for BioC conference showing tidy genomic
and transcriptomic analyses, for a single-cell RNA-seq
application
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
Biobase,
R (>= 4.4.0)
Imports:
Banksy,
colorspace,
cowplot,
CuratedAtlasQueryR (>= 1.1.3),
dittoSeq,
dplyr,
ExperimentHub,
ggalt,
ggplot2,
ggspavis (>= 1.9.10),
glue,
here,
HDF5Array,
hoodscanR,
magrittr,
MoleculeExperiment,
plotly,
purrr,
RColorBrewer,
scater,
scico,
scran,
SpatialExperiment,
spatialLIBD,
stringr,
SubcellularSpatialData,
tidybulk (>= 1.17.2),
tidySingleCellExperiment (>= 1.15.2),
tidySpatialExperiment,
tidySummarizedExperiment (>= 1.15.0),
tidyverse,
SPOTlight,
Seurat,
ggcorrplot
Suggests:
knitr,
markdown,
rmarkdown,
pkgdown
Biarch: true
Remotes:
lawremi/rtracklayer,
lmweber/ggspavis,
stemangiola/tidySummarizedExperiment,
william-hutchison/tidySpatialExperiment,
stemangiola/tidybulk,
stemangiola/tidygate,
stemangiola/CuratedAtlasQueryR
URL: https://tidyomics.github.io/tidySpatialWorkshop2024
BugReports: https://github.com/tidyomics/tidySpatialWorkshop2024/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/tidyomics/tidySpatialWorkshop2024:latest