-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
143 lines (143 loc) · 3.26 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
Package: scdrake
Type: Package
Title: A pipeline for droplet-based single-cell RNA-seq data secondary analysis implemented in the drake Make-like toolkit for R language
Version: 1.6.0
Authors@R:
c(
person(
given = "Jiri",
family = "Novotny",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1338-638X")
),
person(
given = "Jan",
family = "Kubovciak",
role = c("aut"),
email = "[email protected]"
),
person(
given = "Lucie",
family = "Pfeiferova",
role = c("aut"),
email = "[email protected]"
),
person(
given = "Michal",
family = "Kolar",
role = c("fnd"),
email = "[email protected]"
)
)
Description:
This pipeline is implemented in the drake Make-like toolkit (https://github.com/ropensci/drake) and
provides the following steps of scRNA-seq secondary analysis: input quality control, filtering of cells/genes,
normalization, clustering, cell type annotation, cluster markers, differential expression analysis
(constrasts -> cluster vs. cluster), integration of multiple samples.
All main parts are accompanied by rich graphical outputs and HTML reports
(RMarkdown). Thanks to the drake package, the pipeline is highly reproducible, scalable and efficient, provides easy
access to all intermediate results, and can be arbitrarily extended as pipeline definitions are abstracted as
R objects. A command line interface is available to perform the most important actions directly in shell terminal.
License: MIT + file LICENSE
URL: https://github.com/bioinfocz/scdrake, https://bioinfocz.github.io/scdrake
BugReports: https://github.com/bioinfocz/scdrake/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
VignetteBuilder: knitr
biocViews:
Transcription,
DifferentialExpression,
SingleCell,
Normalization,
QualityControl,
Clustering
Imports:
AnnotationDbi,
argparser,
assertthat,
batchelor,
BiocGenerics,
BiocManager,
BiocParallel,
BiocSingular,
bluster,
celldex,
cli,
cluster,
clustree,
codetools,
conflicted,
cowplot,
datasets,
downlit,
dplyr,
drake,
DropletUtils,
DT,
ensembldb,
fs,
ggplot2,
ggplotify,
glmGamPoi,
glue,
harmony,
here,
htmltools,
knitr,
littler,
igraph,
janitor,
kableExtra,
magrittr,
Matrix,
MatrixGenerics,
methods,
parallelly,
patchwork,
PCAtools,
purrr,
readr,
RhpcBLASctl,
rlang,
rmarkdown,
S4Vectors,
scales,
scater,
scDblFinder,
scran,
SC3,
Seurat,
SeuratObject,
sessioninfo,
SingleCellExperiment,
SingleR,
stringi,
stringr,
SummarizedExperiment,
tibble,
tidyr,
tidyselect (== 1.1.2),
usethis,
utils,
withr,
yaml
Remotes:
gorgitko/SC3
Suggests:
BiocStyle,
clustermq (== 0.8.8),
covr,
desc,
emoji,
future,
future.callr,
org.Hs.eg.db,
pkgdown,
preferably,
processx,
qs,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/start-first: project