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]
First Published: 2019-10-30
Latest Update: 2023-03-28
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 29 Mar. 2025.
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for corto051015202530354045505560TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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