-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
58 lines (58 loc) · 1.55 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
Package: tidyomicsBlog
Title: The tidyomics blog
Version: 1.2.2
Authors@R: c(
person("Stefano", "Mangiola", email="[email protected]",
role = c("aut","cre"),
comment = c(ORCID = "0000-0001-7474-836X")),
person("William", "Hutchison", email="[email protected]",
role = c("aut"),
comment = c(ORCID = "0009-0001-6242-4269")),
person("Maria", "Doyle", email="[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-4847-8436"))
)
Maintainer: Stefano Mangiola <[email protected]>, William Hutchison <[email protected]>, Maria Doyle <[email protected]>
Description: This blog serves as a platform to showcase new tidyomics techniques and analysis.
License: CC BY-SA 4.0 + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 4.0.0)
Imports:
tidybulk,
tidyseurat,
sccomp
Suggests:
knitr,
rmarkdown,
pkgdown,
stats,
utils,
tibble,
stringr,
ggplot2,
dplyr,
readr,
tidyr,
forcats,
tidyHeatmap,
edgeR,
ggrepel,
plotly,
airway,
survival,
dittoSeq,
GGally,
tidygate,
Seurat
Remotes:
stemangiola/tidygate
Biarch: true
biocViews: RNASeq, DifferentialExpression, GeneExpression, Normalization, Clustering, QualityControl, Sequencing, Transcription, Transcriptomics
URL: https://tidyomics.github.io/tidyomicsBlog/
BugReports: https://github.com/tidyomics/tidyomicsBlog/issues/new/choose
VignetteBuilder: knitr
DockerImage: tidyomics/tidyomicsBlog:latest