-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathDESCRIPTION
104 lines (104 loc) · 3.47 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
Package: netZooR
Type: Package
Title: Unified methods for the inference and analysis of gene regulatory networks
Version: 1.6.0
Date: 2024-07-26
Authors@R: c(person("Tara", "Eicher",
email = "[email protected]", role = c("aut","cre"), comment = c(ORCID = "0000-0003-1809-4458")),
person("Marouen", "Ben Guebila",
email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-5934-966X")),
person("Tian", "Wang",
email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-2767-3243")),
person("John", "Platig",
email="[email protected]", role="aut"),
person("Marieke", "Kuijjer",
email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-6280-3130")),
person("Megha", "Padi",
email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-3446-4562")),
person("Rebekka", "Burkholz",
email = "[email protected]",role = "aut"),
person("Des", "Weighill",
email = "",role = "aut", comment = c(ORCID = "0000-0003-4979-5871")),
person("Chen", "Chen",
email = "",role = "aut", comment = c(ORCID = "0000-0002-8042-7201")),
person("Kate", "Shutta",
email = "",role = "aut", comment = c(ORCID = "0000-0003-0402-3771")))
Maintainer: Tara Eicher <[email protected]>
Description: netZooR unifies the implementations of several Network Zoo methods (netzoo, netzoo.github.io) into a single package by creating interfaces between network inference and network analysis methods. Currently, the package has 3 methods for network inference including PANDA and its optimized implementation OTTER (network reconstruction using mutliple lines of biological evidence), LIONESS (single-sample network inference), and EGRET (genotype-specific networks). Network analysis methods include CONDOR (community detection), ALPACA (differential community detection), CRANE (significance estimation of differential modules), MONSTER (estimation of network transition states). In addition, YARN allows to process gene expresssion data for tissue-specific analyses and SAMBAR infers missing mutation data based on pathway information.
Depends: R (>= 4.2.0),
igraph,
reticulate,
pandaR,
Biobase
Remotes:
stan-dev/cmdstanr,
jnpaulson/pandaR,
cytoscape/RCy3
biocViews:
NetworkInference,
Network,
GeneRegulation,
GeneExpression,
Transcription,
Microarray,
GraphAndNetwork
Imports:
RCy3,
viridisLite,
STRINGdb,
GOstats,
AnnotationDbi,
matrixStats,
GO.db,
org.Hs.eg.db,
Matrix,
matrixTests,
gplots,
nnet,
data.table,
vegan,
stats,
utils,
reshape,
reshape2,
penalized,
parallel,
doParallel,
foreach,
ggplot2,
ggdendro,
grid,
MASS,
assertthat,
tidyr,
methods,
dplyr,
graphics,
cmdstanr,
GeneNet,
loo,
rARPACK,
corpcor,
biomaRt,
downloader,
edgeR,
limma,
preprocessCore,
readr,
RColorBrewer,
quantro,
matrixcalc
License: GPL-3
Encoding: UTF-8
LazyData: false
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
pkgdown,
dorothea,
VignetteEngine: knitr
VignetteBuilder: knitr
RoxygenNote: 7.3.1
BugReports: https://github.com/netZoo/netZooR/issues
URL: https://github.com/netZoo/netZooR, https://netzoo.github.io/