forked from cbib/Seurat-Integrate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
111 lines (111 loc) · 2.67 KB
/
DESCRIPTION
File metadata and controls
111 lines (111 loc) · 2.67 KB
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
Package: SeuratIntegrate
Type: Package
Title: Expands the set of integration methods available to Seurat
Version: 0.4.1
Authors@R: c(
person("Florian", "Specque", , "florian.specque@u-bordeaux.fr",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4449-6381")),
person("Domitille", "Chalopin", , "domitille.chalopin-fillot@u-bordeaux.fr",
role = c("aut"), comment = c(ORCID = "0000-0003-0588-9630")),
person("Macha", "Nikolski", , "macha.nikolski@u-bordeaux.fr",
role = c("rev"), comment = c(ORCID = "0000-0001-6059-577X")),
person("Aurélien", "Barré", , "aurelien.barre@u-bordeaux.fr",
role = c("ctb"), comment = c(ORCID = "0009-0006-4773-3369")),
person("Centre de Bioinformatique de Bordeaux (CBiB)",
role = c("cph")))
Description: R package gathering a set of wrappers to apply various integration
methods to Seurat objects (and rate such methods). Intended to apply to
Seurat V5 objects bearing multiple layers.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0),
Seurat (>= 5.0.0)
Imports:
rlang (>= 1.1.0),
SeuratObject,
sva,
batchelor,
dplyr,
harmony,
Matrix,
reticulate,
RhpcBLASctl,
stats,
SummarizedExperiment,
tools,
cluster,
broom,
ggplot2,
cowplot,
forcats,
purrr,
tibble,
tidyr,
vctrs,
future,
igraph,
parallelly,
methods,
scales,
cli,
pbapply,
matrixStats,
Rcpp
Suggests:
SeuratData,
lisi,
knitr,
rmarkdown,
distances,
Rfast,
parallelDist,
kBET,
ggforce
Collate:
'Combat.R'
'Harmony.R'
'MNN.R'
'RcppExports.R'
'Scanorama.R'
'SeuratIntegrate-package.R'
'bbknn.R'
'clustering.R'
'conda_S4_definitions.R'
'conda_S4_methods.R'
'conda_S4_helpers.R'
'utils.R'
'convert_distances.R'
'do_integrate.R'
'expand_knn_graph.R'
'globals.R'
'import-standalone-obj-type.R'
'import-standalone-types-check.R'
'internals.R'
'kwargs.R'
'metrics_ari.R'
'metrics_connectivity.R'
'numeric_lisi_class.R'
'scores.R'
'metrics_pca.R'
'metrics_kbet.R'
'metrics_lisi.R'
'metrics_nmi.R'
'metrics_scGraph.R'
'metrics_silhouette.R'
'scANVI.R'
'scVI.R'
'trVAE.R'
'zzz.R'
VignetteBuilder: knitr
Config/Needs/website: rmarkdown
URL: https://github.com/cbib/Seurat-Integrate, https://cbib.github.io/Seurat-Integrate/
BugReports: https://github.com/cbib/Seurat-Integrate/issues
Remotes: SeuratData=github::satijalab/seurat-data,
github::theislab/kBET,
lisi=github::immunogenomics/LISI
LinkingTo:
Rcpp,
RcppArmadillo