Other packages > Find by keyword >

corto  

Inference of Gene Regulatory Networks
View on CRAN: Click here


Download and install corto package within the R console
Install from CRAN:
install.packages("corto")

Install from Github:
library("remotes")
install_github("cran/corto")

Install by package version:
library("remotes")
install_version("corto", "1.2.4")



Attach the package and use:
library("corto")
Maintained by
Federico M. Giorgi
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-10-30
Latest Update: 2023-12-06
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) .
How to cite:
Federico M. Giorgi (2019). corto: Inference of Gene Regulatory Networks. R package version 1.2.4, https://cran.r-project.org/web/packages/corto. Accessed 05 Mar. 2026.
Previous versions and publish date:
0.99.10 (2019-10-30 18:00), 1.0.1 (2020-01-28 20:50), 1.0.2 (2020-01-30 13:00), 1.0.5 (2020-03-03 08:00), 1.0.8 (2020-04-09 13:40), 1.1.0 (2020-06-27 06:30), 1.1.2 (2020-10-13 16:10), 1.1.3 (2020-10-23 14:20), 1.1.4 (2021-03-05 17:50), 1.1.6 (2021-05-24 18:20), 1.1.8 (2021-09-14 18:20), 1.1.9 (2021-09-29 18:00), 1.1.10 (2021-10-22 14:40), 1.1.11 (2022-05-23 17:30), 1.2.0 (2023-02-23 00:10), 1.2.2 (2023-03-28 17:00)
Other packages that cited corto R package
View corto citation profile
Other R packages that corto depends, imports, suggests or enhances
Complete documentation for corto
Functions, R codes and Examples using the corto R package
Some associated functions: barplot2 . corto . fcor . fisherp . gsea . gsea2 . kmgformat . mra . mraplot . p2r . p2z . plot_gsea . plot_gsea2 . r2p . scatter . scinot . slice . ssgsea . stouffer . textrepel . val2col . wstouffer . z2p . 
Some associated R codes: corto.R . functions.R . gsea.R . mra.R .  Full corto package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

neat  
Efficient Network Enrichment Analysis Test
Includes functions and examples to compute NEAT, the Network Enrichment Analysis Test described in ...
Download / Learn more Package Citations See dependency  
roccv  
ROC for Cross Validation Results
Cross validate large genetic data while specifying clinical variables that should always be in the m ...
Download / Learn more Package Citations See dependency  
diffIRT  
Diffusion IRT Models for Response and Response Time Data
Package to fit diffusion-based IRT models to response and response time data. Models are fit using ...
Download / Learn more Package Citations See dependency  
imagefx  
Extract Features from Images
Synthesize images into characteristic features for time-series analysis or machine learning applicat ...
Download / Learn more Package Citations See dependency  
pinp  
'pinp' is not 'PNAS'
A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the National Academy of Scie ...
Download / Learn more Package Citations See dependency  
ClimClass  
Climate Classification According to Several Indices
Classification of climate according to Koeppen - Geiger, of aridity indices, of continentality indi ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA