generated from Bioconductor/BuildABiocWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.48 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
Package: StatialBioc2023
Title: Package demonstration of the Statial Bioconductor package
Version: 1.0.1
Authors@R:
c(person("Farhan", "Ameen", email = "farhan.ameen@sydney.edu.au",
role = c("aut")),
person("Alex", "Qin", email = "alex.qin@sydney.edu.au",
role = c("aut")),
person("Nick", "Robertson", email = "nicholas.robertson@sydney.edu.au",
role = c("aut")),
person("Sourish", "Iyengar", email = "sourish.iyengar@sydney.edu.au",
role = c("aut")),
person("Shila", "Ghazanfar", email = "shila.ghazanfar@sydney.edu.au",
role = c("aut")),
person("Ellis", "Patrick", email = "ellis.patrick@sydney.edu.au",
role = c("aut", "cre")))
Description: This workshop will introduce new functionality in the Statial package.
Statial is a Bioconductor package which contains a suite of complementary
approaches for identifying changes in cell state and how these changes are associated
with cell type localisation.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
Biobase,
Statial, spicyR, lisaClust, ClassifyR, ggplot2, SingleCellExperiment,
SpatialExperiment, dplyr, tidyr, ggsurvfit, scater
Suggests:
knitr,
rmarkdown,
pkgdown
URL: https://SydneyBioX.github.io/StatialBioc2023/
BugReports: https://github.com/SydneyBioX/StatialBioc2023/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/sydneybiox/statialbioc2023:latest
Remotes: SydneyBioX/Statial, ellispatrick/spicyR