forked from federicogiorgi/corto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.52 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
Package: corto
Type: Package
Title: Inference of Gene Regulatory Networks
Version: 1.2.2
Authors@R: c(
person("Federico M.","Giorgi",email = "[email protected]",role=c("aut","cre")),
person("Daniele","Mercatelli",email = "[email protected]",role="ctb"),
person("Gonzalo","Lopez-Garcia",email = "[email protected]",role="ctb"))
Maintainer: Federico M. Giorgi <[email protected]>
Description: We present 'corto' (Correlation Tool), a simple package to infer
gene regulatory networks and visualize master regulators from gene expression
data using DPI (Data Processing Inequality) and bootstrapping to recover edges.
An initial step is performed to calculate all significant
edges between a list of source nodes (centroids) and target genes.
Then all triplets containing two centroids and one target are tested
in a DPI step which removes edges. A bootstrapping process then calculates
the robustness of the network, eventually re-adding edges previously removed by DPI.
The algorithm has been optimized to run outside a computing cluster, using a fast correlation
implementation. The package finally provides functions to calculate network enrichment
analysis from RNA-Seq and ATAC-Seq signatures as described in the article by
Giorgi lab (2020) <doi:10.1093/bioinformatics/btaa223>.
License: LGPL-3
Encoding: UTF-8
LazyData: FALSE
RoxygenNote: 7.2.3
Depends: R (>= 3.6)
NeedsCompilation: no
Imports:
data.table,
dplyr,
gplots,
knitr,
methods,
parallel,
pbapply,
plotrix,
stats,
utils
VignetteBuilder: knitr