{
  "_id": "6a1feabdb401979e7343fa9c",
  "Package": "corto",
  "Type": "Package",
  "Title": "Inference of Gene Regulatory Networks",
  "Version": "1.2.2",
  "Authors@R": "c(\nperson(\"Federico M.\",\"Giorgi\",email = \"federico.giorgi@gmail.com\",role=c(\"aut\",\"cre\")),\nperson(\"Daniele\",\"Mercatelli\",email = \"danielemercatelli@gmail.com\",role=\"ctb\"),\nperson(\"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\ninfer gene regulatory networks and visualize master regulators\nfrom gene expression data using DPI (Data Processing\nInequality) and bootstrapping to recover edges. An initial step\nis performed to calculate all significant edges between a list\nof source nodes (centroids) and target genes. Then all triplets\ncontaining two centroids and one target are tested in a DPI\nstep which removes edges. A bootstrapping process then\ncalculates the robustness of the network, eventually re-adding\nedges previously removed by DPI. The algorithm has been\noptimized to run outside a computing cluster, using a fast\ncorrelation implementation. The package finally provides\nfunctions to calculate network enrichment analysis from RNA-Seq\nand ATAC-Seq signatures as described in the article by Giorgi\nlab (2020) <doi:10.1093/bioinformatics/btaa223>.",
  "License": "LGPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "NeedsCompilation": "no",
  "VignetteBuilder": "knitr",
  "Repository": "https://federicogiorgi.r-universe.dev",
  "Date/Publication": "2026-03-05 10:51:47 UTC",
  "RemoteUrl": "https://github.com/federicogiorgi/corto",
  "RemoteRef": "HEAD",
  "RemoteSha": "12e186ca0dbd16e322f8753d46b0f4420f748bf5",
  "Packaged": {
    "Date": "2026-06-03 08:43:58 UTC",
    "User": "root"
  },
  "Author": "Federico M. Giorgi [aut, cre],\nDaniele Mercatelli [ctb],\nGonzalo Lopez-Garcia [ctb]",
  "MD5sum": "1cdfc0fb26b42de782ce165a78e10e97",
  "_user": "federicogiorgi",
  "_type": "src",
  "_file": "corto_1.2.2.tar.gz",
  "_fileid": "04ec7aef2bc500fe6520f0c02c6de26fd2c2b1806e6b6cf1332dd2a984b24a59",
  "_filesize": 3440024,
  "_sha256": "04ec7aef2bc500fe6520f0c02c6de26fd2c2b1806e6b6cf1332dd2a984b24a59",
  "_created": "2026-06-03T08:43:58.000Z",
  "_published": "2026-06-03T08:50:04.886Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79255595463,
      "time": 122,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7379823256"
    },
    {
      "job": 79255595238,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7379821678"
    },
    {
      "job": 79255595203,
      "time": 173,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7379879749"
    },
    {
      "job": 79255595157,
      "time": 200,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7379881038"
    },
    {
      "job": 79255136075,
      "time": 159,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7379779553"
    },
    {
      "job": 79255595412,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7379817247"
    },
    {
      "job": 79255595237,
      "time": 104,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7379816379"
    },
    {
      "job": 79255595275,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7379806169"
    },
    {
      "job": 79255595366,
      "time": 75,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7379807131"
    }
  ],
  "_buildurl": "https://github.com/r-universe/federicogiorgi/actions/runs/26873638792",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/federicogiorgi/corto",
  "_commit": {
    "id": "12e186ca0dbd16e322f8753d46b0f4420f748bf5",
    "author": "federicogiorgi <federico.giorgi@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #14 from LeafLight/fix-single-centroid\n\nFix: prevent dimension dropping when a single centroid is used",
    "time": 1772707907
  },
  "_maintainer": {
    "name": "Federico M. Giorgi",
    "email": "federico.giorgi@gmail.com",
    "login": "federicogiorgi",
    "description": "",
    "uuid": 1401900
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "gplots",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "pbapply",
      "role": "Imports"
    },
    {
      "package": "plotrix",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    }
  ],
  "_owner": "federicogiorgi",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-10",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 20,
  "_contributors": [
    {
      "user": "federicogiorgi",
      "count": 72,
      "uuid": 1401900
    },
    {
      "user": "leaflight",
      "count": 1,
      "uuid": 68540290
    }
  ],
  "_userbio": {
    "uuid": 1401900,
    "type": "user",
    "name": "federicogiorgi"
  },
  "_downloads": {
    "count": 267,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/corto"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/federicogiorgi/corto",
  "_searchresults": 48,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/corto.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/federicogiorgi/corto",
  "_realowner": "federicogiorgi",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.99.10",
      "date": "2019-10-30"
    },
    {
      "version": "1.0.1",
      "date": "2020-01-28"
    },
    {
      "version": "1.0.2",
      "date": "2020-01-30"
    },
    {
      "version": "1.0.5",
      "date": "2020-03-03"
    },
    {
      "version": "1.0.8",
      "date": "2020-04-09"
    },
    {
      "version": "1.1.0",
      "date": "2020-06-27"
    },
    {
      "version": "1.1.2",
      "date": "2020-10-13"
    },
    {
      "version": "1.1.3",
      "date": "2020-10-23"
    },
    {
      "version": "1.1.4",
      "date": "2021-03-05"
    },
    {
      "version": "1.1.6",
      "date": "2021-05-24"
    },
    {
      "version": "1.1.8",
      "date": "2021-09-14"
    },
    {
      "version": "1.1.9",
      "date": "2021-09-29"
    },
    {
      "version": "1.1.10",
      "date": "2021-10-22"
    },
    {
      "version": "1.1.11",
      "date": "2022-05-23"
    },
    {
      "version": "1.2.0",
      "date": "2023-02-23"
    },
    {
      "version": "1.2.2",
      "date": "2023-03-28"
    },
    {
      "version": "1.2.4",
      "date": "2023-12-07"
    }
  ],
  "_exports": [
    "barplot2",
    "corto",
    "fisherp",
    "gsea",
    "gsea2",
    "kmgformat",
    "mra",
    "mraplot",
    "p2r",
    "p2z",
    "plot_gsea",
    "plot_gsea2",
    "r2p",
    "scatter",
    "scinot",
    "slice",
    "ssgsea",
    "stouffer",
    "textrepel",
    "val2col",
    "wstouffer",
    "z2p"
  ],
  "_help": [
    {
      "page": "barplot2",
      "title": "barplot2 - Bar plot with upper error bars",
      "topics": [
        "barplot2"
      ]
    },
    {
      "page": "corto",
      "title": "Calculate a regulon from a data matrix",
      "topics": [
        "corto"
      ]
    },
    {
      "page": "fcor",
      "title": "A fast correlation function",
      "topics": [
        "fcor"
      ]
    },
    {
      "page": "fisherp",
      "title": "Fisher integration of p-values",
      "topics": [
        "fisherp"
      ]
    },
    {
      "page": "gsea",
      "title": "GSEA",
      "topics": [
        "gsea"
      ]
    },
    {
      "page": "gsea2",
      "title": "2-way GSEA GSEA Gene set enrichment analysis of two complementary gene sets using gsea",
      "topics": [
        "gsea2"
      ]
    },
    {
      "page": "kmgformat",
      "title": "kmgformat - Nice Formatting of Numbers",
      "topics": [
        "kmgformat"
      ]
    },
    {
      "page": "mra",
      "title": "Perform Master Regulator Analysis (mra).",
      "topics": [
        "mra"
      ]
    },
    {
      "page": "mraplot",
      "title": "Plot a master regulator analysis",
      "topics": [
        "mraplot"
      ]
    },
    {
      "page": "p2r",
      "title": "p2r Convert a P-value to the corresponding Correlation Coefficient",
      "topics": [
        "p2r"
      ]
    },
    {
      "page": "p2z",
      "title": "p2z",
      "topics": [
        "p2z"
      ]
    },
    {
      "page": "plot_gsea",
      "title": "Plot GSEA results",
      "topics": [
        "plot_gsea"
      ]
    },
    {
      "page": "plot_gsea2",
      "title": "Plot 2-way GSEA results",
      "topics": [
        "plot_gsea2"
      ]
    },
    {
      "page": "r2p",
      "title": "r2p Convert Correlation Coefficient to P-value",
      "topics": [
        "r2p"
      ]
    },
    {
      "page": "scatter",
      "title": "scatter - XY scatter plot with extra information",
      "topics": [
        "scatter"
      ]
    },
    {
      "page": "scinot",
      "title": "scinot - Convert a number to a scientific notation expression",
      "topics": [
        "scinot"
      ]
    },
    {
      "page": "slice",
      "title": "Slice",
      "topics": [
        "slice"
      ]
    },
    {
      "page": "ssgsea",
      "title": "ssGSEA",
      "topics": [
        "ssgsea"
      ]
    },
    {
      "page": "stouffer",
      "title": "Stouffer integration of Z scores",
      "topics": [
        "stouffer"
      ]
    },
    {
      "page": "textrepel",
      "title": "textrepel - Plot text with non-overlapping labels",
      "topics": [
        "textrepel"
      ]
    },
    {
      "page": "val2col",
      "title": "val2col - Convert a numeric vector into colors",
      "topics": [
        "val2col"
      ]
    },
    {
      "page": "wstouffer",
      "title": "Weighted Stouffer integration of Z scores",
      "topics": [
        "wstouffer"
      ]
    },
    {
      "page": "z2p",
      "title": "z2p",
      "topics": [
        "z2p"
      ]
    }
  ],
  "_readme": "https://github.com/federicogiorgi/corto/raw/HEAD/README.md",
  "_rundeps": [
    "bitops",
    "caTools",
    "cli",
    "dplyr",
    "evaluate",
    "generics",
    "glue",
    "gplots",
    "gtools",
    "highr",
    "KernSmooth",
    "knitr",
    "lifecycle",
    "magrittr",
    "pbapply",
    "pillar",
    "pkgconfig",
    "plotrix",
    "R6",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "corto_vignette.Rmd",
      "filename": "corto_vignette.html",
      "title": "A short introduction to the corto Package",
      "author": "| Daniele Mercatelli^1^, Gonzalo Lopez-Garcia^2^, Federico M. Giorgi^1^ | ^1^Department of Pharmacy and Biotechnology, University of Bologna, Italy | ^2^Department of Genetics and Genomic Sciences, Icahn School of Medicine at Mount Sinai, USA",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Running corto",
        "Correcting with CNV data",
        "References"
      ],
      "created": "2019-10-10 11:55:00",
      "modified": "2023-02-22 20:17:48",
      "commits": 8
    }
  ],
  "_score": 6.15836249209525,
  "_indexed": true,
  "_nocasepkg": "corto",
  "_universes": [
    "federicogiorgi"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.2",
      "date": "2026-06-03T08:45:55.000Z",
      "distro": "noble",
      "commit": "12e186ca0dbd16e322f8753d46b0f4420f748bf5",
      "fileid": "eb9eb53b1a0278b37efe94de91c1dde5e4ad676131b4c2daeeec9097e6c38d56",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/federicogiorgi/actions/runs/26873638792"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.2",
      "date": "2026-06-03T08:45:49.000Z",
      "distro": "noble",
      "commit": "12e186ca0dbd16e322f8753d46b0f4420f748bf5",
      "fileid": "163e1737e0004d40da49ded9781fa9cfe117ebb18731472f3b0189c7466d3b13",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/federicogiorgi/actions/runs/26873638792"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.2",
      "date": "2026-06-03T08:48:30.000Z",
      "commit": "12e186ca0dbd16e322f8753d46b0f4420f748bf5",
      "fileid": "6eee94337c10cc4da542773231ed36c2dc5ca05bc643a4ac558e6675199c123a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/federicogiorgi/actions/runs/26873638792"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.2",
      "date": "2026-06-03T08:48:35.000Z",
      "commit": "12e186ca0dbd16e322f8753d46b0f4420f748bf5",
      "fileid": "9bdea688cf3a877ef6346d2fbca4d9d97390798f8e399e9c0d7eec9ecad3b37f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/federicogiorgi/actions/runs/26873638792"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.2",
      "date": "2026-06-03T08:46:00.000Z",
      "commit": "12e186ca0dbd16e322f8753d46b0f4420f748bf5",
      "fileid": "11e4b7aa4336be6625833e6e3b17d09abdf8bbced6f12b98dadcc52ea0346fcd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/federicogiorgi/actions/runs/26873638792"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.2",
      "date": "2026-06-03T08:45:25.000Z",
      "commit": "12e186ca0dbd16e322f8753d46b0f4420f748bf5",
      "fileid": "dd6b4206d17b5bec524b4d3032352bd3d9f6d1f3a6a449177ca1aed6c59432f5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/federicogiorgi/actions/runs/26873638792"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.2",
      "date": "2026-06-03T08:45:00.000Z",
      "commit": "12e186ca0dbd16e322f8753d46b0f4420f748bf5",
      "fileid": "08e9d7da91f5570f4f5ee953d79f84492e115c112affc5098a5ae7b7f179a91d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/federicogiorgi/actions/runs/26873638792"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.2",
      "date": "2026-06-03T08:45:01.000Z",
      "commit": "12e186ca0dbd16e322f8753d46b0f4420f748bf5",
      "fileid": "b2116df99b1eeff3ec85e2f8de9217a07b3bd449cdc882c4430e3a7f24a9a521",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/federicogiorgi/actions/runs/26873638792"
    }
  ]
}