-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·60 lines (60 loc) · 1.77 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
Package: bioc2022tidytranscriptomics
Title: Tidy Transcriptomics For Single-Cell RNA Sequencing Analyses
Version: 0.13.3
Authors@R: c(
person("Stefano", "Mangiola", email="[email protected]",
role = c("aut","cre"),
comment = c(ORCID = "0000-0001-7474-836X")),
person("Maria", "Doyle", email="[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-4847-8436")))
Maintainer: Stefano Mangiola <[email protected]>, Maria Doyle <[email protected]>
Description: This workshop will showcase analysis of single-cell RNA sequencing data following the tidy data paradigm, using the tidySingleCellExperiment, tidySummarizedExperiment, tidybulk and tidyverse packages.
License: CC BY-SA 4.0 + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Depends:
R (>= 4.1.0)
Imports:
tidySingleCellExperiment,
tidySummarizedExperiment,
tidybulk,
tidygate,
scater,
batchelor,
stats,
utils,
tibble,
stringr,
ggplot2,
dplyr,
readr,
tidyr,
purrr,
forcats,
ggrepel,
plotly,
colorspace,
scales,
uwot,
broom,
devtools,
rlang,
magrittr,
R.utils,
dittoSeq,
glue,
patchwork
Suggests:
knitr,
rmarkdown,
pkgdown
Biarch: true
biocViews: RNASeq, DifferentialExpression, GeneExpression, Normalization, Clustering, QualityControl, Sequencing, SingleCell, Transcription, Transcriptomics
URL: https://tidytranscriptomics-workshops.github.io/bioc2022_tidytranscriptomics/
BugReports: https://github.com/tidytranscriptomics-workshops/bioc2022_tidytranscriptomics/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/tidytranscriptomics-workshops/bioc2022_tidytranscriptomics:latest