-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
115 lines (115 loc) · 2.89 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
Package: scFlow
Title: A Single-Cell/Nuclei Analysis Toolkit
Version: 0.7.4
Authors@R:
c(
person(given = "Combiz",
family = "Khozoie",
role = c("aut", "cre"),
email = "c.khozoie@imperial.ac.uk",
comment = c(ORCID = "0000-0002-1634-5287")),
person(given = "Nurun",
family = "Fancy",
role = c("aut"),
email = "n.fancy@imperial.ac.uk",
comment = c(ORCID = "0000-0002-6481-6266")),
person(given = "Mahdi",
family = "Marjaneh",
role = c("aut"),
email = "m.moradi@imperial.ac.uk",
comment = c(ORCID = "YOUR-ORCID-ID")),
person(given = "Michael",
family = "Thomas",
role = c("aut"),
email = "michael.thomas21@imperial.ac.uk",
comment = c(ORCID = "YOUR-ORCID-ID")),
person(given = "Nathan",
family = "Skene",
role = c("aut"),
email = "n.skene@imperial.ac.uk",
comment = c(ORCID = "YOUR-ORCID-ID"))
)
Description: Single-cell/nuclei RNA-seq analysis tools in R to build a complete analysis workflow.
Roxygen: list(markdown = TRUE)
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/combiz/scFlow
BugReports: https://github.com/combiz/scFlow/issues
Suggests:
testthat (>= 2.1.0),
spelling,
covr,
knitr,
BiocStyle,
DT (>= 0.26)
Language: en-US
RoxygenNote: 7.3.1
biocViews:
Imports:
Matrix,
assertthat (>= 0.2.1),
bib2df,
biomaRt (>= 2.54.0),
cli (>= 3.4.1),
cowplot (>= 1.1.1),
DirichletReg (>= 0.7.1),
dplyr (>= 1.1.0),
DoubletFinder (>= 2.0.3),
DropletUtils (>= 1.18.1),
edgeR (>= 3.40.0),
english (>= 1.2.6),
enrichR (>= 3.1),
EWCE (>= 1.6.0),
forcats (>= 0.5.2),
formattable (>= 0.2.1),
future (>= 1.29.0),
future.apply (>= 1.10.0),
ggdendro (>= 0.1.23),
ggplot2 (>= 3.4.0),
ggpubr (>= 0.5.0),
ggrepel (>= 0.9.2),
ggridges (>= 0.5.4),
kBET (>= 0.99.6),
leaflet (>= 2.1.1),
limma (>= 3.54.0),
magrittr (>= 2.0.3),
MAST (>= 1.24.0),
methods,
monocle3 (>= 1.3.1),
paletteer (>= 1.5.0),
patchwork,
plotly,
plyr (>= 1.8.8),
preprocessCore,
purrr (>= 0.3.5),
qs,
R.utils,
rlang (>= 1.0.6),
rliger,
rmarkdown (>= 2.18),
Rtsne (>= 0.16),
scales,
scater (>= 1.26.1),
sctransform,
Seurat (>= 4.3.0),
SingleCellExperiment (>= 1.20.0),
stringr (>= 1.4.1),
SummarizedExperiment (>= 1.28.0),
threejs (>= 0.3.3),
tibble (>= 3.1.8),
tidyr (>= 1.2.1),
tidyselect (>= 1.2.0),
UpSetR (>= 1.4.0),
utils (>= 4.2.1),
uwot,
WebGestaltR
Remotes:
NathanSkene/EWCE,
chris-mcginnis-ucsf/DoubletFinder,
ropensci/plotly,
cole-trapnell-lab/monocle3,
theislab/kBET,
jlmelville/uwot,
ropensci/bib2df
VignetteBuilder: knitr