{
  "_id": "6a102961acfb0bcc41c914e1",
  "Type": "Package",
  "Package": "Unico",
  "Title": "Unified Cross-Omics Deconvolution",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Zeyuan\", \"Chen\", , \"johnsonchen@cs.ucla.edu\", role = c(\"aut\", \"cre\")),\nperson(\"Elior\", \"Rahmani\", role = \"aut\")\n)",
  "Description": "UNIfied Cross-Omics deconvolution (Unico) deconvolves\nstandard 2-dimensional bulk matrices of samples by features\ninto a 3-dimensional tensors representing samples by features\nby cell types. Unico stands out as the first principled\nmodel-based deconvolution method that is theoretically\njustified for any heterogeneous genomic data. For more details\nsee Chen and Rahmani et al. (2024)\n<doi:10.1101/2024.01.27.577588>.",
  "License": "GPL-3",
  "URL": "https://cozygene.github.io/Unico/",
  "BugReports": "https://github.com/cozygene/Unico/issues",
  "VignetteBuilder": "knitr, rmarkdown",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Config/pak/sysreqs": "cmake",
  "Repository": "https://cozygene.r-universe.dev",
  "Date/Publication": "2024-02-23 18:24:05 UTC",
  "RemoteUrl": "https://github.com/cozygene/unico",
  "RemoteRef": "HEAD",
  "RemoteSha": "5d44ded4f6ce93f545e103212305e4a7e8734ec1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-13 07:36:55 UTC",
    "User": "root"
  },
  "Author": "Zeyuan Chen [aut, cre],\nElior Rahmani [aut]",
  "Maintainer": "Zeyuan Chen <johnsonchen@cs.ucla.edu>",
  "MD5sum": "bd5dec4dd5148bb8aebd8158b67c2388",
  "_user": "cozygene",
  "_type": "src",
  "_file": "Unico_0.1.0.tar.gz",
  "_fileid": "1b71232ed3a5bff96b44a9a5d869cc119f66ba40a9ad88e4e13591c94db23ff7",
  "_filesize": 2275677,
  "_sha256": "1b71232ed3a5bff96b44a9a5d869cc119f66ba40a9ad88e4e13591c94db23ff7",
  "_created": "2026-05-13T07:36:55.000Z",
  "_published": "2026-05-22T10:01:05.836Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77357573352,
      "time": 164,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6964255783"
    },
    {
      "job": 77357573602,
      "time": 152,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6964252719"
    },
    {
      "job": 77357573557,
      "time": 269,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6964268380"
    },
    {
      "job": 77357573452,
      "time": 170,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6964242988"
    },
    {
      "job": 77357572883,
      "time": 206,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6964206136"
    },
    {
      "job": 77357573186,
      "time": 141,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157851467"
    },
    {
      "job": 77357573635,
      "time": 99,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6964236987"
    },
    {
      "job": 77357573813,
      "time": 100,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6964237260"
    },
    {
      "job": 77357573682,
      "time": 96,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6964235848"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cozygene/actions/runs/25785100179",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cozygene/unico",
  "_commit": {
    "id": "5d44ded4f6ce93f545e103212305e4a7e8734ec1",
    "author": "Zeyuan Chen <johnsonchenzeyuan@gmail.com>",
    "committer": "Zeyuan Chen <johnsonchenzeyuan@gmail.com>",
    "message": "update gpl3 License link\n",
    "time": 1708712645
  },
  "_maintainer": {
    "name": "Zeyuan Chen",
    "email": "johnsonchen@cs.ucla.edu",
    "login": "johnsonzychen",
    "uuid": 22631360
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "compositions",
      "role": "Imports"
    },
    {
      "package": "config",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "futile.logger",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "matrixcalc",
      "role": "Imports"
    },
    {
      "package": "matrixStats",
      "role": "Imports"
    },
    {
      "package": "mgcv",
      "role": "Imports"
    },
    {
      "package": "nloptr",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "pbapply",
      "role": "Imports"
    },
    {
      "package": "pracma",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "testit",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "egg",
      "role": "Suggests"
    },
    {
      "package": "hexbin",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cozygene",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 7,
  "_userbio": {
    "uuid": 15380276,
    "type": "organization",
    "name": "cozygene"
  },
  "_downloads": {
    "count": 184,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/Unico"
  },
  "_devurl": "https://github.com/cozygene/unico",
  "_pkgdown": "https://cozygene.github.io/Unico/",
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/Unico.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/cozygene/unico",
  "_realowner": "cozygene",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-02-26"
    }
  ],
  "_exports": [
    "association_asymptotic",
    "association_parametric",
    "simulate_data",
    "tensor",
    "Unico"
  ],
  "_help": [
    {
      "page": "association_asymptotic",
      "title": "Performs asymptotic statistical testing under no distribution assumption",
      "topics": [
        "association_asymptotic"
      ]
    },
    {
      "page": "association_parametric",
      "title": "Performs parametric statistical testing",
      "topics": [
        "association_parametric"
      ]
    },
    {
      "page": "simulate_data",
      "title": "Simulate data under Unico model assumption",
      "topics": [
        "simulate_data"
      ]
    },
    {
      "page": "tensor",
      "title": "Inferring the underlying source-specific 3D tensor",
      "topics": [
        "tensor"
      ]
    },
    {
      "page": "Unico",
      "title": "Fitting the Unico model",
      "topics": [
        "Unico"
      ]
    }
  ],
  "_readme": "https://github.com/cozygene/unico/raw/HEAD/README.md",
  "_rundeps": [
    "bayesm",
    "compositions",
    "config",
    "data.table",
    "DEoptimR",
    "formatR",
    "futile.logger",
    "futile.options",
    "lambda.r",
    "lattice",
    "MASS",
    "Matrix",
    "matrixcalc",
    "matrixStats",
    "mgcv",
    "nlme",
    "nloptr",
    "pbapply",
    "pracma",
    "Rcpp",
    "RcppArmadillo",
    "robustbase",
    "tensorA",
    "testit",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "Unico-Tutorial.Rmd",
      "filename": "Unico-Tutorial.html",
      "title": "Unico-Tutorial",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Load the Unico package and",
        "Deconvolution on pseudobulk RNA expression data",
        "Cell-type level differential methylation analysis",
        "Perform association testing under no distribution assumption",
        "Calibration of asymptotically-derived p-values under null"
      ],
      "created": "2024-01-10 23:41:51",
      "modified": "2024-01-12 18:01:12",
      "commits": 5
    }
  ],
  "_score": 4.544068044350276,
  "_indexed": true,
  "_nocasepkg": "unico",
  "_universes": [
    "cozygene",
    "johnsonzychen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-13T07:39:23.000Z",
      "distro": "noble",
      "commit": "5d44ded4f6ce93f545e103212305e4a7e8734ec1",
      "fileid": "ae51cbfa4536d7801d63512f9a3b3ee28e0ada37f7733113d2b6b3230fa60559",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cozygene/actions/runs/25785100179"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-13T07:39:15.000Z",
      "distro": "noble",
      "commit": "5d44ded4f6ce93f545e103212305e4a7e8734ec1",
      "fileid": "715a58fa6c48a3c5f12960490d443089544b36f399cf4a79ff3f1bf8fd24a635",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cozygene/actions/runs/25785100179"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-13T07:40:19.000Z",
      "commit": "5d44ded4f6ce93f545e103212305e4a7e8734ec1",
      "fileid": "6bb43a59c0df0d887cdb634c4ed3c8ac0722749d033f5a97b2d6676459446f7e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cozygene/actions/runs/25785100179"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-13T07:38:51.000Z",
      "commit": "5d44ded4f6ce93f545e103212305e4a7e8734ec1",
      "fileid": "c188583143e9a3f89d789643d2446b23352123640f87c20c6a87f24d13f49904",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cozygene/actions/runs/25785100179"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-13T07:38:16.000Z",
      "commit": "5d44ded4f6ce93f545e103212305e4a7e8734ec1",
      "fileid": "e3db7da27563015b535c14c52210cff0a2e2a07bf9bda88416270468a2b16f74",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cozygene/actions/runs/25785100179"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-13T07:38:19.000Z",
      "commit": "5d44ded4f6ce93f545e103212305e4a7e8734ec1",
      "fileid": "28087d5ef8c6b2169ba13dc85302bc63bb2bb7eb858b52562a745bba1eab4a4d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cozygene/actions/runs/25785100179"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-13T07:38:11.000Z",
      "commit": "5d44ded4f6ce93f545e103212305e4a7e8734ec1",
      "fileid": "d06be3c81f5c4404a873e29bd0e66e2837a918d4cdc92c998ebe2dcb5f43f14b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cozygene/actions/runs/25785100179"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-22T10:00:34.000Z",
      "commit": "5d44ded4f6ce93f545e103212305e4a7e8734ec1",
      "fileid": "b677a15bc41f639775df2618aeffe3b8ad8b5c8b74bad1273ad7a6b08d847e49",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cozygene/actions/runs/25785100179"
    }
  ]
}