forked from stemangiola/tidybulk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
101 lines (101 loc) · 1.96 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Type: Package
Package: tidybulk
Title: Brings transcriptomics to the tidyverse
Version: 1.17.3
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]",
role = c("aut", "cre")),
person("Maria", "Doyle", email = "[email protected]",
role = c("ctb"))
)
Description: This is a collection of utility functions that allow
to perform exploration of and calculations to RNA sequencing data, in
a modular, pipe-friendly and tidy fashion.
License: GPL-3
Depends:
R (>= 4.4.0),
ttservice (>= 0.3.6)
Imports:
tibble,
readr,
dplyr (>= 1.1.0),
magrittr,
tidyr,
stringi,
stringr,
rlang,
purrr,
tidyselect,
preprocessCore,
stats,
parallel,
utils,
lifecycle,
scales,
SummarizedExperiment,
GenomicRanges,
methods,
S4Vectors,
crayon,
Matrix
Suggests:
BiocStyle,
testthat,
vctrs,
AnnotationDbi,
BiocManager,
Rsubread,
e1071,
edgeR,
limma,
org.Hs.eg.db,
org.Mm.eg.db,
sva,
GGally,
knitr,
qpdf,
covr,
Seurat,
KernSmooth,
Rtsne,
ggplot2,
widyr,
clusterProfiler,
msigdbr,
DESeq2,
broom,
survival,
boot,
betareg,
tidyHeatmap,
pasilla,
ggrepel,
devtools,
functional,
survminer,
tidySummarizedExperiment,
markdown,
uwot,
matrixStats,
igraph,
EGSEA,
IRanges,
here,
glmmSeq,
pbapply,
pbmcapply,
lme4,
glmmTMB,
MASS,
pkgconfig
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.1
LazyDataCompression: xz
URL: https://github.com/stemangiola/tidybulk
BugReports: https://github.com/stemangiola/tidybulk/issues