generated from Bioconductor/BuildABiocWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
66 lines (66 loc) · 1.5 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
Package: tidyomicsWorkshop
Title: Tidy genomic and transcriptomic analyses
Version: 0.16.3
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.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
Biobase,
R (>= 4.2.0)
Imports:
SummarizedExperiment,
SingleCellExperiment,
tidySummarizedExperiment,
tidySingleCellExperiment,
tidygate,
tidyseurat,
stats,
utils,
tibble,
stringr,
ggplot2,
dplyr,
readr,
tidyr,
purrr,
forcats,
ggrepel,
plotly,
igraph,
broom,
devtools,
rlang,
magrittr,
R.utils,
dittoSeq,
tidybulk,
glue,
scater,
batchelor
Suggests:
knitr,
rmarkdown,
pkgdown
Biarch: true
URL: https://tidy-biology.github.io/TidyGenomicsTranscriptomicsWorkshop
BugReports: https://github.com/tidy-biology/TidyGenomicsTranscriptomicsWorkshop/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/tidy-biology/TidyGenomicsTranscriptomicsWorkshop:latest