-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
75 lines (75 loc) · 1.94 KB
/
Copy pathDESCRIPTION
File metadata and controls
75 lines (75 loc) · 1.94 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
Package: multideconv
Title: Integrative pipeline for cell type deconvolution from bulk RNAseq using first and second generation methods
Version: 0.0.1
Authors@R: c(
person("Marcelo", "Hurtado", , "marcelo.hurtado@inserm.fr", role = c("aut", "cre"),
comment = c(ORCID = "0009-0004-6712-0864")),
person("Vera", "Pancaldi", , "vera.pancaldi@inserm.fr", role = "aut",
comment = c(ORCID = "0000-0002-7433-624X")))
Description: R package that reduces dimensionality and eliminates redundancy through unsupervised filtering and iterative correlation analyses. Built on top of existing frameworks like immunedeconv (Sturm et al. 2019) and omnideconv (Dietrich et al. 2024), multideconv harmonizes outputs across methods to identify robust cell subgroups and mitigate signature-driven heterogeneity.
License: GPL (>= 3) + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.3)
Imports:
ADImpute,
doParallel,
dplyr,
EpiDISH,
foreach,
ggplot2,
graphics,
reshape2,
grDevices,
ggpubr,
Hmisc (>= 5.2-3),
immunedeconv (>= 2.1.0),
matrixStats,
omnideconv (>= 0.1.0),
parallel,
ppcor,
glmGamPoi,
future.apply,
ggtext,
future,
purrr (>= 1.0.2),
stats,
stringr,
tibble,
tidyr,
pcaMethods (>= 1.94),
SeuratObject,
utils,
grid
Remotes:
omnideconv/immunedeconv,
omnideconv/omnideconv,
omnideconv/DWLS,
omnideconv/BayesPrism,
omnideconv/MOMF,
cozygene/bisque
Suggests:
testthat (>= 3.0.0),
WGCNA,
UCell,
Seurat (>= 4.4.0),
GenomicRanges,
GeneOverlap,
knitr,
matlib,
limSolve,
ComplexHeatmap,
bisque,
DWLS (>= 0.4),
MOMF (>= 0.2),
BayesPrism (>= 0.2),
rmarkdown,
shiny,
pkgload
LazyData: true
LazyDataCompression: bzip2
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/VeraPancaldiLab/multideconv