-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
81 lines (81 loc) · 2.01 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
Package: SPONGE
Type: Package
Title: Sparse Partial Correlations On Gene Expression
Version: 1.19.1
Authors@R: c(person(given = "Markus",
family = "List",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0941-4168")),
person(given = "Markus",
family = "Hoffmann",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1920-288X")),
person(given = "Fabio",
family = "Boniolo"),
person(given = "Azim Dehghani",
family = "Amirabad"),
person(given = "Dennis",
family = "Kostka"),
person(given = "Marcel H.",
family = "Schulz"))
Description: This package provides methods to efficiently detect competitive endogeneous RNA interactions between two genes. Such interactions are mediated by one or several miRNAs such that both gene and miRNA expression data for a larger number of samples is needed as input. The SPONGE package now also includes spongEffects: ceRNA modules offer patient-specific insights into the miRNA regulatory landscape.
License: GPL (>=3)
LazyData: TRUE
LazyDataCompression: xz
RoxygenNote: 7.2.0
Depends:
R (>= 3.6)
Suggests:
testthat,
knitr,
rmarkdown,
visNetwork,
ggrepel,
gridExtra,
digest,
doParallel,
bigmemory
Imports:
pheatmap,
reshape2,
Biobase,
stats,
ppcor,
logging,
foreach,
doRNG,
data.table,
MASS,
expm,
gRbase,
glmnet,
igraph,
iterators,
tidyverse,
caret,
dplyr,
biomaRt,
randomForest,
ggridges,
cvms,
miRBaseConverter,
ComplexHeatmap,
ggplot2,
MetBrewer,
rlang,
tnet,
ggpubr,
stringr,
tidyr
VignetteBuilder: knitr
biocViews: GeneExpression,
Transcription,
GeneRegulation,
NetworkInference,
Transcriptomics,
SystemsBiology,
Regression,
RandomForest,
MachineLearning,