generated from Bioconductor/BuildABiocWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.22 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
Package: clustSIGNALworkshop
Title: Spatial transcriptomics data analysis – spatially-aware clustering with clustSIGNAL
Version: 1.0.0
Authors@R:
c(person("Pratibha", "Panwar", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7437-7084")),
person("Shila", "Ghazanfar", email = "[email protected]",
role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-7861-6997")))
Description: This workshop serves as a tutorial for using clustSIGNAL
(clustering of Spatially Informed Gene expression with Neighbourhood
Adapted Learning) - a method for adaptively smoothing and clustering
gene expression data obtained from molecule-resolved spatial transcriptomics
technologies.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: Biobase,
clustSIGNAL,
Seurat,
scater,
aricode,
dplyr,
ggplot2,
patchwork
Suggests: knitr,
rmarkdown,
pkgdown
Remotes: SydneyBioX/clustSIGNAL
URL: https://sydneybiox.github.io/clustSIGNAL_workshop/
BugReports: https://github.com/SydneyBioX/clustSIGNAL_workshop/issues
VignetteBuilder: knitr
DockerImage: ghcr.io/sydneybiox/clustsignal_workshop:latest