-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
78 lines (78 loc) · 2.46 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
Package: BioNERO
Type: Package
Title: Biological Network Reconstruction Omnibus
Version: 1.13.1
Authors@R: c(person("Fabricio", "Almeida-Silva",
email="[email protected]",
role=c("cre", "aut"),
comment = c(ORCID = "0000-0002-5314-2964")),
person("Thiago", "Venancio",
role="aut",
comment = c(ORCID = "0000-0002-2215-8082")))
Description: BioNERO aims to integrate all aspects of biological network inference
in a single package, including data preprocessing, exploratory analyses,
network inference, and analyses for biological interpretations. BioNERO
can be used to infer gene coexpression networks (GCNs) and gene
regulatory networks (GRNs) from gene expression data. Additionally,
it can be used to explore topological properties of protein-protein
interaction (PPI) networks. GCN inference relies on the popular WGCNA
algorithm. GRN inference is based on the "wisdom of the crowds" principle,
which consists in inferring GRNs with multiple algorithms (here, CLR,
GENIE3 and ARACNE) and calculating the average rank for each interaction
pair. As all steps of network analyses are included in this package,
BioNERO makes users avoid having to learn the syntaxes of several
packages and how to communicate between them. Finally, users can also
identify consensus modules across independent expression sets and
calculate intra and interspecies module preservation statistics
between different networks.
Depends: R (>= 4.1)
License: GPL-3
Encoding: UTF-8
LazyData: false
URL: https://github.com/almeidasilvaf/BioNERO
BugReports: https://github.com/almeidasilvaf/BioNERO/issues
biocViews:
Software,
GeneExpression,
GeneRegulation,
SystemsBiology,
GraphAndNetwork,
Preprocessing,
Network,
NetworkInference
Imports:
WGCNA,
dynamicTreeCut,
ggdendro,
matrixStats,
sva,
RColorBrewer,
ComplexHeatmap,
ggplot2,
rlang,
ggrepel,
patchwork,
reshape2,
igraph,
ggnetwork,
intergraph,
NetRep,
stats,
grDevices,
utils,
methods,
BiocParallel,
minet,
GENIE3,
SummarizedExperiment
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
BiocStyle,
DESeq2,
networkD3,
covr
VignetteBuilder: knitr
Config/testthat/edition: 3