-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
109 lines (109 loc) · 1.9 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
Package: HPCell
Title: Massively-parallel R native pipeline for single-cell analysis
Version: 0.3.13
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]",
role = c("aut", "cre")),
person("Jiayi", "Si", email = "[email protected]",
role = c("aut"))
)
Description: Massively-parallel R native pipeline for single-cell analysis.
License: GPL-3
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.2.0)
Remotes:
sqjin/CellChat,
satijalab/seurat@seurat5,
satijalab/seurat-data@seurat5,
satijalab/azimuth@master,
mojaveazure/seurat-disk@master
Biarch: true
Imports:
targets,
tarchetypes,
crew,
crew.cluster,
tidybulk,
tidySummarizedExperiment,
tidySingleCellExperiment,
SummarizedExperiment,
edgeR,
Seurat (>= 5.0.0),
Matrix (>= 1.6),
dplyr,
tidyr,
glue,
stringr,
tidyseurat,
purrr,
readr,
patchwork,
tibble,
DropletUtils,
EnsDb.Hsapiens.v86,
scater,
SingleR,
celldex,
scuttle,
gridGraphics,
scDblFinder,
magrittr,
rlang,
S4Vectors,
BiocGenerics,
AnnotationDbi,
broom,
digest,
cowplot,
igraph,
callr,
circlize,
future.apply,
ids,
RColorBrewer,
digest,
cowplot,
igraph,
reshape2,
callr,
future,
methods,
pbapply,
reshape2,
scales,
data.table,
ggplot2,
ggupset,
here,
qs,
ensembldb,
Azimuth,
DelayedArray,
HDF5Array,
SeuratObject,
SingleCellExperiment,
biomaRt,
lme4,
tidyselect
Suggests:
testthat(>= 3.0.0),
scRNAseq,
irlba,
SeuratDisk,
zellkonverter
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
SystemRequirements: GNU make
biocViews:
ImmunoOncology,
Normalization,
Sequencing,
RNASeq,
Software,
GeneExpression,
Transcriptomics,
SingleCell,
Clustering
LazyDataCompression: xz
Config/testthat/edition: 3