{
  "_id": "6a2674fb794753ddbc3eb976",
  "Package": "SCORPION",
  "Type": "Package",
  "Title": "Single Cell Oriented Reconstruction of PANDA Individually\nOptimized Networks",
  "Version": "1.3.2",
  "Authors@R": "c(person(\"Daniel\",\"Osorio\", email = \"daniecos@uio.no\", role = c(\"aut\",\"cre\"), comment = c(ORCID = \"0000-0003-4424-8422\")),\nperson(\"Marieke L.\",\"Kuijjer\", email = \"marieke.kuijjer@ncmbm.uio.no\", role = c(\"aut\"), comment = c(ORCID = \"0000-0001-6280-3130\")))",
  "Description": "Constructs cell-type–specific gene regulatory networks\nfrom single-cell RNA-sequencing data. The method implements the\nSCORPION algorithm, which first aggregates individual cells\ninto super-cells and then applies PANDA (Passing Attributes\nbetween Networks for Data Assimilation) to infer transcription\nfactor–target regulatory relationships. It also provides\nstatistical methods for differential edge analysis.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "URL": "https://github.com/kuijjerlab/SCORPION",
  "BugReports": "https://github.com/kuijjerlab/SCORPION/issues",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libglpk-dev libxml2-dev",
  "Repository": "https://kuijjerlab.r-universe.dev",
  "Date/Publication": "2026-03-10 16:32:16 UTC",
  "RemoteUrl": "https://github.com/kuijjerlab/scorpion",
  "RemoteRef": "HEAD",
  "RemoteSha": "2252b127351fdecfab019ab076652531dfb770cd",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 07:37:28 UTC",
    "User": "root"
  },
  "Author": "Daniel Osorio [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-4424-8422>),\nMarieke L. Kuijjer [aut] (ORCID:\n<https://orcid.org/0000-0001-6280-3130>)",
  "Maintainer": "Daniel Osorio <daniecos@uio.no>",
  "MD5sum": "0a475d9c6d6c3612d40882802d90b75d",
  "_user": "kuijjerlab",
  "_type": "src",
  "_file": "SCORPION_1.3.2.tar.gz",
  "_fileid": "02815b8771de0451656aaa4950718553b26bab55e865f30ada049c1215bd692d",
  "_filesize": 2241675,
  "_sha256": "02815b8771de0451656aaa4950718553b26bab55e865f30ada049c1215bd692d",
  "_created": "2026-06-08T07:37:28.000Z",
  "_published": "2026-06-08T07:53:30.988Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80044176802,
      "time": 500,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7474219506"
    },
    {
      "job": 80044176795,
      "time": 482,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7474213777"
    },
    {
      "job": 80044176808,
      "time": 773,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7474294488"
    },
    {
      "job": 80044176799,
      "time": 883,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7474325475"
    },
    {
      "job": 80043687980,
      "time": 191,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474065738"
    },
    {
      "job": 80044176785,
      "time": 129,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474105427"
    },
    {
      "job": 80044176784,
      "time": 881,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7474336921"
    },
    {
      "job": 80044176806,
      "time": 920,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7474348539"
    },
    {
      "job": 80044176822,
      "time": 869,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7474332878"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kuijjerlab/actions/runs/27122775173",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/kuijjerlab/scorpion",
  "_commit": {
    "id": "2252b127351fdecfab019ab076652531dfb770cd",
    "author": "Daniel Osorio <dosorio@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #5 from kuijjerlab/dev\n\nRemove temporary adjustment of future.globals.maxSize in runSCORPION",
    "time": 1773160336
  },
  "_maintainer": {
    "name": "Daniel Osorio",
    "email": "daniecos@uio.no",
    "login": "dosorio",
    "bluesky": "@dcosorioh.bsky.social",
    "orcid": "0000-0003-4424-8422",
    "description": "Senior Scientific Consultant",
    "uuid": 1197740
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "irlba",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "RANN",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "pbapply",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "furrr",
      "role": "Imports"
    },
    {
      "package": "future",
      "role": "Imports"
    },
    {
      "package": "RhpcBLASctl",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "kuijjerlab",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-35",
      "n": 1
    },
    {
      "week": "2025-39",
      "n": 2
    },
    {
      "week": "2026-05",
      "n": 3
    },
    {
      "week": "2026-06",
      "n": 5
    },
    {
      "week": "2026-07",
      "n": 3
    },
    {
      "week": "2026-08",
      "n": 4
    },
    {
      "week": "2026-09",
      "n": 1
    },
    {
      "week": "2026-11",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "1.1.0",
      "date": "2025-08-25"
    },
    {
      "name": "1.2.0",
      "date": "2025-09-24"
    },
    {
      "name": "1.3.0",
      "date": "2026-02-05"
    },
    {
      "name": "1.3.1",
      "date": "2026-02-20"
    }
  ],
  "_topics": [
    "cell-type-specific",
    "comparative-edge-analysis",
    "gene-regulatory-network",
    "population-comparison",
    "protein-protein-interaction",
    "single-cell",
    "transcription-factors",
    "transcriptomics"
  ],
  "_stars": 27,
  "_contributors": [
    {
      "user": "dosorio",
      "count": 79,
      "uuid": 1197740
    },
    {
      "user": "d-osorio-qdi",
      "count": 3,
      "uuid": 247813638
    }
  ],
  "_userbio": {
    "uuid": 53519760,
    "type": "organization",
    "name": "kuijjerlab"
  },
  "_downloads": {
    "count": 610,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/SCORPION"
  },
  "_devurl": "https://github.com/kuijjerlab/scorpion",
  "_searchresults": 21,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/SCORPION.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/kuijjerlab/scorpion",
  "_realowner": "kuijjerlab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2022-09-21"
    },
    {
      "version": "1.0.1",
      "date": "2022-09-22"
    },
    {
      "version": "1.0.2",
      "date": "2024-05-29"
    },
    {
      "version": "1.1.0",
      "date": "2025-08-25"
    },
    {
      "version": "1.2.0",
      "date": "2025-09-24"
    },
    {
      "version": "1.3.0",
      "date": "2026-02-04"
    },
    {
      "version": "1.3.1",
      "date": "2026-02-16"
    },
    {
      "version": "1.3.2",
      "date": "2026-03-10"
    }
  ],
  "_exports": [
    "regressEdges",
    "runSCORPION",
    "scorpion",
    "testEdges"
  ],
  "_datasets": [
    {
      "name": "scorpionTest",
      "title": "Example single-cell gene expression, motif, and ppi data",
      "object": "scorpionTest",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "regressEdges",
      "title": "Regression analysis of edges across ordered conditions",
      "topics": [
        "regressEdges"
      ]
    },
    {
      "page": "runSCORPION",
      "title": "Run SCORPION across cell groups and return combined networks",
      "topics": [
        "runSCORPION"
      ]
    },
    {
      "page": "scorpion",
      "title": "Build gene regulatory networks from single-cell RNA-seq data using PANDA",
      "topics": [
        "scorpion"
      ]
    },
    {
      "page": "scorpionTest",
      "title": "Example single-cell gene expression, motif, and ppi data",
      "topics": [
        "scorpionTest"
      ]
    },
    {
      "page": "testEdges",
      "title": "Test edges from SCORPION networks",
      "topics": [
        "testEdges"
      ]
    }
  ],
  "_readme": "https://github.com/kuijjerlab/scorpion/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "cpp11",
    "digest",
    "dplyr",
    "furrr",
    "future",
    "generics",
    "globals",
    "glue",
    "igraph",
    "irlba",
    "lattice",
    "lifecycle",
    "listenv",
    "magrittr",
    "Matrix",
    "parallelly",
    "pbapply",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "RANN",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 5.355643050220869,
  "_indexed": true,
  "_nocasepkg": "scorpion",
  "_universes": [
    "kuijjerlab",
    "dosorio"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.2",
      "date": "2026-06-08T07:39:41.000Z",
      "distro": "noble",
      "commit": "2252b127351fdecfab019ab076652531dfb770cd",
      "fileid": "f36d9329b3affd93b046610b32c25930fbb02b876e08a9b6cd7e55add05e20e7",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kuijjerlab/actions/runs/27122775173"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3.2",
      "date": "2026-06-08T07:39:38.000Z",
      "distro": "noble",
      "commit": "2252b127351fdecfab019ab076652531dfb770cd",
      "fileid": "6ae5347af3075b3ab58b50c6bb215108b42641389b5447bc2d9f9ce015549e25",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kuijjerlab/actions/runs/27122775173"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3.2",
      "date": "2026-06-08T07:40:12.000Z",
      "commit": "2252b127351fdecfab019ab076652531dfb770cd",
      "fileid": "a9c18dbddb530b685c2adf2d2be4dff33fb81711239384b0cd80e0b47043ebcb",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kuijjerlab/actions/runs/27122775173"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3.2",
      "date": "2026-06-08T07:39:37.000Z",
      "commit": "2252b127351fdecfab019ab076652531dfb770cd",
      "fileid": "38648ebb2f87c556b5c36f4b2b18a62c3fb0603c279240fc99e6119d795c7bb7",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kuijjerlab/actions/runs/27122775173"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3.2",
      "date": "2026-06-08T07:39:59.000Z",
      "commit": "2252b127351fdecfab019ab076652531dfb770cd",
      "fileid": "35709f95a7d3ec1ee6936ba38e0374c23a25296679066e44223bbff4515b5c1e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kuijjerlab/actions/runs/27122775173"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3.2",
      "date": "2026-06-08T07:38:55.000Z",
      "commit": "2252b127351fdecfab019ab076652531dfb770cd",
      "fileid": "670a3d9efb15a821f27fb57843a12cbac75b0f680e2307bc7665fd51b1f069fd",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kuijjerlab/actions/runs/27122775173"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3.2",
      "date": "2026-06-08T07:39:16.000Z",
      "commit": "2252b127351fdecfab019ab076652531dfb770cd",
      "fileid": "c1197bf3e7141903a2c0c57e53765c0b8984686a16fd2381046eceb9570b7da3",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kuijjerlab/actions/runs/27122775173"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.3.2",
      "date": "2026-06-08T07:38:41.000Z",
      "commit": "2252b127351fdecfab019ab076652531dfb770cd",
      "fileid": "9c36ec9f79ed64cc2667ee04cff23122b25c0460ea74eb0b9d2e0bc4c97eec90",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kuijjerlab/actions/runs/27122775173"
    }
  ]
}