Package: corto
Type: Package
Title: Inference of Gene Regulatory Networks
Version: 1.1.0
Authors@R: c(
 person("Federico M.","Giorgi",email = "federico.giorgi@gmail.com",role=c("aut","cre")),
 person("Daniele","Mercatelli",email = "danielemercatelli@gmail.com",role="ctb"),
 person("Gonzalo","Lopez-Garcia",email = "gonzolgarcia@gmail.com",role="ctb"))
Maintainer: Federico M. Giorgi <federico.giorgi@gmail.com>
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: TRUE
RoxygenNote: 7.1.0
Depends: R (>= 3.6)
NeedsCompilation: no
Imports: dplyr, knitr, parallel, pbapply, plotrix, rmarkdown, stats,
        utils
VignetteBuilder: knitr
Packaged: 2020-06-27 00:48:16 UTC; Utente
Author: Federico M. Giorgi [aut, cre],
  Daniele Mercatelli [ctb],
  Gonzalo Lopez-Garcia [ctb]
Repository: CRAN
Date/Publication: 2020-06-27 04:30:03 UTC
Built: R 4.1.0; ; 2020-08-03 08:12:06 UTC; windows
