-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
74 lines (74 loc) · 1.81 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
67
68
69
70
71
72
73
74
Type: Package
Package: tidySingleCellExperiment
Title: Brings SingleCellExperiment to the Tidyverse
Version: 1.15.5
Authors@R: c(person("Stefano", "Mangiola",
comment=c(ORCID="0000-0001-7474-836X"),
email="[email protected]",
role=c("aut", "cre")))
Description: 'tidySingleCellExperiment' is an adapter that abstracts
the 'SingleCellExperiment' container in the form of a 'tibble'.
This allows *tidy* data manipulation, nesting, and plotting.
For example, a 'tidySingleCellExperiment' is directly compatible
with functions from 'tidyverse' packages `dplyr` and `tidyr`,
as well as plotting with `ggplot2` and `plotly`.
In addition, the package provides various utility
functions specific to single-cell omics data analysis
(e.g., aggregation of cell-level data to pseudobulks).
License: GPL-3
Depends:
R (>= 4.4.0),
SingleCellExperiment
Imports:
dplyr,
tidyr,
ttservice (>= 0.4.0),
SummarizedExperiment,
tibble,
ggplot2,
magrittr,
rlang,
purrr,
pkgconfig,
lifecycle,
methods,
utils,
S4Vectors,
tidyselect,
ellipsis,
vctrs,
pillar,
stringr,
cli,
fansi,
Matrix,
stats
Suggests:
BiocStyle,
testthat,
knitr,
markdown,
rmarkdown,
SingleCellSignalR,
SingleR,
scater,
scran,
tidyHeatmap,
igraph,
GGally,
uwot,
celldex,
dittoSeq,
plotly
VignetteBuilder:
knitr
RdMacros:
lifecycle
Biarch: true
biocViews:
AssayDomain, Infrastructure, RNASeq, DifferentialExpression, SingleCell,
GeneExpression, Normalization, Clustering, QualityControl, Sequencing
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/stemangiola/tidySingleCellExperiment
BugReports: https://github.com/stemangiola/tidySingleCellExperiment/issues