-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
54 lines (54 loc) · 1.1 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
Package: SeuratPipe
Type: Package
Title: Packaging common Seurat analysis tasks
Version: 1.0.0
Authors@R:
person(given = "Andreas C.",
family = "Kapourani",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2303-1953"))
Description: This package contains common analysis, processing and plotting
functions with an attempt to streamline single-cell genomics analysis
using the Seurat package.
License: GPL-3 | file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Biarch: true
Depends:
R (>= 4.0.0)
Imports:
assertthat,
BiocStyle,
dplyr,
ggplot2,
gtools,
harmony,
MASS,
methods,
patchwork,
pheatmap,
RColorBrewer,
reticulate,
rlang,
scales,
Seurat,
SoupX,
stats,
tibble,
tidyr,
utils,
viridis
Suggests: testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
biocViews: GeneExpression,
Clustering,
FeatureExtraction,
RNASeq,
KEGG,
Sequencing,
SingleCell
URL: https://andreaskapou.github.io/SeuratPipe/