-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
executable file
·53 lines (53 loc) · 1.32 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
Type: Package
Package: tidyseurat
Title: Brings Seurat to the Tidyverse
Version: 0.8.2
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]",
role = c("aut", "cre")),
person("Maria", "Doyle", email = "[email protected]",
role = c("ctb"))
)
Description: It creates an invisible layer that allow to see the 'Seurat' object
as tibble and interact seamlessly with the tidyverse.
License: GPL-3
Depends:
R (>= 4.1.0),
ttservice (>= 0.3.8),
SeuratObject
Imports:
Seurat (>= 4.3.0),
tibble,
dplyr (>= 1.1.4),
magrittr,
tidyr (>= 1.2.0),
ggplot2,
rlang (>= 1.0.0),
purrr,
lifecycle,
methods,
plotly,
tidyselect,
utils,
vctrs,
pillar,
stringr,
cli,
fansi,
Matrix
Suggests:
testthat,
knitr,
GGally,
markdown,
SingleR
VignetteBuilder:
knitr
RdMacros:
lifecycle
Biarch: true
biocViews: AssayDomain, Infrastructure, RNASeq, DifferentialExpression, GeneExpression, Normalization, Clustering, QualityControl, Sequencing, Transcription, Transcriptomics
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://github.com/stemangiola/tidyseurat, https://stemangiola.github.io/tidyseurat/
BugReports: https://github.com/stemangiola/tidyseurat/issues