forked from tidyomics/tidyomicsWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
55 lines (55 loc) · 1.39 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
Package: tidyomicsWorkshopBioc2023
Title: Tidy genomic and transcriptomic single-cell analyses
Version: 0.16.13
Authors@R:
c(
person(given = "Stefano",
family = "Mangiola",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7474-836X")),
person(given = "Michael",
family = "Love",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8401-0545"))
)
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.2.3
Depends:
Biobase,
R (>= 4.2.0)
Imports:
SingleCellExperiment,
ggplot2,
plotly,
dplyr,
colorspace,
dittoSeq,
tidySingleCellExperiment,
tidySummarizedExperiment,
scales,
batchelor,
scater,
purrr,
plyranges,
ensembldb,
EnsDb.Hsapiens.v86,
forcats,
nullranges
Suggests:
knitr,
rmarkdown,
pkgdown
Biarch: true
URL: https://tidyomics.github.io/tidyomicsWorkshopBioc2023
BugReports: https://github.com/tidyomics/tidyomicsWorkshopBioc2023/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/tidyomics/tidyomicsWorkshopBioc2023:latest